SCCM OS Deployment- How to add drivers to WinPE boot image

The following process describes how to add drivers to the WinPE boot image for an SCCM OS Deployment.

In this scenario we will be downloading and adding drivers for an HP EliteBook 8440p.

 

You will need to do this if the task sequence stops at the ‘Setup Windows and ConfigMgr’ task and has an error message of “The task sequence execution engine failed executing an action”.

SCCM-Setup_Windows_and_ConfigMgr

 

 

 

How to add drivers to WinPE boot image:

Step 1: Download the drivers – For HP Systems

  1. Go to the HP driver download webpage – http://welcome.hp.com/country/us/en/support.html
  2. Search for the system you need to get drivers for, (e.g. 8440p)
  3. Select the required operating system, (e.g. Windows 7 Enterprise (32-bit))
  4. Find the required driver download, (e.g. Broadcom Wireless LAN Driver for Microsoft Windows 7)
  5. and click ‘Download’
  6. SCCM-HPDriverPackage1

Step 2: Save the driver package to the SCCM package source folder

  1. Save the file to a temporary folder and extract the contents
  2. SCCM-HPDriverPackage2
  3. Open the extracted folder, then ‘flat’ then ‘WIN7x32’
  4. You should see the required driver files. Select all (Ctrl + A) and then copy (Ctrl + C).
  5. Browse to the package source folder (e.g. \\SCCMSERVER\SMS_SOURCE\OS Deployment\Drivers\ )
  6. Create a new folder for the model of system, (e.g. “HP EliteBook 8440p”)
  7. Paste (Ctrl + V) the contents into the new folder.

Step 3: Add the drivers to Configuration Manager

  1. With the Configuration Manager Console open, navigate to Computer Management -> Operating System Deployment -> Drivers Packages
  2. SCCM-HPDriverPackage3
  3. Right click on ‘Driver Packages’ then select ‘New’ then ‘Driver Package’
  4. Enter a name for the drivers and the location of the driver folders on the SCCM server
  5. SCCM-HPDriverPackage4
  6. Click ‘OK’
  7. Navigate to Computer Management -> Operating System Deployment -> Drivers
  8. SCCM-HPDriverPackage5
  9. Right click on ‘Drivers’ select ‘Import’
  10. Under ‘Import all drivers in the following network path’ enter the location of where the drivers were saved
  11. SCCM-HPDriverPackage6
  12. Click ‘Next’, then ‘Next’
  13. Select the Driver Package created before, (e.g. HP EliteBook 8440p (WinPE x86))
  14. Tick the ‘Update distribution points when finished’ option
  15. SCCM-HPDriverPackage7
  16. Click ‘Next’
  17. Select your WinPE boot image (e.g. ‘Custom Book Image (x86)’)
  18. SCCM-HPDriverPackage8
  19. Then tick the ‘Update distribution points when finished’ option.