Re: [Clonezilla-live] booting USB drive
A partition and disk imaging/cloning program
Brought to you by:
steven_shiau
From: Spiros G. <sn...@he...> - 2008-03-05 16:23:11
|
On Wednesday 05 March 2008 Les Mikesell wrote: > Is there a difference in booting from a usb flash drive and a full size > drive that has a partition table? I'd like to make a self-contained > bootable/writable external drive with space to store images but haven't > been able to make it boot into clonezilla-live without using a separate > flash drive or CD. Before doing anything else, you must make sure your BIOS supports booting from USB. If this is not the case, anything else would be useless... I'd say the correct procedure would be 1. copy all files from CD to USB 2. move all files from dir isolinux to the root dir of the USB 3. move all files from dir casper to the root dir of the USB 4. create syslinux.cfg on the root dir of the USB run the command: sed 's|/casper/||' isolinux.cfg > syslinux.cfg 5. make your USB bootable using syslinux syslinux /dev/sda4 assuming your USB device is /dev/sda4 I have just performed this procedure and it woks (tested it with qemu) Hope this helps -- Regards Spiros -- gpg key URL: http://members.hellug.gr/sng/gpg-kde-el.html |