HP Boot from SAN Configuration Guide

9. To unmount the boot.wim image, enter the following command:
dism /unmount-wim /mountdir:.\mnt /commit
10. To determine the index of the desired SKU in the install.wim image, enter the following
command:
dism /get-wiminfo /wimfile:.\src\sources\install.wim
For example,
Example 1 Index: 1
Name: Microsoft Windows Server 2012 SERVERSTANDARDCORE
Example 2 Index: 2
Name: Microsoft Windows Server 2012 SERVERSTANDARD
Example 3 Index: 3
Name: Microsoft Windows Server 2012 SERVERDATACENTERCORE
Example 4 Index: 4
Name: Microsoft Windows Server 2012 SERVERDATACENTER
11. To mount the install.wim image, enter the following command:
dism /mount-wim /wimfile:.\src\sources\install.wim
/index:X/mountdir:.\mnt
NOTE: X is placeholder for the index value.
12. To add the drivers in the currently mounted image, enter the following commands:
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
13. To unmount the install.wim image, enter the following command:
dism /unmount-wim /mountdir:.\mnt /commit
14. To create an .iso file, enter the following command:
oscdimg -e -h -m -n -lslipstream -bootdata:2#p0,e,b"c:\Program
Files\Windows
AIK\Tools\PETools\amd64\boot\etfsboot.com"#pEF,e,b"c:\Program
Files\Windows AIK\Tools\PETools\amd64\boot\efisys.bin" c:\temp\x\src
c:\Temp\Win20xxMOD.iso
NOTE:
Platform is a placeholder for the architecture of the operating system, such as amd64 or
x86 that you install. Also, xx in filename is the placeholder for Windows Server OS
version.
For other version of Windows with different kit, location of etfsboot.com and efisys.bin
might be different.
15. Burn the .iso file to a DVD using a DVD-burning application.
16. Install the applicable Windows Server OS version using the new DVD or .iso created.
20 Slipstreaming Broadcom Drivers into Microsoft Windows Server 2012/ 2012 R2 Image Files