#Boot { GRUB, ISO, IMG, DD, ... } LEGACY | EFI | UEFI ...
1 messages · Page 1 of 1 (latest)
I haven't done this multi boot iso thing in a while, except using ventoy, but that doesn't solve your problem. This is imo the definitive documentation for this, see if it gives you any ideas: https://wiki.archlinux.org/title/Multiboot_USB_drive#Manual_configuration
Here's the specific sniper how they do the loopback with partition uuid, instead of (hdx,y) style:
insmod search_fs_uuid
search --no-floppy --set=isopart --fs-uuid 123-456
# later use inside each menuentry instead
loopback loop ($isopart)$iso_path