Download

Multiboot USB

Install once. Copy ISOs. Boot any image.

Ventoy formats your drive once, then you simply copy ISO, WIM, IMG, or VHD(X) files. At boot, pick the image you need—ideal for IT support, dual-boot labs, rescue kits, OS installers, Secure Boot troubleshooting, and step-by-step multiboot USB setup.

  • No need to reflash the stick for every new Linux distro or Windows image.
  • Works with a huge catalog of tested ISOs; search-friendly documentation mirrors widely published notes.
  • Supports Legacy BIOS and UEFI (including IA32, x86_64, ARM64, and MIPS64EL UEFI per commonly documented firmware modes).

Ventoy is an open-source project by longpanda. This page is an independent English guide; always verify checksums when you download releases.

Ventoy2Disk on Windows: device list, partition style, and Install or Update actions
Fig. A — one volume, many entries
ISO WIM VHD(X) UEFI Legacy Secure Boot

Why people choose Ventoy

These points summarize how Ventoy differs from “one ISO per USB” tools. They reflect common multiboot, UEFI, and large-file workflows so readers can find what they need quickly.

Copy-paste workflow

After installation, drop files anywhere on the large data partition. Ventoy scans folders recursively and lists images in the boot menu (alphabetically by default).

Secure Boot path

Secure Boot is supported in recent releases; follow the secure boot and keying guidance for your firmware when enabling it.

Filesystem flexibility

The main partition often ships as exFAT; you can reformat to FAT32, NTFS, UDF, XFS, or ext2/3/4 if cluster size rules are respected—handy for very large installers or Linux-native workflows.

Plugins & themes

Advanced users customize menus with ventoy.json, persistence, injection scripts, and other plugin features documented in project materials.

Safe updates

Updating Ventoy on the stick is designed to keep your ISO library intact—re-run the installer/updater when a new version ships.

Cross-platform tools

Windows users run Ventoy2Disk.exe (with optional ARM/ARM64/X64 variants). Linux users can use shell scripts, GTK/Qt GUIs, or the WebUI—pick what fits your environment.

Getting started (quick path)

This is a condensed checklist you can follow on Windows or Linux before you copy your first ISO.

Diagram: three steps from installing Ventoy to booting an ISO
  1. Step 1

    Install Ventoy to the USB

    Download the package for your OS, extract it, and run the installer against the correct removable disk. On Windows, if the device list is empty, toggle “Show all devices” only when you know exactly which disk is safe to wipe.

    Warning: Installation formats the target—backup data first.

  2. Step 2

    Copy image files

    Use the large partition and copy ISO/WIM/IMG/VHD(X) files into any folder structure you like. Ventoy discovers them automatically; very large libraries may increase scan time (see search path docs).

  3. Step 3

    Reboot and select an entry

    Choose the USB boot device in firmware. On the Ventoy menu, the lower-left corner shows the active mode (for example Legacy BIOS vs UEFI). Pick the image you need and continue troubleshooting only if boot fails.

Firmware modes at a glance

Ventoy does not “force” Legacy vs UEFI—your motherboard firmware decides. If Secure Boot errors appear, update Ventoy, follow secure boot documentation, and confirm the ISO itself supports your mode.

  • Seeing a GRUB shell instead of the Ventoy menu can indicate a bad stick, firmware limits, or file-system issues—work through structured checklists methodically.
  • Blurry Windows/WinPE screens and Windows 7 “no install media” cases show up often in community write-ups—usually driver or image-related.
Comparison chart of Legacy BIOS and UEFI support notes

Tips & real-world patterns

The following patterns are distilled from common forum threads and IT bench notes. They are not personal testimonials; treat them as practical checks that often save time when something “should work but doesn’t.”

Graphic highlighting checksums, USB ports, and disk locking tips

Lab & classroom setups

Technicians often keep one “master” Ventoy drive with current Linux live images, firmware update ISOs, and a hardware diagnostic stick image. Naming folders by semester or project (/2025-fall) keeps menus readable when dozens of files coexist.

Home users & dual boot

Many users pair a Windows installer ISO with a Linux live environment for rescue. If a PC boots UEFI for one image but not another, verify the image supports UEFI, disable fast boot temporarily, and try both USB 2.0 and 3.0 ports when oddities appear.

