Introduction
In this article, we will discuss how to use Ventoy to create a USB installation drive for Windows 10. Ventoy is an open-source tool that allows you to create a bootable USB drive with multiple ISO files. This is useful if you need to install multiple operating systems or different versions of the same operating system. We will cover the key concepts of Ventoy, installation steps, and how to create a Windows 10 USB installation drive.
What is Ventoy?
Ventoy is an open-source tool that allows you to create a bootable USB drive with multiple ISO files. It is a simple tool that requires no special knowledge of bootloaders or other low-level tools. Once Ventoy is installed on a USB drive, you can simply copy ISO files to the drive, and it will be able to boot from them.
Key Features
- Up to 256 ISO files can be stored on a single USB drive.
- Supports both Legacy and UEFI boot modes.
- No need to reformat the USB drive when adding or removing ISO files.
- Supports persistence, which allows you to save changes made to the operating system installed on the USB drive.
Installation of Ventoy
To install Ventoy, you need to download the latest version of the tool from the official website https://www.ventoy.net/en/download.html. There are two versions of Ventoy, a Windows version and a Linux version. In this article, we will use the Linux version, which is distributed as a shell script.
Running the Shell Script
After downloading the shell script, you need to make it executable by running the following command:
$ chmod +x ventoy-1.0.33-linux.run
To install Ventoy on a USB drive, you need to run the following command:
$ sudo ./ventoy-1.0.33-linux.run
You will be prompted to select the USB drive where you want to install Ventoy. Make sure you select the correct drive, as all data on the drive will be erased during the installation process.
Creating a Windows 10 USB Installation Drive
To create a Windows 10 USB installation drive, you need to download the Windows 10 ISO file from the official Microsoft website. Once you have the ISO file, you can copy it to the USB drive that has Ventoy installed.
Copying the ISO File
To copy the ISO file to the USB drive, you need to connect the drive to your computer and mount it. Once the drive is mounted, you can copy the ISO file to the root of the drive.

Rebooting from the USB Drive
Once the ISO file is copied to the USB drive, you can reboot your computer from the drive. During the boot process, you will see a list of ISO files on the drive. Select the Windows 10 ISO file and press Enter.
Ventoy is a simple and powerful tool that allows you to create a bootable USB drive with multiple ISO files. In this article, we have discussed the key concepts of Ventoy, installation steps, and how to create a Windows 10 USB installation drive. With Ventoy, you can easily create a bootable USB drive without the need for reformatting or special knowledge of low-level tools.
- Ventoy is an open-source tool that allows you to create a bootable USB drive with multiple ISO files.
- To install Ventoy, you need to download the latest version of the tool from the official website and run the shell script.
- To create a Windows 10 USB installation drive, you need to download the Windows 10 ISO file from the official Microsoft website.
- Once the ISO file is copied to the USB drive, you can reboot your computer from the drive and select the ISO file to boot from.