I have installed clonezilla, gparted and systemrescure from webui with no error.
but when i choose one of the three above, i got error as below:
I am using OMV7 with a kernel 6.1.0-21-amd64, here are the config for the grub file:
Bash
#!/bin/sh
exec tail -n +3 $0
menuentry 'Clonezilla Live' {
set isofile="/boot/clonezilla-live-3.1.1-27-amd64.iso"
loopback loop $isofile
linux (loop)/live/vmlinuz boot=live live-config noswap edd=on nomodeset ocs_prerun="dhclient" ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts=NONE ocs_live_batch="no" locales="en_US.UTF-8" ocs_daemonon="ssh" gfxpayload=text nosplash toram=filesystem.squashfs findiso=$isofile
initrd (loop)/live/initrd.img
}
How can i fix the error?