On 5/16/21 10:26 AM, Steve wrote:
e.g.
menuentry "Debian 10.9 with XFCE" {
insmod part_gpt
insmod ext2
insmod search_fs_uuid
set isofile="/iso/debian-live-10.9.0-amd64-xfce.iso"
search --no-floppy --set=partition --file $isofile
echo loop ($partition)$isofile
read
ls ($partition)
loopback loop ($partition)$isofile
echo linux (loop)/live/vmlinuz-4.19.0-16-amd64 boot=live findiso=$isofile
read
ls ($partition)/
read
linux (loop)/live/vmlinuz-4.19.0-16-amd64 boot=live findiso=$isofile
initrd (loop)/live/initrd-4.19.0-16-amd64
}
It should have asked me for a keypress 3 times, right?
It didn't and printed 8-9 lines with errors instead.
After 1,5 days of trying all kinds of settings I wonder
if the problem could be, that my main os with Fedora and
the Grub installation is on one drive (hd1 / nvme0n1)
and the ISO files are on another drive (hd0 / sda)?