[HowTo] Create a Ventoy USB to launch Manjaro (and other) ISO's

Ventoy

A New Bootable USB Solution


Boot with a Ventoy USB and ISO files are automatically listed in the Ventoy menu.

Any ISO present can then be launched and booted directly. The obvious advantage here is that instead of constantly writing a Manjaro Installer ISO to a new USB any time you might need it, every ISO you desire can be stored on the Ventoy USB and launched the same way.

A 32GB capacity USB would allow ample space to store several ISOs of your choice; an 8GB capacity USB might hold one or two ISO’s;

Do the math. :smile_cat:


Availability

The Ventoy application is available for:

  • Linux:-

Install Ventoy from the official Manjaro Extra repository:

sudo pacman -S ventoy

  • Windows:-

Download Ventoy from GitHub or SourceForge:
Windows users will need to download the file: ventoy-{version}-windows.zip. :eyes:


Ventoy GUI

(Linux and Windows)

The Ventoy GUI for Linux or Windows are almost identical; exceptions are noted as may be relevant:

The following settings are based on this author’s verified usage when creating a pure UEFI booting Ventoy USB;


1. Insert an empty USB device:

  • A USB ranging from 8GB to 32GB is generally suggested, though 256GB can also work if you wish to store a particularly great number of ISO’s on a Ventoy USB.

  • This author finds that USB2.0, USB3.0 and USB3.1 drives are most suitable; however, as with most things choice of USB is subjective. Your mileage may vary.


2. Start the Ventoy application:

  • Manjaro:- Find the Ventoy menu item under “Utilities”.
  • Windows:- Run Ventoy2Disk.exe from the extracted zip file.

3. Select your USB from the Device dropdown:

  • Take care to select the correct USB as any existing content will be overwritten.

4. Open the ‘Option’ tab in the Ventoy toolbar:

  • Unselect:
    :x: Secure Boot Support
    Microsoft’s implementation of Secure Boot is unsupported by Manjaro.

  • In the Partition Style submenu, choose:
    :ballot_box_with_check: GPT
    Creates a GUID Partition Table (GPT) on the Ventoy USB.

  • Choose the Partition Configuration menu item:

File System for Ventoy partition (Windows Only):

  • File System: Choose :ballot_box_with_check: exFAT
    (Readable by both Linux and Windows)
  • Cluster Size: There is generally no need to change this from the default value.

  • Reserve some space at the end of the disk:
    This setting is optional (extra partitions could be manually added).

  • Align partitions with 4KB
    There is generally no need to change this default.

When finished with Partition Configuration click OK to close the dialog.


5. Click Install to begin writing the Ventoy system to USB:

  • When Ventoy USB creation has finished note that “GPT” should be seen under both the “Ventoy In Package” and “Ventoy In Device” panels – If this is not the case, you will have to start again.

  • The Ventoy application may now be closed.
  • Cycle your Ventoy USB (optional).
    (eject it and insert it again after a few seconds).


6. Drag the Manjaro Installer ISO to the Ventoy USB:

  • At this point you may drag your Manjaro Installer (and any other) ISO you wish to the Ventoy USB (limited only by the USB capacity). See here for the list of ISO’s supported by Ventoy.

  • ISO files may need to be renamed, substituting spaces in filenames with a dash, period or underscore character. This can also tidy how the ISO file appears in the Ventoy menu.

  • Boot the new Ventoy USB and a menu will soon appear listing each ISO as a menu item. Click the menu item required to launch the Manjaro Installer ISO (or any other ISO of your choice).


Ventoy CLI (Linux)

The following examples are based on this author’s verified usage;

  • All parameters are case sensitive.
  • Edit command-line for your specific use case.
  • Substitute /dev/sdX for the target USB location.

Create a Ventoy USB (UEFI/GPT mode): :eyes:

sudo sh ventoy -i -r 512 -S -g -L VentoyGPT /dev/sdX

Create a Ventoy USB (BIOS/MBR mode):

sudo sh ventoy -i -r 512 -S -L VentoyMBR /dev/sdX

Update a Ventoy USB:

sudo ventoy -u /dev/sdX
  • Updates the Ventoy system on an existing Ventoy USB.
  • Ensure the new Ventoy version is available in Manjaro.
  • The Ventoy USB update process is non-destructive.

Ventoy CLI parameters (Linux)
Parameter Description
-i Install Ventoy system to USB (fails if Ventoy already present).
-I Force install Ventoy system to USB.
-u Update an existing Ventoy USB.
-l List Ventoy information.
-r SIZE_MB Reserve some space at end of the disk, (optional).
Examples: -r 512 = 500MB, -r 1024 = 1GB, -r 2048 = 2GB.
-s/-S Enable -s or Disable -S Secure Boot Support, (default: enabled).
-g Use GPT partition table, (default: MBR).
-L VOLUME Ventoy USB Label, (default: “Ventoy”)
-n Attempt non-destructive install, See Non-destructive.

