Yes ! You can install Ventoy to USB drive, Removable HD, SD Card, SATA HDD, SSD, NVMe ...
In Windows, Ventoy2Disk.exe will only list the device removable and in USB interface type by default.
If you want you can toggle Show all devices
option, then all the devices will be in the list.
In this case you must take care about the list and make sure to select the right disk.
In Linux, you need to specify the device to install Ventoy which can be a USB drive or local disk.
It should be specially noted that, no matter USB drive or local disk, all the data will be lost after install Ventoy, please be very careful.
In Windows, some processes will occupy the USB drive, and Ventoy2Disk.exe cannot obtain the control right of the USB drive, so that the device cannot be listed.
Some known process are as follows:
1. Paragon ExtFS for Windows
2. ParagonMounter
3. DokanMounter
4. ext2fsd
5. extservice
6. DiskGenius
7. DSAService.exe (Intel® Driver & Support Assistant).
Please refer When Ventoy2Disk.exe Failed to Install
Please refer When Ventoy2Disk.exe Fail to Update
Yes. You can reformat it with FAT32/NTFS/UDF/XFS/Ext2/Ext3/Ext4 filesystem, the only request is that Cluster Size must greater than or equal to 2048.
You can use these commands to format it:
1. Format NTFS in Windows: format x: /fs:ntfs /q
2. Format UDF in Windows: format x: /fs:udf /q
3. Format Ext4 in Linux: sudo mkfs -t ext4 /dev/sdb1
4. Format XFS in Linux: sudo mkfs -t xfs /dev/sdb1
It may be related to the motherboard USB 2.0/3.0 port. Please refer github issue/1975
x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI
No!
It's the BIOS that decides the boot mode not Ventoy. The BIOS decides to boot Ventoy in Legacy BIOS mode or in UEFI mode.
After boot into the Ventoy main menu, pay attention to the lower left corner of the screen:
1.0.84 BIOS www.ventoy.net ===>
This means current is Legacy BIOS mode.
1.0.84 UEFI www.ventoy.net ===>
This means current is UEFI mode.
1.0.84 IA32 www.ventoy.net ===>
This means current is 32bit UEFI mode.
1.0.84 AA64 www.ventoy.net ===>
This means current is ARM64 UEFI mode.
1.0.84 MIPS www.ventoy.net ===>
This means current is MIPS64EL UEFI mode.
By default, the ISO partition can not be mounted after boot Linux (will show device busy when you mount).
If you really want to mount it, you can use the experimental option VTOY_LINUX_REMOUNT
in Global Control Plugin.
Secure Boot is supported since Ventoy-1.0.07, please use the latest version and see the Notes.
Please refer: About Fuzzy Screen When Booting Window/WinPE
Most likely it was caused by the lack of USB 3.0 driver in the ISO.
When you run into problem when booting an image file, please make sure that the file is not corrupted.
Please follow About file checksum to checksum the file.
Ventoy's boot menu is not shown but with the following grub shell.
GNU GRUB version 2.04 Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions. ESC at any time exits. grub>The following situations may cause this phenomenon, please check one by one:
Ventoy scanning files, please wait...That's because there are too many files in the disk. Please refer: Ventoy Search Configuration
Please refer: About Fuzzy Screen When Booting Window/WinPE
ventoy.json should be placed at the 1st partition which has the larger capacity (The partition to store ISO files). Do NOT put the file to the 32MB VTOYEFI partition.
After install, the 1st larger partition is empty, and no files or directories in it. You need to create a directory with name ventoy
and put ventoy.json in this directory(that is \ventoy\ventoy.json).