Difference between revisions of "Active Directory/Documentation/RIS"

From WolfTech
Jump to navigation Jump to search
Line 3: Line 3:
  
 
Archived -> [[Media:Create_Win2003R2_RIS_Image.pdf| PDF]]
 
Archived -> [[Media:Create_Win2003R2_RIS_Image.pdf| PDF]]
 +
 +
==Broadcom Driver Problem==
 +
http://www.broadcom.com/support/ethernet_nic/faq_drivers.php#79
 +
 +
For the b57win32.inf file located in the RIS folder, make the following change using a text editor like Notepad:
 +
#Locate [Manufacturer] within the file.
 +
#Review the line below which reads: %BRCM% = Broadcom, NTx86.5.1, NTamd64.
 +
#Modify that line to read: %BRCM% = Broadcom.NTx86.5.1, NTamd64. The change made replaces the comma and space after "Broadcom" with a period.
 +
#Save the file.

Revision as of 10:53, 6 July 2006

How To Create Windows 2003 Server R2 Images

http://technet2.microsoft.com/WindowsServer/en/Library/0c7a22fc-317a-43fb-9b85-18acfd65f2831033.mspx?mfr=true

Archived -> PDF

Broadcom Driver Problem

http://www.broadcom.com/support/ethernet_nic/faq_drivers.php#79

For the b57win32.inf file located in the RIS folder, make the following change using a text editor like Notepad:

  1. Locate [Manufacturer] within the file.
  2. Review the line below which reads: %BRCM% = Broadcom, NTx86.5.1, NTamd64.
  3. Modify that line to read: %BRCM% = Broadcom.NTx86.5.1, NTamd64. The change made replaces the comma and space after "Broadcom" with a period.
  4. Save the file.