dd (*nix)
If you are using Linux and the command ‘dd,’ follow these steps:
- Download a Nitrux ISO file.
- Insert the USB flash drive into a USB port, then open a Terminal window.
- Enter the following command in the Terminal window and hit Enter.
- You must replace /dev/sdX with the correct device, such as /dev/sda,/dev/sdb, or others.
sudo dd if=nitrux.iso of=/dev/sdX oflag=sync bs=4M status=progress