Verify the build before you write the stick

Compare the SHA-256 hash with the value published next to that release. If a port does not enumerate the USB, try USB 2.0, a different rear motherboard port, and a one-time boot menu key before you assume the image is bad.

Troubleshooting playbook

Use this section as a structured checklist. Each item maps to recurring themes people hit in support threads—dig into screenshots and release notes when you need deeper steps.

Installer cannot see the USB (Windows)

Close disk utilities and drivers that mount ext partitions or virtualize disks (examples often cited include Paragon, Dokan, ext2fsd, DiskGenius, and some Intel DSA components). Then reconnect the stick and retry.

Partition feels slow after install

Performance can depend on USB port generation and controller quirks. If speeds collapse, test another port, avoid flaky extension cables, and rule out counterfeit flash hardware.

Image missing from the menu

Confirm the file fully copied (not stuck in the Recycle Bin), meets supported types, and lives on the data partition—not the small EFI reserved area. Use .ventoyignore only when you intentionally hide folders.

Boot fails or shows GRUB shell

Verify ISO checksums, try a known-good image, and review legacy BIOS disk access limits if hardware is older. A damaged VTOYEFI partition may require recovery steps documented under non-destructive install notes.

For edge cases, search issue trackers and community threads for your exact error text and hardware model.

Frequently asked questions

Short answers below; expand for detail.

Extended reference & deep guides

The sections below are additional material—long-form notes, scenarios, and terminology that complement the overview above. Skim the index, then jump to what matches your hardware or workflow.

Understanding the Ventoy partition layout

After installation, a typical stick exposes a small EFI-related region reserved for boot firmware and a large data region where you store ISOs and other files. Treat the data region as your working library: it is the surface you interact with daily in the file manager. The reserved region is not where you should drop random ISOs—doing so will not list them in the menu and may confuse recovery tools.

When you reformat the data partition (for example to NTFS or ext4), you may need to remember the cluster size rule for Ventoy: too small a cluster can cause compatibility issues. If you are unsure, stick with the default exFAT layout first, then experiment on a spare stick before rolling changes to a production key.

Partition roles (conceptual)
Region Typical role User action
Reserved / EFIBoot chain, firmware-visible filesDo not use for ISO storage
Data (large)ISO/WIM/IMG/VHD(X) libraryCopy files freely; organize folders

Windows habits that reduce friction

On Windows, elevation matters: running the installer with least privilege may hide devices. If the UI still refuses to enumerate a stick, remove competing software that installs virtual filesystem drivers. Hibernate and fast startup can leave file handles open—fully shut down or use “Restart” before imaging.

  • Prefer a USB port on the motherboard rear I/O panel for stability during install.
  • Disable “USB selective suspend” in power settings when troubleshooting flaky detection.
  • Keep a second copy of the installer ZIP on disk so you can re-extract if files are quarantined by antivirus.

Linux host workflows

Linux users often prefer the shell script path. Always double-check device nodes with lsblk or ls -l /dev/disk/by-id before passing /dev/sdX to an installer. Never guess a partition number when the whole disk is intended.

When you later mount the data partition on Linux to copy files, you may need to install userspace exFAT/NTFS support depending on your distro. If you reformat to ext4, remember that Windows machines may not read that partition without extra drivers—plan cross‑OS workflows accordingly.

Image types you will often see

ISO
Optical disc images—most Linux installers and many rescue environments ship this way.
WIM
Windows imaging format; common in Windows PE and deployment workflows.
IMG / VHD(X)
Disk or container images; useful for specialized labs or hypervisor scenarios.

Firmware, boot order, and “why two modes?”

Modern PCs often ship with UEFI-first boot and optional CSM (Legacy) support. If you boot the same stick twice and see different behavior, you may have toggled between firmware menus or the firmware picked a different boot entry. Some machines expose two boot entries for the same USB device—one UEFI, one Legacy—choose the one that matches your image.

Secure Boot is a policy decision: enabling it requires that your firmware trusts the Ventoy boot chain and that the payload you launch is compatible. When in doubt, disable Secure Boot temporarily for diagnosis only, then re-enable once you understand the failure mode.

