Linux: Make bootable USB stick from ISO file

In order to make a bootable USB stick from an ISO file use one of the following two methods

  1. Right click on the file and choose write USB option. If that fails, then move to the command-line.
  2. From the command-line, type sudo dd bs=4M if=isofilename of=/dev/sdc conv=fdatasync status=progress

To find the device, type lsblk

8 / 2021