Creating a multiboot USB stick with MultiBootUSB and MultiSystem
Multiple Choice
MultiBootUSB and MultiSystem tools transfer multiple Live systems to a USB flash drive and even install a matching boot manager automatically.
Many Live systems serve specific purposes, such as rescuing data, launching web servers, and so on. It seems logical, then, to accommodate several systems side by side on a USB stick. Such a multiboot system would prepare you for any eventuality and, as a side effect, use the ample space on today's USB sticks in a meaningful way.
Setting up such a USB stick is the domain of MultiBootUSB [1] and MultiSystem [2]. Both of these tools not only copy the desired Live systems onto the stick, they also automatically set up a boot menu from which you can easily select one of the distributions. Although MultiBootUSB and MultiSystem solve the same task, they differ significantly with respect to operations, functionality, and individual quirks.
Before you can use MultiBootUSB and MultiSystem, you first need to download the desired Live systems as ISO images. Add up the size of all the ISO images and a safety margin of 100MB, and this is the amount of space you need on the USB flash drive.
Before starting, make sure the stick is plugged in and disconnect all other USB devices that are not required, so you don't inadvertently write to the wrong disk.
MultiBootUSB
When this issue went to press, the MultiBootUSB developers were working hard on the new version 7.0. Whereas its predecessor was created with the Gambas development environment (i.e., in Basic), MultiBootUSB 7.0 relies on Python and Qt. However, there was no source code for the beta versions, and it remained unclear whether the developer intended to supply the source code with the finished version. Because the finished MultiBootUSB 7.0 should be available by now, the following article is based on the beta2 version.
MultiBootUSB only installs selected distributions on the USB stick – according to the developers, you have a choice of about 150 distros, but they are not saying which ones. In practical terms, feel free to try your luck. It looks like the more exotic distributions are ruled out: For example, Multiboot refused to install the TheSSS [3] mini-server. This is particularly surprising because TheSSS is based on 4MLinux, which MultiBootUSB handles without complaint.
The tool cannot erase the USB stick, so you need to make sure before starting that the stick has a sufficiently large empty partition with a FAT32 filesystem, as is normally the case for newly purchased memory sticks.
Instant Gravy
MultiBootUSB 7.0 is available as a prebuilt program from SourceForge [4]. You can also download the .tar.gz
for your system. For example, if you have a 64-bit system you need the archive with 64bit
in its name. The other directories on the download page contain older MultiBootUSB versions.
Once you have extracted the archive, start the multibootusb
program as root; on Ubuntu, for example, use:
sudo ./multibootusb
When called with a normal user account, the beta version crashed reproducibly. Additionally, MultiBootUSB requires the udisks
service. On some distributions, such as openSUSE, you might need to install this with your package manager. In openSUSE, the package goes by the name udisks. Once started, the main window appears (Figure 1).
Under the MultiBootUSB tab, set the USB stick in Step 1; then, press Browse ISO, select the first ISO image, and then press Create. If the tool reports a failed integrity check, the ISO image might be corrupted, or it has overly restrictive permissions. The latter can happen, for example, if the ISO image is located on a network drive.
Following the same procedure, successively add all the other ISO images. If you have selected the wrong distribution, simply click on the list and then select Uninstall Distro. That's all there is to it. Press Close to exit the program, and you can now boot directly from the USB stick.
MultiSystem
The homepage for MultiSystem only speaks French and gives the impression that the tool is commercial. In fact, however, it is available under the GNU GPLv3, and you can get it completely free on SourceForge [5], where you can download an ISO image of a Live CD that launches Ubuntu 12.04 with a working MultiSystem.
This Live system is also the easiest way to use the tool. MultiSystem itself consists of a set of shell scripts that are obviously tailored to Ubuntu. Although the developers also offer a source code archive on SourceForge, it dates back to 2012. Additionally, you would still need to modify all the scripts for your distribution. Taking the current Live system is thus the best solution.
For Ubuntu users, though, the developers have set up a repository for you. Listing 1 shows how to install MultiSystem in this way; then, you start the tool by calling multisystem
.
Just like MultiBootUSB, MultiSystem officially only supports selected distributions. The list is pretty extensive, though, and contains many exotic distributions [6]. Again, TheSSS is not included.
Also, MultiSystem only sees the first partition on the USB stick. You should therefore make sure it has enough free space. Alternatively, you can format the entire stick with MultiSystem.
Listing 1
Ubuntu MultiSystem Install
$ sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main' $ wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install multisystem $ sudo usermod -a -G adm "$SUDO_USER"
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
-
System76 Unveils an Ampere-Powered Thelio Desktop
If you're looking for a new desktop system for developing autonomous driving and software-defined vehicle solutions. System76 has you covered.
-
VirtualBox 7.1.4 Includes Initial Support for Linux kernel 6.12
The latest version of VirtualBox has arrived and it not only adds initial support for kernel 6.12 but another feature that will make using the virtual machine tool much easier.
-
New Slimbook EVO with Raw AMD Ryzen Power
If you're looking for serious power in a 14" ultrabook that is powered by Linux, Slimbook has just the thing for you.