How can I keep multiple live/bootable ISO images on a single USB drive?

30

17

I am looking to create a USB flash drive that I can put multiple live CD ISO images on and select which boots from startup. The ideal candidate supports Linux and Windows-based ISO images, and is relatively simple. It also must have some reasonable process for adding and removing an ISO image from the drive/list.

Things that I'm not looking for in this specific question:

  • UBCD4Win or other swiss-army knife live CDs. The point is to boot any one of multiple CDs, not to boot a (certainly useful) utility CD.
  • Installing a single live CD to a USB drive. I'd like to have multiple ISO images, selectable at startup.

I don't have a specific purpose in mind, possibilties include a single drive with a Knoppix variant, Ubuntu desktop, UBCD4Win for DOS, the Offline NT Password Cracker, etc.

Flexible and easy to use are the name of the game!

Keck

Posted 2009-08-20T16:11:06.330

Reputation: 2 048

To Followup: In addition to the existing answers, XBoot is a newer application that fulfills this need very well.

Link: http://sites.google.com/site/shamurxboot/

– Keck – 2011-02-25T21:22:08.257

Answers

15

This is an interesting question. I can see it being very useful to have a single USB "master" LiveCD, instead of having so many different DVDs and pen-drives scattered around.

There seem to be a number of different approaches to this, all of them doable:

user4358

Posted 2009-08-20T16:11:06.330

Reputation:

6

YUMI – Multiboot USB Creator (Windows) also allows you to do it. Once set up, all you have to do is put the ISO image file on the drive.

Daenyth

Posted 2009-08-20T16:11:06.330

Reputation: 5 742

This certainly looks like it would do the job but to date I've never gotten a successful boot with any version. YUMI boots, it just won't then boot something else. – Loren Pechtel – 2014-01-03T18:44:07.687

3

A hard disk drive enclosure made by Zalman was made for exactly this purpose. It is named ZM VE200 (USB 2.0), ZM VE300 or ZM VE400 (USB 3.0). I use it on a daily basis to test laptop computers I repair. I've never been disappointed by it, but only by some old BIOS that prevent the laptop to boot from external devices and USB port that do not supply enough juice.

With an HDD formatted with NTFS or FAT inside and with a directory named "_iso" where you write ISO files, you are then able to boot from this external hard disk as if it was an external CDROM. It simulates an external optical disk drive with the right ISO in it .. fortunately you do not have to burn.

The product page best explains its purposes: http://www.zalman.co.kr/eng/product/Product_Read.php?Idx=674

My experience with this is quite good. I used to burn a lot of CDROM before buying this useful gadget. Now, I just collect ISO files in the right folder, all on the same device:

The only thing to check is the power consumption of the hard disk drive you put in it. But that's a common thing to look at when you deal with external hard drives.

Sahabia

Posted 2009-08-20T16:11:06.330

Reputation: 41

Thanks, this seems to be a better solution than a boot hack. (I work with Macs/Linux etc). Seems your product link is broken, but I found a similar and better product: The Iodd 2541

– Marius – 2017-01-22T19:19:48.883

0

Using dd (data duplicator) on MacOS:

http://osxdaily.com/2015/06/05/copy-iso-to-usb-drive-mac-os-x-command/

dd is available on Linux. Find instructions for identifying the device ID.

Ryan

Posted 2009-08-20T16:11:06.330

Reputation: 153