Riprep utility problem, Using the system preparation tool – Dell Broadcom NetXtreme Family of Adapters User Manual

Page 165

Advertising
background image

Troubleshooting: Broadcom NetXtreme BCM57XX User Guide

file:///C|/Users/Nalina_N_S/Documents/NetXtreme/English/trouble.htm[9/5/2014 3:32:22 PM]

net start binlsvc

RIPREP Utility Problem

Problem: The following message is received when attempting to deploy a RIPREP image through Remote Installation
Services (RIS): "The operating system image you selected does not contain the necessary drivers for your network adapter.
Try selecting a different operating system image. If the problem persists, contact your administrator. Setup cannot continue.
Press any key to exit."

Solution: This problem is not isolated to the Broadcom adapter. However, based on several inquiries, we are publishing the
following instructions based on other customers successfully working around this issue:

1. Place the Broadcom driver files in the original image folder (the image folder created when risetup.exe was executed

for the first time).

Example: i:\RemoteInstall\Setup\English\Images\(Original Image)

2. Place the Broadcom driver files in the i386 subfolder under the original image folder.

Example: i:\RemoteInstall\Setup\English\Images\(Original Image)\i386

3. Place the Broadcom driver files for the network adapter in the RIPREP Image folder.

Example: i:\RemoteInstall\Setup\English\Images\(RIPREP Image)

4. Place the Broadcom adapter drivers in the i386 subfolder where the RIPREP Image is located.

Example: i:\RemoteInstall\Setup\English\Images\(RIPREP Image)\i386

The Microsoft Knowledge base articles listed below were used as a reference for the following instructions:

http://support.microsoft.com/default.aspx?scid=kb;EN-US;254078

http://support.microsoft.com/default.aspx?scid=kb;EN-US;246184

1. Create the following path and place all Broadcom driver files in ..\(RIPREP Image)\$oem$\$1\Drivers.
2. Edit the riprep.sif file located in ..\(RIPREP Image)\i386\Template to include the following information under the

[Unattend] section:

OemPreinstall = yes
OemPnPDriversPath = "Drivers
DriverSigningPolicy = Ignore

3. Create the following path and place all Broadcom driver files in ..\(Original Image)\$oem$\$1\Drivers.
4. Edit the ristndrd.sif file located in ..\(Original Image)\i386 \templates to include the following information under the

[Unattend] section:

OemPreinstall = yes
OemPnPDriversPath = "Drivers
DriverSigningPolicy = Ignore

5. Restart the Remote Installation service. This can be performed from a command line with the following commands:

net stop binlsvc
net start binlsvc

Using the System Preparation Tool

Problem: I want to be sure that my Broadcom NetXtreme adapter works properly if I use the System Preparation utility
(Sysprep.exe) to install an existing configuration on my system.

Solution: On the Sysprep.inf file, modify the [Unattend] header as shown below:

[Unattend]
OemPnPDriversPath=Drivers\Net
OemPreinstall = Yes

The driver files for the Broadcom NetXtreme adapter must reside in this folder, which is located on the system drive (where
the operating system resides). If other drivers are to be loaded, then Drivers\Net can be appended to the paths listed and
separated by a semicolon:

Example:

Advertising