Article
article
Reads:
2990
Score:
By Tommy Mikkelsen
- Install a target wkstn with the relevant drivers, and make sure they are working correctly.
- Take a look at the devicemanager, and locate the driver. In this case, there are five.
Click image to enlarge.
- Right-click on the problem driver, and select properties/details.
In the combo, select the "matching device ID" and write down the value.
Click image to enlarge.
- In your SysPrep.inf file, in the section named [SysPrepMassStorage] add this
pci\ven_8086&dev_2850=
In this case it's
pci\ven_8086&dev_2850=c:\windows\pro\oem\0\iaahci.inf
(The path c:\windows\pro\oem\0 contains the driver in the base img.) - Repeat for the other driver as well.
- Copy the drivers to the workstation that you create your BaseImg on, and follow the path stated in the sysprep.inf file.
c:\windows\pro\oem\0
- Make sure that sysprep contains the following:
[Unattended] OemSkipEula=Yes InstallFilesPath=C:\WINDOWS\PRO\OEM\I386 DriverSigningPolicy=Ignore ExtendOemPartition=1 FileSystem=LeaveAlone KeepPageFile=0 TargetPath=\WINDOWS OemPnPDriversPath=windows\pro\oem\0; ConfirmHardware=No OverwriteOemFilesOnupgrade=No oempreinstall=yes updateInstalledDrivers=Yes - Now take/run sysprep, and you should be a happy guy/girl.
Related Articles
- How to Store a ZENworks Image to a Local USB Hard Drive
- Determining Total System RAM for Use in ZENworks Imaging Scripts
- Collecting Hardware Information to Troubleshoot ZENworks Imaging
- Modifying ZENworks 7 SP1 Imaging Engine
- Using ZENworks Linux Management 7.2 to Change the Root Password on All Managed Systems






0