Ventoy CLI (Windows)

The following examples are based on this author’s verified usage;

  • All parameters are case insensitive.
  • Edit command-line for your specific use case.
  • Substitute /drive:X: for the target USB drive letter.
    Specify disk by drive letter /drive:X: or physical drive number /phydrive:1.

Create a Ventoy USB (UEFI/GPT mode): :eyes:

c:\path\to\Ventoy2Disk.exe vtoycli /i /gpt /nosb /r:512 /fs:exfat /drive:X:

Create a Ventoy USB (BIOS/MBR mode):

c:\path\to\Ventoy2Disk.exe vtoycli /i /nosb /r:512 /fs:exfat /drive:X:

Update a Ventoy USB:

c:\path\to\Ventoy2Disk.exe vtoycli /u /drive:X:
  • Updates the Ventoy system on an existing Ventoy USB.
  • The Ventoy USB update process is non-destructive.

Ventoy CLI parameters (Windows)
Parameter Description
vtoycli Must exist to force CLI usage.
/i Install/Create Ventoy USB.
/u Update existing Ventoy USB.
/gpt Use GUID Partition Table (GPT), (default: MBR).
/nosb Do not enable Secure Boot Support, (default: enabled).
/nousbcheck Do not check whether disk is USB, (default: enabled).
/r:XXX Reserve some space at end of the disk, (optional).
Examples: /r:512 = 500MB, /r:1024 = 1GB, /r:2048 = 2GB.
/fs:XXX Choose File System to use (EXFAT,NTFS,FAT32,UDF).
EXFAT recommended for cross-platform compatibility.
/nondest Attempt non-destructive install, See Non-destructive.

See also: Ventoy; Ventoy Docs; Create bootable Windows USB;


18 Likes
Unsubstantiated issues with Ventoy
Installation on a flash drive
[HowTo] Recovering from an interrupted update/upgrade
Can not load graphical installer with proprietary drivers
I installed gnome but at install it crashed at 90%
Boot problem after mistake
1TB HDD not reading in Manjaro xfce
Stability concerns when running Manjaro for a small business
System suddenly lags one boot then gets worse every boot
Manjaro newly installed but doesn't boot
[Primer] NTFS on Linux
Error when installing manjaro
Manjaro newly installed but doesn't boot
Random application crashes and full system freezes across multiple different systems
Unable to adjust brightness in Manjaro XFCE
Manjaro newly installed but doesn't boot
Installer Crashes Quickly
Trying to install but stuck at 90% loading
Installation stick does not boot
Device not accepting address / xhci_hcd / device descriptor read error
Should I wait for the new stable ISO to reinstall?
What do I do if Manjaro ends in a black screen after startup?
Suddenly, the icons in dash disappear and pc stops responding correctly
Unable to burn iso to usb
After a long period dormant, system update result is locale error when booting
Manjaro not booting – Suspected issue with /boot/efi
Cannot successfully install Zetar
systemd-journald.service: Failed with result 'timeout'.
Error when trying to install Manjaro
Fresh install T14 ThinkPad: ACPI - Can't tag data node
Luks encrypted device not mapped during boot
Unable to boot XFCE live USB
Tried to install and could not
Updating to latest manjaro release results in (potentially) corrupting kernel image
What should I do after a fresh install of Manjaro?
On system update, Grub throws an error regarding EFI
Cannot boot live USB of Manjaro KDE
Unable to boot XFCE live USB
I need help after my system update on manjaro gnome DE
Cant delete manjaro installation of usb
Manjaro auf USB Stick
USB boot stuck on set-up page
New updates have killed the system [2025 Sept 26th]
One of four bootable partitions won’t boot any more
One of four bootable partitions won’t boot any more
Laie will bootstick für ubuntu erstellen
Ext4 installation is not possible
Failed update; help needed
Authentication fails when using Imagewriter
Uh oh, Pamac Crashed during update, what to do?
Unclear problem
Caught out by Gnome X11 removal
Will Resetting Windows 11 Remove My Linux Partition?
Manjaro file size for USB Drive
ISO download from Manjaro site problem
Problems after system update
Manjaro ISO fails to boot in Ventoy
Cannot boot KDE ISO
Burn bootable Windows 10 ISO image to USB stick with dd?
Permission issues switching drivers
2 clean manjaro installations completely broken right after being installed
Cannot login / reach tty after update
Installation stuck at 9% in dell g15
Manjaro 25.0 Zetar released
Turned off my pc in the middle of an update
Manjaro XFCE fails to boot after upgrade (maybe TIFU)
LIve USB correct but stuck in endless loop
Intel Core i5/i7-4900MQ Hybrid With NVidia GT 730M / GK208 Issues With Primary GPU For Video Games
System suddenly lags one boot then gets worse every boot
Installed updates -> reboot -> black screen
Calamares in infinite loop ← Corrupt usb stick!