[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Booting several ISOs with GRUB2 on Fedora 34
From: |
Patrick Frank |
Subject: |
Re: Booting several ISOs with GRUB2 on Fedora 34 |
Date: |
Sun, 16 May 2021 11:21:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 |
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)?