RIPREP Broadcom Network Driver

G

Guest

Even after following the following FAQ from Broadcom website i still get ther
driver message.
The Flat file installs fine.

96.)
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."

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

5. Create the following path and place all Broadcom driver files in
...\(RIPREP Image)\$oem$\$1\Drivers\network

6. Edit the riprep.sif file located in ..\(RIPREP Image)\i386\Template
to include the following information under the [Unattend] section:
OemPreinstall = yes
OemPnPDriversPath = "Drivers\network"
DriverSigningPolicy = Ignore

7. Create the following path and place all Broadcom driver files in
...\(Original Image)\$oem$\$1\Drivers\nic

8. Edit the ristndrd.sif file located in ..\(Original
Image)\i386\templates to include the following information under the
[Unattend] section:
OemPreinstall = yes
OemPnPDriversPath = "Drivers\nic"
DriverSigningPolicy = Ignore

9. Restart the Remote Installation service. This can be performed from
a command line with the following commands:
net stop binlsvc
net start binlsvc
 
G

Guest

The error message that you receive is a message that the RIS Server displays
because it cannot find on the RIS Flat CD Image the proper drivers for the
Broadcom NIC of your Destination PC.

So just make sure to get the latest drivers for your Broadcom NIC from the
Broadcom website and put them to:
\\RIS-Server\RemoteInstall\Setup\English\Images\WINXP-SP2-CD\i386

where "WINXP-SP2-CD" is for me the Folder for my RIS Flat CD Image.

For a "Broadcom 57xx" NIC, you have only 3 files that are the following:
- b57win32.cat
- b57win32.inf
- b57xp32.sys

If I'm not wrong, you have some Broadcom files already existing by default
on the RIS Flat CD Image so just replace them with the new ones you've just
downloaded from the Broadcom website.
And after that everything should workl fine.

It works for me so, I guess it should work for you too!

Let me know if it worked or not!

J.
dhbjr said:
Even after following the following FAQ from Broadcom website i still get ther
driver message.
The Flat file installs fine.

96.)
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."

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

5. Create the following path and place all Broadcom driver files in
..\(RIPREP Image)\$oem$\$1\Drivers\network

6. Edit the riprep.sif file located in ..\(RIPREP Image)\i386\Template
to include the following information under the [Unattend] section:
OemPreinstall = yes
OemPnPDriversPath = "Drivers\network"
DriverSigningPolicy = Ignore

7. Create the following path and place all Broadcom driver files in
..\(Original Image)\$oem$\$1\Drivers\nic

8. Edit the ristndrd.sif file located in ..\(Original
Image)\i386\templates to include the following information under the
[Unattend] section:
OemPreinstall = yes
OemPnPDriversPath = "Drivers\nic"
DriverSigningPolicy = Ignore

9. Restart the Remote Installation service. This can be performed from
a command line with the following commands:
net stop binlsvc
net start binlsvc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top