#Boot { GRUB, ISO, IMG, DD, ... } LEGACY | EFI | UEFI ...

1 messages · Page 1 of 1 (latest)

mild salmon
#

What do you have in your grub cfg now, and how are you going to re-add it to the config during system updates? If the grub.cfg gets regenerated for each new kernel that gets installed, any manual changes to the cfg will get wiped out.

mild salmon
#

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