Not sure if this is kernel/hardware support issue.
Is this issue reproducible on different types of machine?
I did a test on VMware WS 10 and no such issue. However, someone also reported this issue is reproducible on Mac machine.
I will try to dig more to see if this issue could be fixed. If you find more info, please let us know.
Thanks.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On using "clonezilla-live-20150608-vivid", installed live-hd or loop method, CZ fails to reboot or shutdown.
On using usb flash it works.
grub2 loopback entry:
menuentry "clonezilla-live-20150608-vivid" {
gfxpayload=1024x768x16,1024x768
insmod part_msdos
insmod ext2
set root='(hd1,1)'
set isofile="/ISO/clonezilla-live-20150608-vivid-amd64.iso"
loopback loop (hd1,1)$isofile
linux (loop)/live/vmlinuz nomodeset components boot=live live-config edd=on nouveau.blacklist=yes union=overlay username=user hostname=vivid ocs_live_run=\"ocs-live-general\" ocs_live_extra_param=\"\" keyboard-layouts=\"us\" ocs_live_batch=\"no\" locales=\"en_US.UTF-8\" ip=frommedia toram=filesystem.squashfs findiso=$isofile
initrd (loop)/live/initrd.img
}
This entry worked in previous ISO's
Not sure if this is kernel/hardware support issue.
Is this issue reproducible on different types of machine?
I did a test on VMware WS 10 and no such issue. However, someone also reported this issue is reproducible on Mac machine.
I will try to dig more to see if this issue could be fixed. If you find more info, please let us know.
Thanks.
Steven.