Booting Windows from an iSCSI Target or PXE

Warning

SAN network boot is not supported.

Configuring the WDS Server

  1. Install the WDS server.

  2. Extract the drivers to a local directory using the '-a' parameter.
    Example:

    Copy
    Copied!
                

    Mellanox.msi.exe -a

  3. Add the driver to boot.wim (i.e., Use ‘index:2’ for Windows setup and ‘index:1’for WinPE).

    Copy
    Copied!
                

    dism /Mount-Wim /WimFile:boot.wim /index:2 /MountDir:mnt dism /Image:mnt /Add-Driver /Driver:drivers /recurse dism /Unmount-Wim /MountDir:mnt /commit

  4. Add the NVIDIA® driver to install.wim (i.e., When adding the NVIDIA® driver to install.wim, verify you are using the appropriate index for your OS flavor. To check the OS run ‘imagex /info install.win’).

    Copy
    Copied!
                

    dism /Mount-Wim /WimFile:install.wim /index:4 /MountDir:mnt dism /Image:mnt /Add-Driver /Driver:drivers /recurse dism /Unmount-Wim /MountDir:mnt /commit

  5. Add the new boot and install images to WDS.

For additional details on WDS, please refer to: http://technet.microsoft.com/en-us/library/jj648426.aspx

Configuring iSCSI Target

  1. Install iSCSI Target (e.g StartWind).

  2. Add to the iSCSI target initiators the IP addresses of the iSCSI clients.

Configuring the DHCP Server

  1. Install a DHCP server.

  2. Add to IPv4 a new scope.

  3. Add boot client identifier (MAC/GUID) to the DHCP reservation.

  4. Add to the reserved IP address the following options if DHCP and WDS are deployed on the same server:

Option

Name

Value

017

Root Path

iscsi:11.4.12.65::::iqn:2011-01:iscsiboot

Assuming the iSCSI target IP is: 11.4.12.65 and the Target Name: iqn:2011-01:iscsiboot

060

PXEClient

PXEClient

066

Boot Server Host Name

WDS server IP address

067

Boot File Name

boot\x86\wdsnbp.com

Warning

When DHCP and WDS are NOT deployed on the same server, DHCP options (60, 66, 67) should be empty, and the WDS option 60 must be configured.

To configure your client, set the “Mellanox Adapter Card” as the first boot device in the BIOS settings boot order.

  1. Reboot your client.

  2. Press F12 when asked to proceed to network boot.
    Network Service Boot in ISCSi

    image2019-1-14_10-52-4.png

    Network Service Boot in PXE

    image2019-1-14_11-12-9.png

  3. Choose the relevant boot image from the list of all available boot images presented.

    image2019-1-14_11-12-43.png

  4. Choose the Operating System you wish to install.

    select_OS_2_install.png

  5. Run the Windows Setup Wizard.

  6. Choose target drive to install Windows and follow the instructions presented by the installation Wizard.

    setup_dest_folder.png

Warning

Installation process will start once completing all the required steps in the Wizard, the Client will reboot and will boot from the iSCSI target.

© Copyright 2023, NVIDIA. Last updated on May 23, 2023.