Clonezilla integration

Try looking for help here if you are having problems with the latest beta of Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
alacos
Posts: 1
Joined: Wed Sep 15, 2010 11:24 pm

Clonezilla integration

#1 Post by alacos » Wed Sep 15, 2010 11:44 pm

Has anyone managed to integrate Clonezilla into UBCD503, so that the image boots properly? I have tried unsuccessfully, both with the Debian-based version of Clonezilla and with the Ubuntu-based version.

Michael Alachouzos

naebeth
Posts: 7
Joined: Mon May 31, 2010 4:35 pm
Location: Lincolnshire, UK
Contact:

Re: Clonezilla integration

#2 Post by naebeth » Tue Sep 21, 2010 4:13 pm

Unless between 502 and 503 the Grub4DOS system has been changed, the following should help you (as its the code I use in 502):

Code: Select all

title CloneZilla\n Load CloneZilla to backup or restore your hard drive.
kernel /ubcd/custom/CloneZilla/live/vmlinuz live-media-path=/ubcd/custom/CloneZilla/live bootfrom=/dev/sr0 boot=live union=aufs noprompt ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_keymap="" ocs_live_batch="no" ocs_lang="" vga=792 ip=frommedia
initrd /ubcd/custom/CloneZilla/live/initrd.img
However, as you can see, I have had to extract the ISO as I was having similar problems to you.

If you can deal with a bit more hassle you might be able to streamline the kernel parameters, but the current compilation works fine.


[EDIT]
In case you're new to this, I should probably make it clear that you need to add the above code to /ubcd/custom/custom.lst and use the Grub4DOS menu system to access it when testing/using UBCD for it to work.
[/EDIT]

StopSpazzing
Posts: 462
Joined: Tue Sep 09, 2008 4:37 pm
Location: California, USA
Contact:

Re: Clonezilla integration

#3 Post by StopSpazzing » Tue Sep 28, 2010 7:10 pm

Make sure that you extract Clonezilla to /ubcd/custom/.
~Just StopSpazzing~

Visit the UBCD Wiki: http://wiki.ultimatebootcd.com
Please check your UBCD ISO MD5 Hash Sum; May prevent issues later on by not having an exact copy.

Currently Working on Common Issues and Repair Tips on the Wiki.

Post Reply