Difference between revisions of "User:Pgmurphy/WDS"

From WolfTech
Jump to navigation Jump to search
Line 5: Line 5:
  
 
Note The following procedure assumes that the Windows Automated Installation Kit (AIK) is installed on the WDS server. If the Windows AIK is not installed on the WDS server, you can perform the same procedure on another computer that does have the Windows AIK installed. Then, map a network drive to the WDS server.
 
Note The following procedure assumes that the Windows Automated Installation Kit (AIK) is installed on the WDS server. If the Windows AIK is not installed on the WDS server, you can perform the same procedure on another computer that does have the Windows AIK installed. Then, map a network drive to the WDS server.
a. On the WDS server, click Start, click Run, type wdsmgmt.msc, and then press OK.
+
#On the WDS server, click Start, click Run, type wdsmgmt.msc, and then press OK.
b. Under your WDS server, double-click Boot images.
+
#Under your WDS server, double-click Boot images.
c. Right-click the boot image that you want, and then click Disable.
+
#Right-click the boot image that you want, and then click Disable.
d. Right-click the same boot image, click Properties, and then click General.
+
#Right-click the same boot image, click Properties, and then click General.
e. Note the name and location of the boot image that is displayed in the File name box.
+
#Note the name and location of the boot image that is displayed in the File name box.
f. At a command prompt, type the following:
+
#At a command prompt, type the following:
 
C:\program files\windows aik\tools\petools\copype.cmd x86 c:\windowspe-x86
 
C:\program files\windows aik\tools\petools\copype.cmd x86 c:\windowspe-x86
 
Note Keep this command prompt window open for the next step.
 
Note Keep this command prompt window open for the next step.
 
Imagex /info Drive:\remoteinstall\boot\x86\images\boot.wim
 
Imagex /info Drive:\remoteinstall\boot\x86\images\boot.wim
 
Notes
 
Notes
Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
+
#*Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
Boot.wim is the name of the boot image.
+
#*Boot.wim is the name of the boot image.
g. Note the boot index number of the bootable image that is displayed. To identify the boot index number, locate the line that contains "boot index: X."
+
#Note the boot index number of the bootable image that is displayed. To identify the boot index number, locate the line that contains "boot index: X."
  
 
Note X is the boot index number. The number indicates that image number X is marked as bootable and that the image is to be updated.
 
Note X is the boot index number. The number indicates that image number X is marked as bootable and that the image is to be updated.
h. At a command prompt, type the following:
+
#At a command prompt, type the following:
 
Imagex /mountrw Drive:\remoteinstall\boot\x86\images\boot.wim 2 mount
 
Imagex /mountrw Drive:\remoteinstall\boot\x86\images\boot.wim 2 mount
 
peimg /inf:driver.inf mount\Windows \windows
 
peimg /inf:driver.inf mount\Windows \windows
 
imagex /unmount /commit mount
 
imagex /unmount /commit mount
 
Notes
 
Notes
Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
+
#*Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
Driver.inf is the name of the third-party driver.
+
#*Driver.inf is the name of the third-party driver.
The Imagex /nountrw command mounts the specified image, with read/write permissions, to the specified directory.
+
#*The Imagex /nountrw command mounts the specified image, with read/write permissions, to the specified directory.
4. Enable the boot image on the WDS server. To do this, follow these steps:
+
#Enable the boot image on the WDS server. To do this, follow these steps:
a. On the WDS server, click Start, click Run, type wdsmgmt.msc, and then click OK.
+
##On the WDS server, click Start, click Run, type wdsmgmt.msc, and then click OK.
b. Under WDS server, double-click Boot images.
+
##Under WDS server, double-click Boot images.
c. Right-click the boot image that you want, and then click Enable.
+
##Right-click the boot image that you want, and then click Enable.

Revision as of 16:26, 21 November 2006

Missing network driver

http://support.microsoft.com/kb/923834

Update the WDS boot image to include the new third-party network driver. To do this, follow these steps.

Note The following procedure assumes that the Windows Automated Installation Kit (AIK) is installed on the WDS server. If the Windows AIK is not installed on the WDS server, you can perform the same procedure on another computer that does have the Windows AIK installed. Then, map a network drive to the WDS server.

  1. On the WDS server, click Start, click Run, type wdsmgmt.msc, and then press OK.
  2. Under your WDS server, double-click Boot images.
  3. Right-click the boot image that you want, and then click Disable.
  4. Right-click the same boot image, click Properties, and then click General.
  5. Note the name and location of the boot image that is displayed in the File name box.
  6. At a command prompt, type the following:

C:\program files\windows aik\tools\petools\copype.cmd x86 c:\windowspe-x86 Note Keep this command prompt window open for the next step. Imagex /info Drive:\remoteinstall\boot\x86\images\boot.wim Notes

    • Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
    • Boot.wim is the name of the boot image.
  1. Note the boot index number of the bootable image that is displayed. To identify the boot index number, locate the line that contains "boot index: X."

Note X is the boot index number. The number indicates that image number X is marked as bootable and that the image is to be updated.

  1. At a command prompt, type the following:

Imagex /mountrw Drive:\remoteinstall\boot\x86\images\boot.wim 2 mount peimg /inf:driver.inf mount\Windows \windows imagex /unmount /commit mount Notes

    • Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.
    • Driver.inf is the name of the third-party driver.
    • The Imagex /nountrw command mounts the specified image, with read/write permissions, to the specified directory.
  1. Enable the boot image on the WDS server. To do this, follow these steps:
    1. On the WDS server, click Start, click Run, type wdsmgmt.msc, and then click OK.
    2. Under WDS server, double-click Boot images.
    3. Right-click the boot image that you want, and then click Enable.