05-12-2024, 05:33 AM
Good afternoon, I'm trying to repeat the instructions given here https://stackoverflow.com/questions/6584...e-solution for
I unpacked Clonezilla into an iso image on a USB stick and try the following in ventoy_grub.cfg:
menuentry "Clonezilla" --id live-default {
set root=$vtoy_iso_part
search --set -f /live/vmlinuz
linuxefi $vtoy_iso_part/live/vmlinuz parameter1 parameter2 parameter3...
initrdefi $vtoy_iso_part/live/initrd.img
}
At the same time, no matter what options I try, I get it out during the startup process
boot failed This system image failed to boot. and initfarms next, maybe this is the wrong way, but I can't come up with anything. Thank you so much for your help!
I unpacked Clonezilla into an iso image on a USB stick and try the following in ventoy_grub.cfg:
menuentry "Clonezilla" --id live-default {
set root=$vtoy_iso_part
search --set -f /live/vmlinuz
linuxefi $vtoy_iso_part/live/vmlinuz parameter1 parameter2 parameter3...
initrdefi $vtoy_iso_part/live/initrd.img
}
At the same time, no matter what options I try, I get it out during the startup process
boot failed This system image failed to boot. and initfarms next, maybe this is the wrong way, but I can't come up with anything. Thank you so much for your help!