Create USB Disk from ISO

Linux Logo

Create USB Disk from ISO
The most reliable way to do this by far is with dd
There are links below in the links section to other popular tool
However dd is already there in the majority of systems. If it is not there it is just a sudo apt/yum/dnf install dd -y away

DD has the potential to overwrite other disks if you select the wrong disk. If this is a concern try Raspberry Pi Imager or the links below

DD

sudo dd if=/tmp/boot.iso of=/dev/sdg status=progress
  • https://rufus.ie/en/
  • https://unetbootin.github.io/
  • https://ubuntu.com/download/desktop
  • https://ubuntu.com/download/raspberry-pi
  • https://ubuntu.com/download/server
  • https://www.raspberrypi.org/downloads…/
,