Easily create bootable usb with ventoy

03 Jul 2020 | ପ୍ରୋ ନିୟନ ୨୬୭(proneon267)

So the other day, I got interested in a distro and wanted to try it out. Previous experience has taught me that creating a live bootable USB is tedious and erroneous. Yes, there is the Balena Etcher, but that would make my drive unusable on other OS. So, I searched and found the Ventoy project.

Ventoy will make your USB drive bootable. But here is the twist, you don’t need to flash the iso file to the drive. Place the iso files onto the drive. Ventoy will make sure you can boot from it. Ventoy also supports multiple iso. Once ventoy configures the USB drive, you will also be able to use it as a regular drive.

sudo dnf install fuse-exfat
https://github.com/ventoy/Ventoy/releases
lsblk

Under the Name column, find out the device file name. It would look like “sd*”. If in doubt, open “Disks” utility on fedora and find the device file path.

sudo ./Ventoy2Disk.sh /dev/sd*