Follow-up Comment #5, bug #55118 (project grub):

It seems that the following boot menu specifications mostly work as expected.


…
  menuentry 'GParted 0.32.0-1' --class Debian --class Linux {
    insmod part_msdos
    insmod ext2
    ISO=/ISO/gparted-live-0.32.0-1-amd64.iso
    search -f --set --no-floppy $ISO
    loopback xyz $ISO
    linux (xyz)/live/vmlinuz boot=live config union=overlay username=user
noswap noprompt ip=frommedia findiso=/boot$ISO toram=filesystem.squashfs
lang=de keyboard=de
    initrd (xyz)/live/initrd.img
  }

  menuentry 'Grml 2017-05' --class Debian --class Linux {
    insmod part_msdos
    insmod ext2
    ISO=/ISO/grml64-full_2017.05.iso
    search -f --set --no-floppy $ISO
    loopback xyz $ISO
    linux (xyz)/boot/grml64full/vmlinuz boot=live
live-media-path=/live/grml64-full/ findiso=/boot$ISO bootid=grml64full201705
grml2ram ssh=secret noeject noprompt lang=de vga=0x31b startx
    initrd (xyz)/boot/grml64full/initrd.img
  }
…



Will it become helpful to offer similar configurations as ISO files for
further GRUB2 tests?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55118>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to