bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #55118] ISO file generation for testing a boot menu


From: Markus Elfring
Subject: [bug #55118] ISO file generation for testing a boot menu
Date: Wed, 28 Nov 2018 03:00:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]