Users Guide

10–iSCSI Protocol
iSCSI Boot
125 BC0054508-00 M
Finally, inject these drivers into the Windows Image (WIM) files and install the
applicable Windows Server version from the updated images.
To inject Marvell drivers into Windows image files:
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. Issue the following commands to create a temporary folder and set it as the
current folder for all later steps:
md C:\Temp
cd /d C:\Temp
3. Issue the following commands to create two subfolders, in C:\temp:
md src
md mnt
md drivers
4. Issue 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
(Administrator) mode.Then, set
c:\Temp as the current folder.
Note that you will use this command prompt window in all subsequent steps.
6. Issue the following commands:
attrib -r .\src\sources\boot.wim
attrib -r .\src\sources\install.wim
7. Issue the following command to mount the boot.wim image:
dism /mount-wim /wimfile:.\src\sources\boot.wim /index:2
/mountdir:.\mnt
Note: you must always use “2” for the index value.
8. Issue the following commands to add the following drivers to the currently
mounted image:
dism /image:.\mnt /add-driver /driver:C:\Temp\drivers /Recurse /ForceUnsigned
9. Issue the following command to unmount the boot.wim image:
dism /unmount-wim /mountdir:.\mnt /commit