Users Guide

Table Of Contents
11–iSCSI Protocol
iSCSI Boot
Doc No. BC0054508-00 Rev. R
January 21, 2021 Page 123 Copyright © 2021 Marvell
To inject Marvell drivers into the Windows image files, you must obtain the driver
installation packages for the applicable Windows Server version.
Place these driver packages to a working directory. For example, copy all driver
packages and files applicable to your Windows Server version to example folder
location in Step 3:
C:\Temp\drivers
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 2016/2019/Azure Stack HCI, 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.