Difference between revisions of "Active Directory/Documentation/WDS/WDS NICDrivers"

From WolfTech
Jump to navigation Jump to search
 
Line 1: Line 1:
=Missing network driver=
+
=Troubleshoot missing network driver=
 +
#Find the network driver that is missing from the WDS boot image. To do this, follow these steps:
 +
##When you receive the error message that is mentioned in the "Symptoms" section, press SHIFT+F10 to open a command prompt.
 +
##At the command prompt, type the following command:
 +
Notepad.exe x:\Windows\INF\setupapi.app.log
 +
##In the Setupapi.app.log file that is displayed, locate the section that identifies the Plug and Play ID (PnPID) of the third-party network adapter. For example, "DIF_SELECTBESTCOMPATDRV - PCI\VEN_10B7&DEV_9200&SUBSYS_010D1028" is the section that identifies the PnPID of the network adapter in the following Setupapi.app.log file:
 +
 
 +
>>>  [DIF_SELECTBESTCOMPATDRV - PCI\VEN_10B7&DEV_9200&SUBSYS_010D1028&REV_78\4&19FD8D60&0&60F0]
 +
>>>  Section start 2006/05/05 12:42:59.281
 +
      cmd: X:\Sources\setup.exe
 +
    dvi: No class installer for 'Ethernet Controller'
 +
    dvi: No CoInstallers found
 +
    dvi: Default installer: Enter
 +
    dvi:      {Select Best Driver}
 +
!    dvi:          Selecting driver failed(0xe0000228)
 +
    dvi:      {Select Best Driver - exit(0xe0000228)}
 +
!    dvi: Default installer: failed!
 +
!    dvi: Error 0xe0000228: There are no compatible drivers for this device.
 +
<<<  Section end 2006/05/05 12:42:59.296
 +
<<<  [Exit status: FAILURE(0xe0000228)]
 +
 
 +
##Locate the correct driver for the network adapter that you identified in step 1c. Then, copy the driver onto a floppy disk or onto a universal serial bus (USB) flash drive.
 +
#Manually load the network driver, and then verify that it is the correct driver. To do this, follow these steps:
 +
##At a command prompt, type the following command, and then press ENTER:
 +
drvload driver.inf
 +
Notes
 +
*Driver.inf is the name of the third-party network driver.
 +
*You have to specify the full path and the name of the driver. For example, if Driver.inf is on a CD, and the CD drive is drive D, type the following command, and then press ENTER:
 +
drvload.exe d:\Folder\Driver.inf
 +
##Type wpeutil InitializeNetwork, and then press ENTER.
 +
##To verify network connectivity, type ipconfig /all.
 +
 
 +
Note The ipconfig /all command generates a detailed configuration report for all interfaces that include any remote access adapters.
 +
 
 +
=Add network driver=
 
http://support.microsoft.com/kb/923834
 
http://support.microsoft.com/kb/923834
  

Revision as of 16:32, 21 November 2006

Troubleshoot missing network driver

  1. Find the network driver that is missing from the WDS boot image. To do this, follow these steps:
    1. When you receive the error message that is mentioned in the "Symptoms" section, press SHIFT+F10 to open a command prompt.
    2. At the command prompt, type the following command:

Notepad.exe x:\Windows\INF\setupapi.app.log

    1. In the Setupapi.app.log file that is displayed, locate the section that identifies the Plug and Play ID (PnPID) of the third-party network adapter. For example, "DIF_SELECTBESTCOMPATDRV - PCI\VEN_10B7&DEV_9200&SUBSYS_010D1028" is the section that identifies the PnPID of the network adapter in the following Setupapi.app.log file:

>>> [DIF_SELECTBESTCOMPATDRV - PCI\VEN_10B7&DEV_9200&SUBSYS_010D1028&REV_78\4&19FD8D60&0&60F0] >>> Section start 2006/05/05 12:42:59.281

     cmd: X:\Sources\setup.exe 
    dvi: No class installer for 'Ethernet Controller'
    dvi: No CoInstallers found
    dvi: Default installer: Enter
    dvi:      {Select Best Driver}

! dvi: Selecting driver failed(0xe0000228)

    dvi:      {Select Best Driver - exit(0xe0000228)}

! dvi: Default installer: failed! ! dvi: Error 0xe0000228: There are no compatible drivers for this device. <<< Section end 2006/05/05 12:42:59.296 <<< [Exit status: FAILURE(0xe0000228)]

    1. Locate the correct driver for the network adapter that you identified in step 1c. Then, copy the driver onto a floppy disk or onto a universal serial bus (USB) flash drive.
  1. Manually load the network driver, and then verify that it is the correct driver. To do this, follow these steps:
    1. At a command prompt, type the following command, and then press ENTER:

drvload driver.inf Notes

  • Driver.inf is the name of the third-party network driver.
  • You have to specify the full path and the name of the driver. For example, if Driver.inf is on a CD, and the CD drive is drive D, type the following command, and then press ENTER:

drvload.exe d:\Folder\Driver.inf

    1. Type wpeutil InitializeNetwork, and then press ENTER.
    2. To verify network connectivity, type ipconfig /all.

Note The ipconfig /all command generates a detailed configuration report for all interfaces that include any remote access adapters.

Add 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.
  • 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.