Page History
For Windows, download and install the latest NVIDIA latest NVIDIA WinOF-2 for Windows software package available via the Mellanox NVIDIA web site at: http://www.nvidia.com > Products > Software > Ethernet Drivers > Download. Follow the installation instructions included in the download package (also available from the download page).
...
- Attended Installation - An installation procedure that requires frequent user intervention.
- Unattended Installation - An automated installation procedure that requires no user intervention.
...
- Go to the NVIDIA WinOF web page at http://www.nvidia.com > Products > Ethernet Drivers > Windows SW/Drivers.
- Download the driver (MLNX_WinOF2_MLNX_WinOF2-1_64_mlx5_All_win2016_x64_fre_1_64_15407.exe).
- Extract the driver to a local directory (see Extracting Files Without Running Installation).
Copy the contents of this directory to C:\WS2016TP5_Drivers.
The directory contents should appear as follows:
This location should be specified for DriversPath property when injecting driver into the Nano server image:Code Block New-NanoServerImage -MediaPath \\Path\To\Media\en_us -BasePath .\Base -TargetPath .\InjectingDrivers.vhdx -DriversPath C:\WS2016TP5_Drivers
- Create the Nano server image. Follow the instructions in the TechNet article for "Getting Started with Nano Server".
...
- Go to the NVIDIA WinOF web page at http://www.nvidia.com > Products >Ethernet Drivers > Windows SW/Drivers.
- Download the driver package.
- Extract the NVIDIA drivers to a local directory (see Extracting Files Without Running Installation).
- Open a remote connection to the Nano server.
- Copy all the driver files to the Nano server
Install the driver:
Code Block pnputil -I -a <Driver_Folder>\mlx5.inf
...