royne Posted November 8, 2007 Posted November 8, 2007 Im trying to deploy a XP wim from WDS in native mode.I created a wim image and deployed it successfully on 4 different Dell and HP systems. The deployment is fully untended using an xml file for the PE boot prep. And a sysprep.inf file for the wim image placed in the image folder.\image\xp\xpsp2\$oem$\sysprep\sysprep.inf\image\xp\xpsp2\$oem$\Drivers\nic\E100B\image\xp\xpsp2.wimIm trying to get the different nic cards to install on the systems but it just don’t work. The drivers folder from my $oem$ folder gets copied to the deployed computers but no installation of them is done.The sysprep.inf file im using.**************************************[unattended]OemSkipEula=YesInstallFilesPath=C:\sysprep\i386UnattendMode=FullUnattendedOemPreinstall=YesOemPnPDriversPath=Drivers\nic\E100BTargetPath=\windowsDriverSigningPolicy=IgnoreFilesystem=LeaveAloneOverwriteOemFilesOnUpgrade=NoUnattendSwitch=Yes***************************************do I have to copy the drivers to some other $oem$ location? Where?do I have to mount and add the driver to the wim file? Where?
Atheros Posted November 13, 2007 Posted November 13, 2007 the nic drivers would have to be installed during the original setup. i.e. in the OEM folders specified in your unattend.txt.putting more drivers in the unattend.txt and oem folders after the install will not work as this part of the file is processed in the GUI phase of the install. a possible way of getting this to work is to copy the inf, cat, sys and dll's to a folder that exists in your original unattend.txt
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now