USB Key Multitool? 34
srhuston asks: "I've got a USB key that I use for booting and installing machines (GRUB boots and pulls the rest from the network). This got me thinking, all the floppy disks and CDs that I use for various tasks, such as memtest86, SuperRescue, Plan-B, tomsrtbt and others with which I'd like to experiment, I could probably get a larger key and put a few of them on there. The problem is booting them all - it seems that unless I copy the contents of the CD to the key, I wouldn't be able to boot it properly, and doing that means I can only use one of them at a time and have to copy another to the key when I want to use it. Ideally I'd love to be able to have my GRUB menu (or something similar) pop up, and select which of the items I want to boot. Any ideas how I might accomplish this? GRUB doesn't seem to support booting an image (floppy or ISO), and ISOLINUX seems to want to boot just one image and not give options for multiple ones. Oh, and yes, I did look first and found more questions than answers."
partitions? (Score:5, Informative)
Can you create multiple partitions on a key and then use grub to boot from the different partitions? The HOWTO [tldp.org] implies that it can be done, but I don't have any of these devices to verify it.
Re:partitions? (Score:4, Insightful)
Is it possible to use fdisk to "partition" a CD or a floppy - has anyone tried this? If it is, then what you suggest should be workable.
As far as my suggestion, I would suggest letting ISOLINUX switch between multiple kernels. If you need an MS partition, I think I remember a FreeDos kernel that can be loaded into ISOLINUX, and then the MS software can be bootstrapped thence. Within the drive, you can definitely store disk image files as opposed to multiple partitions, and let the kernel you boot mount the image as root instead of
Re:partitions? (Score:3, Insightful)
Re:partitions? (Score:2)
The other method, once you unmount the disk, is to boot a DOS or FreeDOS in Bochs from a floppy/image, and let it think that your disk itself is its C drive. Then you can use DOS fdisk and format to redo th
Re:partitions? (Score:3, Interesting)
From what I gathered at the time (and I'm sorry I'm not clearer about remembering where it is), NTFS requires a lot of write caching to work properly, and thus Windows by default refuses to format removable drives NTFS. But keep in mind that if
A related question about RAID on external media (Score:2)
Scaled in almost linear fashion - not a surprise but definitely thought provoking. The problem is that he did it under OSX, not Windows. Crap, I was envisioning a six drive stripe under WindowsXP Pro but it doesn't seem to be cooperating and none of the people I have a
Re:A related question about RAID on external media (Score:2)
Re:partitions? (Score:2)
I suppose you can write a bootloader to the disk and let non-MS systems take the upper partitions. I've only been able to
Re:partitions? (Score:2)
That's pretty limited, even on a 32MB usbdrive, when only using floppy images.
Re:You could.... (Score:2)
Bad troll! :)
Next time use some inititiative and just Google it [google.com]
cLive ;-)
UBCD. (Score:5, Informative)
It gives you a menu when you boot with all the stuff it has. See the screenshots on the site.
Re:UBCD. (Score:2, Funny)
<a href="http://ubcd.sourceforge.net/">Ultimate Boot CD</a>
Its not hard.
Try cdshell (Score:5, Informative)
Re:Partitions (Score:2, Redundant)
Depends on the key.
I know that mine can't be partitioned (at least, my efforts thus far have failed).
Is it possible to partition a floppy? If so, does it make sense? Then you might be able to partition every USB key. Otherwise, it will depend on whether the manufacturer put a partition table in the key.
Re:Partitions (Score:3, Informative)
Not really and kinda/sorta.
The "not really" is that modern OSs treat floppies as once big expanse of sectors, upon which a filesystem of some sort is put (FAT/EXT2/whatever) or not (cpio/tar/etc). There's no partition table as such; the dimensions are just taken as given for the drive and media.
For the kinda/sorta, I recall a utility for the Apple ][ that placed both DOS and ProDOS filesystems on the same side of a 120KB floppy. This was possible, not because o
Re:Partitions (Score:2)
Ultimate Boot CD (Score:1, Redundant)
how do you boot from USB? (Score:2, Interesting)
Re:how do you boot from USB? (Score:2)
Pretty rare in all but the most recent systems.
Re:how do you boot from USB? (Score:2)
many older motherboards and laptops do not support booting from usb, and of those that do some only support booting from usb floppies.
most new motherboards support booting from usb drives (usb hd as well as most flash drives) and floppies.
get a key for each (Score:3, Interesting)
Simple isn't always bad
Re:get a key for each (Score:2)
Simple isn't always bad
It could kind of go either way, couldn't it? On the one hand, if he makes 1 and it dies or something, he's got some work ahead of him to make a second. Not as bad with the mulitple key approach. On the other, those keys are getting so big there's space wasted.
I don't blame him for wanting to keep just one around, though. Juggling a bunch of things like that sucks.
Re:get a key for each (Score:2)
What about older machines, is there a boot floppy (Score:2)
Memdisk (Score:1)
It allows you to boot floppy or harddrive images from grub.
Combine grub and isolinux (Score:2)
In grub/menu.lst I have something like:
Some things boot fine, like the above referenced Hitachi DFT, but other disk images don't seem to work. I've successfully booted DOS/Windows floppy images for doing BIOS upgrades, etc.
Memtest86 can be booted directly:
Re:Combine grub and isolinux (Score:2)
Boot DOS, then linux with loadlin (Score:3, Insightful)
Anyone know of a way to format/SYS a USB key with FreeDOS? Please share.
How about a dip switch to select the partition! (Score:1)
VMWare (Score:2)