Check out Ventoy! Unless you need a single ISO on the drive, it’s just something you install to it and then copy and paste ISOs to the folder on it. No flashing needed, it runs them for you. I’ve got 128GB drives almost filled with every ISO I could possibly want.
Also worth noting, you should create file named .ventoyignore in the directories with other files. Otherwise Ventoy searches everything which slows it down.
Note that some devices aren’t able to correctly mount the second partition.
I guess this is because the first partition is used to boot ventoy, while the second partition holds data and some devices (e.g. printers) won’t mount the second partition.
PS: I nearly wasn’t able to hold a presentation because of this, luckily a second stick/phone/copy on web storage saved me, iirc.
This only ever really applies to devices without UIs or otherwise embedded OSs, and personally I wouldn’t trust a drive with more than a handful of files in such a device anyway.
I need this, my local dollar store sells 32GB USB2 key for $5, I have one for MX, MX-AHS, MX32bits, antix, etc I have multiple 32GB keys with just 1 or 2 GB used, I will check this ventoy!
It still works for installing the OS though, at least in the case of Nix. I’ve not tried Guix so far, but I’ve installed NixOS on two machines in the past year using Ventoy.
I have experience with both the distros, and I’ve used them extensively for my personal projects in both of the machines I have. It’s a hit-and-miss, according to the NixOS forums. Using Ventoy causes Stage-1 boot to fail, and in both the machines and distros I’ve tried, it hasn’t worked.
Interesting. I wonder if it’s an incompatible UEFI/BIOS? Both of the machines I put it on were fairly new, one was first boot on a server I built, the other was a recent laptop that I decided to run it on for a while.
Check out Ventoy! Unless you need a single ISO on the drive, it’s just something you install to it and then copy and paste ISOs to the folder on it. No flashing needed, it runs them for you. I’ve got 128GB drives almost filled with every ISO I could possibly want.
Also worth mentioning you can copy more files on it afterwards and it works as normal storage too.
Also worth noting, you should create file named
.ventoyignore
in the directories with other files. Otherwise Ventoy searches everything which slows it down.I personally just set the index depth to 0 in the config so it only searches the root directory for bootable files
Note that some devices aren’t able to correctly mount the second partition.
I guess this is because the first partition is used to boot ventoy, while the second partition holds data and some devices (e.g. printers) won’t mount the second partition.
PS: I nearly wasn’t able to hold a presentation because of this, luckily a second stick/phone/copy on web storage saved me, iirc.
This only ever really applies to devices without UIs or otherwise embedded OSs, and personally I wouldn’t trust a drive with more than a handful of files in such a device anyway.
Wow this seems amazing, I could test so many things lol! Thanks for solving my problem :)
I need this, my local dollar store sells 32GB USB2 key for $5, I have one for MX, MX-AHS, MX32bits, antix, etc I have multiple 32GB keys with just 1 or 2 GB used, I will check this ventoy!
not enough upvotes
Ventoy does not work for distros like NixOS and Guix. You’re going to have to use
dd
.It still works for installing the OS though, at least in the case of Nix. I’ve not tried Guix so far, but I’ve installed NixOS on two machines in the past year using Ventoy.
I have experience with both the distros, and I’ve used them extensively for my personal projects in both of the machines I have. It’s a hit-and-miss, according to the NixOS forums. Using Ventoy causes Stage-1 boot to fail, and in both the machines and distros I’ve tried, it hasn’t worked.
Interesting. I wonder if it’s an incompatible UEFI/BIOS? Both of the machines I put it on were fairly new, one was first boot on a server I built, the other was a recent laptop that I decided to run it on for a while.