How to Install Multiple Linux Distributions on One USB

Brief: This tutorial shows you how to install multiple Linux distributions on one USB. This way, you can enjoy more than one live Linux distros on a single USB key.

I have this habit of trying out different Linux distributions via live USB. It gives me an option to test the OS on a real hardware and not in a virtualized environment. Also, I can plug in the USB to any system (read it Windows), do whatever I want and enjoy the same Linux experience. And yes, in case something goes wrong with my system I can use the USB drive to recover!

Creating a single bootable Live USB of Linux is easy, you just download an iso file and burn it to a USB drive. But, what if you want to try more than one Linux distribution?

You can either use more than one USB or you format the same USB to try other Linux distributions. Both of these ways are not very convenient.

So, how about installing more than one Linux distributions on a single USB?

How to create a bootable USB with multiple Linux distributions on it

unnamed-file-711-2644249

Well, we have got a tool which does exactly the same by keeping more than one Linux distribution on a single USB drive. All you have to do is select the distributions you want to install. In this tutorial, we will cover how to install multiple Linux distribution on a USB stick for live sessions.

Just to make sure, you should have a USB drive big enough to have several Linux distributions on it. So an 8 Gb USB key should be enough for 3-4 Linux distributions.

Step 1

MultiBootUSB is a free and open source cross-platform application which allows you to create a USB drive with multiple Linux distributions. It also supports uninstalling any distribution at any point of time, so you can reclaim space on your drive for another one.

Download the .deb package and install it by double-clicking on it.

Download MultiBootUSB

Step 2

The recommended filesystem is FAT32, so make sure to format your USB drive before creating a multi-boot USB stick.

Step 3

Download the ISO images of Linux distributions you want to install.

Step 4

Once you have everything, start MultiBootUSB.

The home screen asks you to select the USB disk and the image file for the Linux distribution which you want to put on your USB.

MultiBootUSB supports Persistence for Ubuntu, Fedora and Debian distros. Which means that changes made to the live version of the Linux distributions are saved to the USB disk.

You can select the persistence size by dragging the slider under MultiBootUSB tab. Persistence gives you an option to save changes to the USB drive in runtime.

Step 5

Click on Install distro option and proceed with the installation. It will take some time to complete before showing a successful installation message.

You can now see the distribution in the installed section. For another OS, repeat the process. This is what it looks like when I installed a copy of Ubuntu 16.10 and Fedora 24.

Step 6

Next time when I boot through the USB, I get the option of choosing either of the distributions.

You can add as many distros as you want and your USB storage allows. For removing a distro, select it from the list and click on Uninstall Distro.

Final Words

MultiBootUSB application really looks handy for installing multiple Linux distribution on a USB stick. With just a few clicks, I have a working drive with two of my favorite OS and I can boot into them on any system.

Let us know in the comments if you face any issue while installing or using MultiBootUSB.

Source