Sun Microsystems X6275 Server User Manual


 
Appendix A Incorporate Sun Blade Server Drivers Into WIM 27
8. Save the answer file and exit Windows SIM. The answer file must be similar to
the following sample. The sample assumes the architecture is 64-bit.
9. Use Package Manager to apply the unattended installation answer file to the
mounted Windows image. Specify a location for the log file to create. For
example:
pkgmgr /o:"C:\wim_mount\;C:\wim_mount\Windows" /n:"C:\
unattend.xml" /l:"C:\pkgmgrlogs\logfile.txt"
The .inf files referenced in the path in the answer file are added to the Windows
image. A log file is created in the directory C:\Pkgmgrlogs\.
For more information about using Package Manager, see the Microsoft Windows
AIK documentation.
10. Review the contents of the %WINDIR%\Inf\ directory in the mounted Windows
image to ensure that the .inf files were installed.
Drivers added to the Windows image are named oem*.inf. This is to ensure
unique naming for new drivers added to the computer. For example, the files
MyDriver1.inf and MyDriver2.inf are renamed oem0.inf and oem1.inf.
11. Unmount the .wim file and commit the changes. For example:
imagex /unmount /commit C:\wim_mount
12. Replace the service image and enable the image.
<?xml version="1.0" ?>
<unattend xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:wcm=
"http://schemas.microsoft.com/WMIConfig/2002/State">
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS">
<DriverPaths>
<PathAndCredentials wcm:keyValue="1">
<Path>\\yourshare\share\DriverPack\amd64</Path>
<Credentials>
<Domain>MyDomain</Domain>
<Username>MyUserName</Username>
<Password>MyPassword</Password>
</Credentials>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
</unattend>