So, I installed clonezilla on usb drive using tuxboot and that works
fine.
To add gparted live cd,
1. I extracted the live directory
2. I renamed the live directory to gparted
3. I copied gparted directory to root directory of the usb drive.
4. I modified syslinux.cfg on usb drive adding an entry
label GParted Live
MENU DEFAULT
MENU HIDE
MENU LABEL GParted Live (Default settings)
MENU PASSWD
kernel /gparted/vmlinuz
append initrd=/gparted/initrd.img boot=gparted config noswap noprompt
ip=frommedia nosplash
TEXT HELP
/GParted live version: 0.8.0-1. Live version maintainer: Steven Shiau
/ Disclaimer: GParted live comes with ABSOLUTELY NO WARRANTY
ENDTEXT
The loading of gparted fails because /scripts/gparted is not found. I
am guessing it is because I need to rename /scripts/live to /scripts/
gparted in initrd.img. It also seems I need to change the mounting
point inside the script from /live/image to /gparted/image.
If this is right, is there anything else I need to do?
Does anyone have an instructions on how to edit initrd.img file?
You do not have to modify the contents of initrd.img, instead you have
to put them in the different dir and give some extra boot parameters to
make live-boot (debian live) search for different files.
You can refer to this: http://clonezilla.org/livehd.php
On 2011/3/14 上午 01:37, RG2 wrote:
Steven.
--
Steven Shiau <steven _at_="" nchc="" org="" tw=""> <steven _at_="" stevenshiau="" org="">
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB F4BC 08B3 E3D7 9762 755A</steven></steven>
what ever worked? that 3rd post seems to have been edited or something because there is no useful information there.