IT labs, imaging rooms, and policy

Organizations often standardize a single multiboot stick with a pinned set of ISOs and a documented checksum list. Change control: when you update Ventoy, record the version string and the device serial of the stick you updated. For labs, label the USB with a durable tag and store a photo of the menu in your knowledge base so new staff can verify expected behavior.

If you must comply with data‑loss prevention (DLP) rules, avoid copying proprietary ISOs onto personal sticks without a ticket. Use read‑only media when you only need to boot without writing files back to the stick.

Glossary (quick reference)

MBR vs GPT
Partition table styles; choose during install when appropriate.
CSM
Compatibility Support Module—Legacy BIOS support on UEFI systems.
ESP
EFI System Partition—often small FAT volume used in UEFI boot.
VTOYEFI
Ventoy’s reserved EFI partition area—do not store ISOs there.
Cluster size
Allocation unit size when formatting a filesystem.
Persistence
Saving data across live sessions (when supported by distro + plugin).

Scenario matrix

Situation Typical pitfall Mitigation
New laptop, only UEFILegacy-only ISOUse UEFI-capable image or enable CSM if available
Old desktop, BIOS onlyBoot entry missingCheck USB boot priority; try another port
Secure Boot onKey enrollment errorsUpdate Ventoy; follow firmware guidance
Large ISO librarySlow boot scanLimit search paths; prune folders

Safety, supply chain, and integrity

Treat every ISO like a binary artifact: verify checksums against a publisher you trust. Prefer downloads from project mirrors or GitHub release assets attached to the release you intend to install. If a signature or checksum fails, do not boot the image—re-download on a clean network path.

When lending a stick to others, assume it has left your trust boundary: wipe it or reformat before returning to sensitive environments. Malware can reside in user data on the partition as easily as on any removable drive.

How multiboot USB differs from “one ISO per stick”

Single‑ISO tools rewrite the stick each time you flash a new image. Multiboot USB keeps the data partition and swaps files instead of re-imaging the whole disk. That tradeoff favors speed and flexibility when you maintain many ISOs; it also means you must manage disk hygiene yourself (checksums, folder layout, and firmware quirks).

Neither approach is universally “better”—choose based on whether you need a disposable, one‑shot installer or a reusable toolbox you carry between machines.

Performance: USB generations and real throughput

USB 2.0 ports are adequate for many Linux installers but painfully slow for multi‑gigabyte images. USB 3.x ports vary widely: controller firmware, cable quality, and thermal throttling on small sticks all cap sustained writes. When you copy a 5 GiB ISO, expect the first minutes to feel fast and the tail to slow as flash heats up.

If you benchmark sticks, use the same file size and filesystem each time. Remember: random I/O on cheap drives collapses faster than sequential copies—your boot experience depends on both.

Virtual machines and passthrough testing

Testing Ventoy in a VM is useful but not identical to bare metal. USB passthrough may expose different firmware paths; some hypervisors emulate optical drives instead of raw USB. If a VM boots but hardware fails, trust the hardware test first.

Backup before you wipe (internal disk vs USB)

Ventoy installation targets removable media by default on Windows; still, mistakes happen when “show all devices” is enabled. Before any destructive action, photograph the disk layout in Disk Management or lsblk and confirm the serial number matches your intent.

Naming conventions for teams

Adopt a prefix convention: [priority]-[vendor]-[version]-[short-desc].iso. Priorities help humans during incidents; machines still sort alphabetically. Rotate retired ISOs into an /archive folder with a .ventoyignore if you want old files off the boot list without deleting them.

When the menu is empty

An empty menu usually means files are on the wrong partition, the filesystem is unreadable, or filenames are in a path you excluded. Mount the data partition on a working OS and confirm visibility. If you see files but Ventoy does not, check supported extensions and hidden attributes.

Travel and airport checks

Encrypted archives on the same partition as ISOs do not affect booting unless you need them extracted at boot time. Keep personal documents on a separate encrypted volume if regulations require—do not mix sensitive HR data with public ISO libraries on shared sticks.

