Gentoo Archives: gentoo-user

From: Robert Walker <robert_mt_walker@××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: Multiboot Live USB creatores - Was: Re: [gentoo-user] Re: Re: Re: Kaspersky Rescue Disk
Date: Wed, 13 Feb 2013 12:06:49
Message-Id: 511B81E2.2020402@yahoo.co.uk
In Reply to: Multiboot Live USB creatores - Was: Re: [gentoo-user] Re: Re: Re: Kaspersky Rescue Disk by Tanstaafl
1 On 13/02/13 11:55, Tanstaafl wrote:
2 > On 2013-02-13 4:20 AM, Michael Sondow <msondow@×××××.org> wrote:
3 >> Yes, there seem to be a number of programs that will create a bootable
4 >> USB flash drive from a linux distro ISO, and also from some of the
5 >> rescue disk ISOs. Some of these utlities create "persistence", but I'm
6 >> not sure what that means: just save data somewhere on the flash drive,
7 >> or actually integrate new data into the linux op sys?
8 >>
9 >> I'm going to give them a try. Ditto for the multiboot live USB creators.
10 >> We'll see what "persistence" means for them.
11 >
12 > I'm very interested in this topic. I've been wanting to create my own
13 > bootable USB3 Thumb drive that I've added my own bootable ISOs to,
14 > that gives me a menu for booting whichever one I want...
15 >
16 > I'd be very interested in hearing everyone's take on which one is
17 > best, what is the easiest way to do this, and to keep it updated...
18 >
19 > Thanks!
20 >
21 @Tanstaffl,
22
23 I swear by Multisystem ( http://sourceforge.net/projects/multisystem/).
24 Has way to much dependencies on Ubuntu. If I had the time I would
25 re-write it just to use the back-end stuff. It covers all the top 100
26 distro's in DIstrowatch and attempts to create scripts that will either
27 chain-load the iso image or extracts the necessary files (using rsync)
28 from the iso image. Basically you can multi-boot of a single USB
29 partition. They do the heavy lifting for you by constantly updating the
30 back-end code for each Distro release (as things to change with how
31 distros boot). Doesn't always work (didn't seem to play ball with how
32 OpenSUSE mount their SquashFS image). It's worth checking out though.
33
34 These days I tend to rely on it less - but it helps you see how to
35 "crack the nut" and get started. Once you get the idea you can manually
36 update distros and add your own stuff... I've even managed to stick in
37 the Paragon Partition Manager bootable image (which is based on Linux)
38 in my bootable USB stick partition.
39
40 Just my $.02
41
42 Bob