User guide
NetXtreme II User Guide
September 2013
Broadcom Corporation
Page 92 iSCSI Boot Document INGSRVT78-CDUM100-R
exit 1
;;
esac
rc_exit
Injecting (Slipstreaming) Broadcom Drivers into Windows Image Files
To inject Broadcom drivers into the Windows image files, you must obtain the following correct Broadcom driver packages
for the applicable Windows Server version (2008 R2, 2008 SP2, 2012, or 2012 R2).
•bxvbd
•evbd
•bxfcoe
•bxnd
• b57nd60a (when available)
•bxois
Then, you place these driver packages to a working directory. For example, copy the driver packages to the following
directories:
• C:\Temp\bxvbd
• C:\Temp\evbd
• C:\Temp\bxfcoe
• C:\Temp\bxnd
• C:\Temp\b57nd60a
• C:\Temp\bxois
Finally, you inject these drivers into the Windows Image (WIM) files and install the applicable Windows Server version from
the updated images.
The detailed steps are provided below:
1. For Windows Server 2008 R2 and SP2, install the Windows Automated Installation Kit (AIK).
—or—
For Windows Server 2012 and 2012 R2, install the Windows Assessment and Deployment Kit (ADK).
2. Use the following commands to create a temporary directory and set it as the current directory for all later steps:
md C:\Temp\x
cd /d C:\Temp\x
3. Use the following commands to create two subdirectories:
md src
md mnt
4. Use the following command to copy the original DVD into the src subdirectory.
xcopy N:\ .\src /e /c /i /f /h /k /y /q
Note that in this example, the installation DVD is in the N: drive.
5. Open a Deployment and Imaging Tools command prompt in elevated mode. Then, set c:\Temp\x as the current directory.
NOTE: The file and folder names used in this procedure are examples only. You can specify your own file and
folder names for your slipstream project.