Teaching others: a 10‑minute lesson plan

  1. Show firmware boot order and how to pick USB.
  2. Boot to Ventoy and explain the mode banner (legacy vs UEFI).
  3. Select a harmless live image (small) to prove success.
  4. Shut down cleanly, remove media, and reboot to internal disk.
  5. Document who used the stick and when (for shared labs).

Accessibility and readability

On small screens, long filenames truncate. Use a short label at the start of each filename. High‑contrast themes in the Ventoy menu help in bright server rooms—some themes are community‑provided; test them before you rely on them in production.

Power loss during copy

If power fails mid‑copy, assume the ISO is corrupt. Delete the partial file and re‑copy after verifying free space. Journaling filesystems reduce risk, but installers do not magically repair half‑written ISOs.

Checksum culture in teams

Publish a CSV of expected hashes per quarter. Rotate ISOs with a ticket; never accept “random USB from the drawer” without a recorded checksum. Automation can verify hashes nightly on shared storage.

More questions (expanded)

Additional answers—same accordion pattern as the FAQ above. Content is independent and covers edge cases readers often search for.

Deep library — workshops, checklists & extra Q&A

This block adds more standalone material: runbooks you can print, symptom tables, and another accordion set. It does not repeat the short FAQ above—it extends into operations and rare edge cases.

Pre-flight checklist (before you install)

  1. Confirm you downloaded the installer from a release you trust; record the version string.
  2. Identify the target disk by serial, not just size—sizes collide on mixed fleets.
  3. Close disk imaging tools, Android file transfer, and Linux FUSE drivers that lock the stick.
  4. Back up any data on the stick; installation is destructive.
  5. Have a second machine or phone nearby to read docs if the laptop bricks its own display during firmware tweaks.

Post-install smoke test

  1. Copy one small Linux live ISO you already trust.
  2. Reboot, pick USB, confirm Ventoy banner shows expected firmware mode.
  3. Boot the live image once; verify network and disk visibility inside the live OS.
  4. Shut down, remove USB, boot internal OS—proves firmware boot order is sane.
  5. Only then copy heavier images or Windows installers.

Symptom → next step (quick triage)

What you see Often means Try next
Black screen after selectionGPU init or framebuffer issueBoot with nomodeset-style kernel flags if the distro supports it; try another ISO build.
Instant reboot loopIncompatible payload or corrupt fileVerify checksum; test a minimal live ISO.
“No bootable device”Wrong firmware entry or dead portPick the alternate USB boot line; change port; disable fast boot.
Menu lists file but boot errorsIncomplete download or wrong archRe-download; confirm 64‑bit vs 32‑bit vs ARM.

Retail & bench techs

Keep a laminated card with your standard ISO set and expected menu order. When a customer machine fails, swap to your known‑good stick first—eliminates “bad USB” before you debug their hardware.

Classrooms

Rotate sticks between classes: sanitize or reflash between terms if students copied unknown files. Consider color‑coded stickers per curriculum track.

Homelab & CI

Store ISOs on network storage and sync to Ventoy sticks with scripted copies. Hash on both sides; abort the job if a mismatch appears mid‑transfer.

Long-form notes: firmware vocabulary on OEM laptops

Manufacturers rename the same concepts: “Fast startup,” “Modern standby,” “USB boot,” and “Secure Boot” interact. Disabling fast startup on Windows can release locks on USB controllers. Some laptops hide USB boot unless “USB boot” is explicitly enabled in a hidden advanced tab—search your model’s service manual PDF for the exact wording.

BitLocker and device encryption on internal disks do not protect the Ventoy stick unless you encrypt the data partition separately. If you carry customer data, use OS‑level encryption on a dedicated partition or a separate encrypted container—not a substitute for policy, but better than plaintext.

Networking inside live environments

Many live ISOs bring up DHCP automatically; corporate networks may require 802.1X or static VLAN assignment. If you need offline installs, prefetch packages onto the Ventoy data partition in a format your target OS can consume—plan ahead because not every installer supports arbitrary offline repos from USB.

Even more questions

Third accordion batch—topics skew toward power users and fleet operators.

Download Ventoy

Get the latest package from the official Ventoy website, verify checksums when possible, and read the release notes before updating production sticks.

Verify downloads using the published checksums (e.g. SHA256) before you flash production sticks.