Sun Microsystems X6275 manual Appendix a Incorporate Sun Blade Server Drivers Into WIM

Models: X6275

1 38
Download 38 pages 43.14 Kb
Page 35
Image 35

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.

<?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>

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.

Appendix A Incorporate Sun Blade Server Drivers Into WIM

27

Page 35
Image 35
Sun Microsystems X6275 manual Appendix a Incorporate Sun Blade Server Drivers Into WIM