Page 1 of 1

Clonezilla integration

Posted: Wed Sep 15, 2010 11:44 pm
by alacos
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

Re: Clonezilla integration

Posted: Tue Sep 21, 2010 4:13 pm
by naebeth
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]

Re: Clonezilla integration

Posted: Tue Sep 28, 2010 7:10 pm
by StopSpazzing
Make sure that you extract Clonezilla to /ubcd/custom/.