How to Install Ventoy and Create a Multi-Boot USB Drive (Linux, Windows, macOS


Ventoy is a free, open-source tool that lets you create a bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. Unlike traditional methods (like dd or Rufus), Ventoy doesn’t extract files or reformat the USB every time you need to update it. You just copy the ISO file to the USB drive—and it boots!

โœ… Key Features

  • ๐Ÿ’พ Boot directly from ISO/WIM/IMG/VHD files

  • ๐Ÿ“‚ Supports multiple files at once (multi-boot)

  • ๐Ÿ”„ No need to reformat when adding/removing ISOs

  • ๐Ÿ” Secure Boot support

  • ๐Ÿ–ฅ๏ธ Works on Linux, Windows, and macOS


๐Ÿš€ Step-by-Step Guide


๐Ÿงฐ Prerequisites

  • A USB drive (8GB or larger recommended)

  • One or more ISO files (e.g., Ubuntu, Windows 11, etc.)

  • A Linux, Windows, or macOS system


๐Ÿง Installing Ventoy on Linux

1. Download Ventoy

Go to the official site:
๐Ÿ‘‰ https://www.ventoy.net

Or download via terminal:

wget https://github.com/ventoy/Ventoy/releases/download/v1.0.X/ventoy-x.x.xx-linux.tar.gz
tar -xzf ventoy-*.tar.gz
cd ventoy-*/

2. Identify Your USB Drive

Run:

lsblk

Find your USB device (e.g., /dev/sdb). Double-check — the install process will format the drive!

3. Install Ventoy

sudo ./Ventoy2Disk.sh -i /dev/sdX

Replace sdX with your USB drive. Example: sudo ./Ventoy2Disk.sh -i /dev/sdb

4. Copy ISO Files

Once installed, mount your USB and copy ISO files:

cp Downloads/Ubuntu.iso /media/youruser/Ventoy/

You can add multiple ISOs—Linux distros, Windows ISOs, rescue tools, etc.


๐ŸชŸ Installing on Windows

  1. Download the .zip version of Ventoy from the releases page.

  2. Extract and run Ventoy2Disk.exe as Administrator.

  3. Select your USB drive, click Install.

  4. Copy your ISO files to the USB drive.


๐Ÿ Installing on macOS

  1. Download the macOS version from the Ventoy GitHub.

  2. Use diskutil list to find your USB drive.

  3. Run the install script from Terminal:

sudo ./Ventoy2Disk.sh -i /dev/diskX
  1. Drag and drop your ISO files onto the mounted Ventoy drive.


๐Ÿ–ฅ๏ธ Booting From the USB

  1. Plug the USB into your computer.

  2. Boot and open the boot menu (usually F12, Esc, or Del).

  3. Select your USB drive.

  4. You'll see a clean Ventoy boot menu with all your ISO files listed. Just choose one and boot!


๐Ÿงฉ What Can You Add to Ventoy?

  • โœ… Windows 10 / 11 ISOs

  • ๐Ÿง Linux distros: Ubuntu, Fedora, Arch, Kali

  • ๐Ÿ› ๏ธ Rescue tools: Hiren’s Boot CD, SystemRescue, GParted

  • ๐Ÿ” Antivirus ISOs

  • ๐Ÿงช Memtest86, Clonezilla, and more


๐Ÿ›ก๏ธ Tips & Troubleshooting

  • Enable Secure Boot support in BIOS if needed (Ventoy supports it!).

  • Check ISO compatibility on Ventoy’s tested list.

  • Keep your Ventoy installation up to date for better compatibility.


0% Positive Review (0 Comments)