How to convert a iso file to a bootable usb drive?

How to convert a iso file to a bootable usb drive?

Before flash:

  1. Download etcher (balenaEtcher - Flash OS images to SD cards & USB drives)
    1.4.5. (for linux users only) Right-click on the file
    1.9.0 Select properties and tick “Allow as executable”
  2. Once it has finished downloading open the (file or appimage and or folder)
  3. Once it has loaded choose “Flash from file”
  4. Choose the usb and click “Flash”

After flash:

  1. Reboot your computer, but as soon as the boot logo shows press the key the allows you into the boot menu (Defers between manufacturer)
  2. Choose the usb you flashed
    2.5 press enter
  3. And your done :slight_smile:
1 Like

With the pretty pictures - https://docs.01.org/clearlinux/latest/get-started/bootable-usb.html#bootable-usb

1 Like
sudo dd if=/home/you/Downloads/clr-linux-x.iso of=/dev/sdx && sync

where /dev/sdx is your unmounted usb. find it with lsblk. Unmount it wth sudo umount /dev/sdx.

Double check it’s the right one first with fdisk -l | grep Disk because if you get the wrong one you could accidentally wipe your hard drive.

1 Like

https://clearlinux.org/software/flathub/fedora-media-writer

Fedora Media Writer does the job nicely.

1 Like

Use Ventoy for multiple OS instead.

Ventoy

  1. Open GNOME Disks
  2. On the left panel click on the device you want to use
  3. Click on the three dots on the upper right
  4. Click “Restore Disk Image”
  5. Select the .iso file in “Image to Restore”
  6. Click “Start Restoring”
2 Likes