In order to make a bootable USB stick from an ISO file use one of the following two methods
- Right click on the file and choose write USB option. If that fails, then move to the command-line.
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