How To Boot 10 Different Live CDs From 1 USB Flash Drive
How To Boot 10 Different Live CDs From 1 USB Flash Drive
Drive
Ever get the urge to try out a bunch of Linux distros at once? Maybe you’re hosting a Linux
installation party. Here’s an easy way to get a bunch of Live CDs working from a single thumb
drive.
MultiSystem is a really easy tool made to run on Ubuntu and Ubuntu-based distros that you can
use to play with various LiveCDs at once, or to create the ultimate recovery device. If you don’t
use Ubuntu, you can use an Ubuntu Live CD to install MultiSystem so that you can create your
super live USB drive without having to run Linux as your main OS.
It’s best to download your ISOs ahead of time, and select a USB drive large enough to house
them all. I actually went with an 8 GB SD card (used via a USB adapter). Here are some of the
popular and interesting distros I used.
There are plenty of other amazing distros that work great, such as Arch, Slackware, ZenWalk,
Cent OS, etc., but work best when installed. If you want to find more Linux distributions, check
out DistroWatch.com, and you can also take a peek at MultiSystem’s Compatibility Page for
more ideas.
Installing MultiSystem
Head over to the MultiSystem Download Page, and grab the installation script. The website is in
French, but if you’re not comfortable there’s a translate option on the right, s’il vous plaît.
Next, open up terminal and change to the directory where you downloaded your file. Mine is in
the “Downloads” directory:
cd ~/Downloads/
./install-depot-multisystem.sh
You’ll see a small windows pop-up and ask you for your password, like so:
Just pop that in and you’ll be good to go!
Just drag and drop an .ISO file into the highlighted area to add it to your USB drive. You’ll see a
window pop up with file progress.
Once it’s done, just lather, rinse, and repeat. Upon booting from your device, you’ll see a
veritable plethora of options.
Some Technical Details
Essentially, MultiSystem downloads and installs GRUB2 to your USB drive, along with
SYSLINUX and GRUB4DOS. These are tools that allow the booting of multiple OSs in various
ways. It then takes care of creating the proper entries for each bootloader and copying the files
over to your USB drive.
Support isn’t limited to Linux. It supposedly works with Windows ISOs and XBMC, as well as
other utilities like Hiren’s BootCD, since it uses SYSLINUX in addition to GRUB2 and
GRUB4DOS. Your mileage may vary from update to update, though. Share your experiences in
the comments!