Nvidia DGX-2 SYSTEM User Manual page 49

Hide thumbs Also See for DGX-2 SYSTEM:
Table of Contents

Advertisement

7.3.1
Creating a Bootable USB Flash Drive by Using
the dd Command
On a Linux system, you can use the
that contains the DGX-2 software image.
To ensure that the resulting flash drive is bootable, use the dd command
Note:
to perform a device bit copy of the image. If you use other commands to
perform a simple file copy of the image, the resulting flash drive may not be
bootable.
Ensure that the following prerequisites are met:
The correct DGX-2 software image is saved to your local disk. For more information,
see
Obtaining the DGX-2 Software ISO Image and Checksum File.
The USB flash drive capacity is at least 4 GB.
Plug the USB flash drive into one of the USB ports of your Linux system.
1.
Obtain the device name of the USB flash drive by running the fdisk command.
2.
sudo fdisk -l
You can identify the USB flash drive from its size, which is much smaller than the
size of the SSDs in the DGX-2 System.
Create a mount point.
3.
Example:
sudo mkdir /media/usb
Mount the USB flash drive.
4.
sudo mount -t vfat /dev/sdb1 /media/usb -o
uid=1000,gid=100,utf8,dmask=027,fmask=137
As root, convert and copy the image to the USB flash drive.
5.
sudo dd if=path-to-software-image bs=2048 of=usb-drive-device-name
!
CAUTION: The dd command erases all data on the device that you specify in the of
option of the command. To avoid losing data, ensure that you specify the correct path
to the USB flash drive.
DGX-2 System User Guide
command to create a bootable USB flash drive
dd
Restoring the DGX-2 Software Image
49

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents