HP Boot from SAN Configuration Guide

A Slipstreaming Broadcom Drivers into Microsoft Windows
Server 2012/ 2012 R2 Image Files
Injecting (Slipstreaming) Broadcom Drivers into Microsoft Windows Server
2012/ 2012 R2 Image Files
To obtain the correct Broadcom driver, extract appropriate smart component for the applicable
Windows Server 2012/ 2012 R2 version from HP SPP kit. To inject broadcom drivers into the
Windows image file:
1. Copy driver package to a working directory. For example, copy the driver packages to the
following directory:
C:\Temp
NOTE: The names of the files of your choice for slipstream projects are for examples only.
You can specify file and folder names for slipstream project.
2. Inject these drivers into Windows Image (WIM) files using one of the available option:
a. For Windows Server 2008 R2 and SP2, install the Windows Automated Installation Kit
(AIK). To open AIK kit:
Start –> Programs –> Microsoft Windows AIK –> Deployment Tools Command Prompt
b. For Windows Server 2012, install the Windows Assessment and Deployment Kit (ADK).
For Windows Server 2012 ADK kit, at an elevated command prompt, locate the
Assessment and Deployment Kit servicing folder. Location of the folder depends upon
ADK kit installation path.
3. At prompt, create a temporary directory and set it as the current directory for all later steps.
Enter the following command:
md C:\Temp\x
cd/d C:\Temp\x
4. To create two subdirectories, enter the following commands:
md src
md mnt
5. To copy the original DVD into the src subdirectory, enter the following commands:
xcopy D:\ .\src /e /c /i /f /h /k /y /q
NOTE: In this particular example, the installation DVD is in the D: drive.
6. Enter the following commands:
attrib -r .\src\sources\boot.wim
attrib -r .\src\sources\install.wim
7. To mount the boot.wim image, enter the following command:
dism /mount-wim /wimfile:.\src\sources\boot.wim /index:2
/mountdir:.\mnt
NOTE: You must always use “2” for the index value.
8. Enter the following commands to add the below drivers to the currently mounted image:
dism /image:.\mnt /add-driver /driver:C:\Temp\evbd.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxnd.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxfcoe.inf
dism /image:.\mnt /add-driver /driver:C:\Temp\bxois.inf
Injecting (Slipstreaming) Broadcom Drivers into Microsoft Windows Server 2012/ 2012 R2 Image Files 19