I'm trying to insert a clonezilla-live option into my Ubuntu grub menu. I'm trying to insert a clonezilla-live option into my Ubuntu grub menu. Is there anyone out there that is running a recent version (i.e. 3.0.3-22-amd64) of a clonezilla.iso file from a Linux PC grub2 boot menu? If so can you share your menu entry with me? I put the Clonezilla .iso file in the root directory and then updated the
/etc/grub.d/40_custom
file with the following entry:
menuentry "Clonezilla live" {
set isofile="/clonezilla-live-3.0.3-22-amd64.iso"
loopback loop $isofile linux (loop)/live/vmlinuz boot=live union=overlay username=user config components quiet noswap nolocales edd=on nomodeset nodmraid ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts= ocs_live_batch="no" locales= vga=788 ip=frommedia nosplash toram=filesystem.squashfs findiso=$isofile initrd (loop)/live/initrd.img }
When I select the clonezilla option from the grub2 boot menu what's suppose to get displayed first is the clonezilla GNU menu with the screen options on it (i.e. 800x600...), however that screen is bypassed and what does get displayed first is the second Clonezilla screen (i.. en_us.utf-8...). I have done a lot of research, but I can't seem to resolve this problem.