Creating a multi-OS live USB with Ventoy

Creating a multi-OS live USB with Ventoy

Instead of having separate USBs for Windows, Linux and their variants, Ventoy allows you to assign a single drive capable of booting to any OS you choose. After setup, you can drag-and-drop iso files into the external drive and it will show up as an option in Ventoy.



With Ventoy, you don't need tools like rufus or etcher to make an iso bootable. Since it shows up as a normal external drive when you plug it into a PC you can use it as more than just a boot drive.

You will need administrator or super-user privileges to set up Ventoy

For this example. we will be installing Ventoy through Windows, For Linux and others see: Getting started: Ventoy

Head over to the releases section of Ventoy's official GitHub repository: Releases · ventoy/Ventoy (github.com)

Download the latest windows zip installation package, like ventoy-x.x.xx-windows.zip, and decompress it.
Run Ventoy2Disk.exe, select the device and click Install or Update button






Notes:
if Ventoy2Disk.exe always fail, you can use Ventoy LiveCD, See: livecd . Ventoy
Ventoy can be installed on USB drive or local disk. To prevent misoperation, Ventoy2Disk.exe only lists USB drives by default.
You can toggle the Show all devices option then all the disks will be listed. But at this time, you must be very careful to not choose the wrong disk.
After install, you can manually reformat the Ventoy partition with exFAT/FAT32/NTFS/UDF/XFS/Ext2/3/4

    • Related Articles

    • Backup, Snapshot, and Restore Linux installations using Timeshift

      If you mess up (or are going to mess up) some config files or drivers, it is always good to have a fallback point. The de-facto standard for doing this on Linux is Timeshift. Timeshift for Linux is an application that provides functionality similar ...
    • What is Boot Process in Linux OS.

      Boot Process in Linux OS. Have you ever wondered what happens behind the scenes from the time you press the power button until the Linux login prompt appears? Press the power button on your system, and after few moments you see the Linux login ...
    • How to Partition, Format, and Mount Secondary Drives in Linux - Manual Drive Configuration (MDC)

      Introduction This guide provides detailed instructions on how to manually configure secondary drives in a Linux system, including partitioning, formatting, and mounting the drives. Warning Performing these steps on an existing primary drive or a ...
    • Installing Drivers and Activating Windows using Audit Mode

      Installing Drivers and Activating Windows Through OOBE or Audit Mode It is important to let customers customize their Windows first boot settings (OOBE settings). The entire installation process for a custom build must be carried out manually, for ...
    • Installing NVIDIA Drivers on Ubuntu

      Ubuntu doesn't come with NVIDIA drivers installed by default as they are proprietary and closed-source. This means that you'll have issues like poor performance, displays not working, artifacts etc... while using the FOSS nouveau drivers. Graphical ...