Creating a bootable USB to put in any working system primarily includes three steps: format the USB gadget, burn the ISO picture into it, after which simply boot into your system.
Whether or not you need to make a bootable USB on Windows or Linux, there are several applications out there like Rufus that may assist you to to do the identical. However if you wish to set up one other OS, it’s a must to repeat the identical course of once more to make a bootable USB with a brand new OS.
At this level comes the idea of multiboot USB that permits us to place a couple of OS ISO right into a USB gadget as an alternative of burning ISO time and again. This fashion you may keep away from using a number of USBs and set up any variety of working techniques on a single USB.
Therefore, creating multiboot USB fits greatest for individuals who need to strive or set up a number of working techniques utilizing a single USB stick. On this article, I’ll information you for a similar and let you know how one can put a number of ISO information of Linux distribution on USB and create a multiboot USB on Linux.
There are additionally a number of functions out there to create a multiboot USB on Windows or Linux, resembling YUMI, WinSetupFromUSB, MultiSystem. However, on this article, I need to introduce you to the newest cross-platform utility, Ventoy, and simply creates multiboot USB on Linux utilizing Ventoy.
What’s Ventoy?
Ventoy is a brand new open-source software program that permits you to create a bootable USB stick for a number of ISO picture information. Not like conventional strategies, you don’t must format your USB units (aka USB sticks, thumb drives, and Pendrive) each time to burn new ISO information.
What Ventoy makes totally different from different functions is the best way it eases the method of flashing ISO to USB units. The one factor it’s a must to do is simply set up Ventoy on USB, copy any variety of ISO information to create multiboot USB and boot it to put in a number of OS.
Ventoy reveals a boot menu to pick out the ISO of the working system and proceed additional to put in or strive it in Stay mode. You’ll be able to even customise and improve Ventoy boot menu utilizing plugin help.
Options Of Ventoy
- 100% open supply
- No ISO file extraction to USB
- Each Legacy and UEFI boot mode help
- UEFI Safe Boot help
- Persistence help
- ISO information bigger than 4GB help
- ISO file itemizing in both Checklist or TreeView mode
- Plugin Framework for personalisation
The primary model of Ventoy 1.0.00 was launched on 05 April 2020. Since then, it has continued so as to add new ISO help each week. As of now, Ventoy has efficiently examined over greater than 260 ISO information of the working system. You’ll find a full checklist of appropriate ISOs here.
Now let’s transfer on to the implementation a part of creating multiboot USB. However earlier than that, I need to make clear that right here I’m utilizing the Ubuntu 20.04 Linux system to place a number of Linux distros ISO information on a single bootable USB Stick. You can too observe the strategy beneath on any of your required Linux host techniques. Furthermore, you too can try our article on methods to enable or disable secure boot on home windows computer right here!
How To Set up A number of Linux Distros Utilizing Single Bootable USB Stick?
1. Obtain Ventoy App
First, obtain the newest binary information of Ventoy from here.
2. Extract Ventoy information
Then, extract the Ventoy information from the downloaded tar archive. You are able to do the identical both by double-clicking on the archive or working the command:
tar -xvf ventoy-1.0.12-linux.tar.gz
Subsequent, transfer to the listing and now you may see the listed information that we’ll use to put in Ventoy on the USB disk.
3. Plug-In And Detect The Mounted USB Flash Drive
When you plug-in your USB gadget, run the next command to find and get the USB gadget identify on Linux filesystem.
lsblk
Right here, you additionally want to have a look at the mount level of your USB gadget. If in case you have a mount level, you’re clear to go to the following step. But when your mount level is empty, you first want to repair your USB and transfer to the following step.
If you happen to don’t know methods to mount your USB drive to the Linux filesystem, learn our devoted article here to mount/unmount USB on Ubuntu and different Linux distro utilizing each graphical and command-line technique.
4. Set up Ventoy On USB System
I suppose your USB drive is now mounted and we will now set up Ventoy to create multiboot USB on Linux. However earlier than we proceed, I might advocate to backup all of your information out of your USB gadget as putting in Ventoy on USB flash drive will erase all information from USB.
Now, to put in Ventoy on a USB flash drive, run the shell script written within the ‘Ventoy2Disk.sh’ file as a root consumer passing choice and gadget identify as an argument:
sudo sh Ventoy2Disk.sh OPTION /dev/X
Right here, change X with your personal gadget names like sdb
or sdb1
and OPTION with any of three:
-i
— set up Ventoy usually to sdX-I
— drive set up Ventoy to sdX-u
— replace Ventoy on sdX
As you may see, it’s a must to verify twice as you’ll lose all of your information from the USB disk drive. As soon as the method finishes, your complete USB disk can be divided into two partitions in MBR format — one with EFI system partition (ESP) FAT and different with the exFAT filesystem.
5. Verify Once more If The System Is Mounted Or Not
Earlier than we head over to create multiboot USB utilizing Ventoy, it’s a must to once more examine the mount standing of the USB gadget. There are possibilities one exFAT a part of USB gadget may have no mount level and therefore you could be unable to entry and duplicate ISO information into it.
So, you may repeat the method to mount solely the unmounted partition once more and you’re going to get the mounted drive with the mount level.
You can too watch the USB drive partition in your respective Linux distro disks utility and use it to mount or unmount by simply clicking a button.
5. Copy ISO Information And Create A Multiboot USB On Linux
Now, to mix a number of iso information to create a single bootable USB, you solely want to repeat your Linux distros ISO information to the exFAT a part of USB utilizing both CLI or GUI technique and create a multi-OS bootable USB.
Be aware: The total path of the ISO file (directories, subdirectories, and filename) shouldn’t comprise area or non-ASCII characters.
As you may see, I’ve copied three Linux distros ISO information — Arch Linux 2020.05.01, SliTaz Rolling, and TinyCore. And we’re now prepared with our multiboot USB to put in a number of Linux distros.
6. Reboot Into Multiboot USB Drive
After you end shifting information to USB, restart your gadget and set your system as well straight right into a USB storage gadget.
If all goes nicely, you’ll discover a Ventoy boot menu with all Linux distribution whose ISO file you copied within the earlier step.
You’ll be able to boot into any of the Linux distributions to put in it or simply strive utilizing the out there Stay session.
Sadly, I discovered an error booting Arch Linux in Legacy mode. Therefore, in the event you additionally discover so, create a problem on Ventoy GitHub and also you’ll positively get the answer.
I’ve additionally reported the error and hope to resolve it quickly.
Furthermore, you too can try our article on how one can create a bootable USB on ubuntu with step-by-step information right here!
Wrapping Up
I hope you realized methods to use a single USB as well and set up a number of Linux distros utilizing Ventoy. I discovered Ventoy a straightforward software to create a bootable USB with a number of ISOs. You’re additionally free to make use of different software program and create your personal multiboot USB flash drive on Linux.