How To Make Multi Boot USB Drive In Linux/Windows?
Its Easy, Follow The Steps Below And Make It In No Time.
For Linux:
Step 1:
Tool Installation
Go To Ventoy Official Website And Download Ventoy Tool (Available For Linux/Windows). You can also visit their Github Repo and check releases for official tool.
Step 2:
Setup (On Linux)
- Extract .tar file with cmd
tar -xvf (filename)
for example tar -xvf ventoy-1.0.42-linux.tar.gz - Enter in ventoy folder by using
cd (foldername)
for example cd ventoy-1.0.42/ - Than enter your usb in your pc/laptop and type command
sudo fdisk -l
and find your disk and than copy disk name. For example in my case it is dev/sbd. - Than type command
chmod +x Ventoy2Disk.sh
- Than type command
sudo ./Ventoy2Disk.sh -i (your usb name)
in my case its sudo ./Ventoy2Disk.sh -i dev/sbd - Than it will show some warning type
yes
. - Than it will ask you for execution once again type
yes
again. - Now your multi boot usb is ready.
You can also checkout Ventoy Docs for in detail info
Step 3:
Loading ISO Files On Ventoy USB
You simply have to copy paste iso files in your usb
Step 4:
Boot Your USB By Hitting Boot Menu. Enjoy!
For Windows:
1: You will get a .exe file on download page
2: Install Ventoy You Will Get GUI
3: It is more easy.
Checkout Official Docs Of Ventoy:-
Document
FAQ
See https://www.ventoy.net/en/faq.html for detail
Forum
This Is My First Dev.to Post So Don't Mind Any Mistakes. I am learning
Top comments (0)