Ventoy
Ventoy is a free and open source tool to create drives that allow you to select and boot any EFI, IMG, ISO, VHD(x), or WIM files stored on a rewriteable partition on the drive.
Installation
Install ventoy-binAUR.
Setup
There are three utilities for setting up the media:
/opt/ventoy/Ventoy2Disk.sh
, which is a shell script to be run from the command line./opt/ventoy/VentoyGUI.x86_64
, which is a graphical application.xauth
or a similar application is needed to escalate to root if the application is not started with root permissions.- Opening
file:///opt/ventoy/WebUI/index.html
with a web browser.
The same utilities can be used for upgrading the Ventoy installation on the drive.
Usage
Ventoy creates two partitions on the drive: one to store the bootable images and another for the Ventoy binaries.
To add images from which you can boot, mount the first partition and copy the images over.
Use without installing
If you just want to create a multi-boot drive, you can simply download the pre-built executable at the GitHub releases page. After verifying the sha256sum and unpacking, you can display the included CLI's help page by running the shell script without any arguments:
# ./ventoy-VERSION/Ventoy2Disk.sh
You can afterwards upgrade the drive for future versions by following a similar procedure. Downloading a NEWER-VERSION, verifying the sha256sum, unpacking, running
# ./ventoy-NEWER-VERSION/Ventoy2Disk.sh
and following the on screen help message.
As an alternative to the shell .sh script mentioned here, a GTK/qt, and a webUI, are also included.