Collapse All  -            Expand All  + 

. Installation FAQ  - 

  1. Can I install Ventoy to local disk ?
  2. 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.

  3. Ventoy2Disk.exe can't enumerate my USB device
  4. 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).

  5. Ventoy2Disk.exe always failed to install ?
  6. Please refer When Ventoy2Disk.exe Failed to Install

  7. Ventoy2Disk.exe always failed to update ?
  8. Please refer When Ventoy2Disk.exe Fail to Update

  9. Can I reformat the 1st (bigger) partition ?
  10. 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

  11. The USB partition shows very slow after install Ventoy
  12. It may be related to the motherboard USB 2.0/3.0 port. Please refer github issue/1975

. Boot Process FAQ  - 

  1. What kind of BIOS does Ventoy support ?
  2. x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL UEFI

  3. Can Ventoy select the BIOS mode ?
  4. 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.

  5. How to determine the current boot mode ?
  6. 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.

  7. How to mount the ISO partition in Linux after boot ?
  8. 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.

  9. Can't boot in UEFI, some Secure error ?
  10. Secure Boot is supported since Ventoy-1.0.07, please use the latest version and see the Notes.

  11. Fuzzy screen when booting Windows/WinPE
  12. Please refer: About Fuzzy Screen When Booting Window/WinPE

  13. Can't install Windows 7 ISO, no install media found ?
  14. Most likely it was caused by the lack of USB 3.0 driver in the ISO.

  15. Checksum image file
  16. 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.

  17. Ventoy boot into grub shell
  18. 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:
    1. You have a fake/faulty USB stick. You can use some tools to test it.
    2. Your computer's BIOS has a access range limitation. Please refer: About Legacy BIOS Limitation

  19. Ventoy hang with the following message
  20.     
        Ventoy scanning files, please wait... 
    
    That's because there are too many files in the disk. Please refer: Ventoy Search Configuration

  21. Fuzzy Screen When Booting Window/WinPE
  22. Please refer: About Fuzzy Screen When Booting Window/WinPE

. Boot Menu FAQ  - 

  1. Where can iso files be placed ?
  2. You can put the iso file any where of the first partition. Ventoy will search all the directories and sub directories recursively to find all the iso files and list them in the boot menu.

  3. How to suppress iso files under specific directory ?
  4. You can put a file with name .ventoyignore in the specific directory. When ventoy detects this file, it will not search the directory and all the subdirectories for iso files.

  5. $xxx.iso was shown in boot menu
  6. Probably you didn't delete the file completely but to the recycle bin.

  7. ISO file name not displayed completely
  8. If the ISO file name is too long to displayed completely. You can press left or right arrow keys ← → to scroll the menu.

. Plugin FAQ  - 

  1. Where should ventoy.json be placed
  2. 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).