Friday 18 December 2009

Import drivers, create driver packages and add them to WinPe boot images

Import drivers, create driver packages and add them to WinPe boot images:

First do the following:a. Download and extract the drivers to a network shareb. Create a network share that will be used for drivers storage.(I’ve created this on one of the SCCM servers)
Once you have the thing above you can Open Configuration Manager Console

1. Go to Computer Management>Operating Systems Deployment>Drivers

2. Now you can right click on Drivers and choose import but I would recommend first to create some kind of folder structure(like model\device) as this will make things easier in the future. Once you have folders created right click on it and select Import.

3. Import New Driver wizard will start.Here you have 2 options to import all the drivers that you have in the folder or to import a specific driver by pointing to *.inf file. In my case I have selected the folder which includes all network drivers for my laptop model. You have to enter UNC path to the folder location(You have this done in step a). Click Next

4. Now you will get a list of all drivers that SCCM found in that folder and its sub-folders. I have assigned the drivers to a category but it is not necessary. It just makes administration easier when you have many packages.

Click Next.

5. Here you can add the drivers to the existing drivers package or create a new one. To create a new one click on New Package

6. Enter the package name and UNC path for Driver package source(this is the one you created in step b)Note: You don’t need to create new share for every package.Click OK.

7. Select Update distribution points when finished. Click Next.

8. In this step you can select to update Boot images. Select the boot images you want to update.

Select Update distribution points when finished. Click Next.Note: You don’t need to update Boot images with every driver you have because the drivers will not be used and and the Boot image will grow in size, which will slow down imaging process. The only drivers that you most likely need are NIC drivers. I have selected to update because as you can see the drivers are for the NIC and as I found out earlier HP 6720s laptop does not work with standard SCCM Boot image. Without those NIC drivers OSD does not work.

9. Review the summary and click Next.

10. Wait until the progress is finished. Review the confirmation and click Close.Note: In the confirmation window you may find that some drivers were not imported because they are not correct format. Most likely these are DOS drivers and you need not to worry about them. All other drivers still be imported.

No comments:

Post a Comment