nanodesk/templates/grub.tpl.cfg

25 lines
565 B
INI

insmod part_gpt
insmod part_msdos
insmod fat
insmod iso9660
insmod all_video
insmod font
set default="0"
set timeout=30
# If X has issues finding screens, experiment with/without nomodeset.
menuentry "nanodesk %VERSION% Live [EFI/GRUB]" {
search --no-floppy --set=root --label NANODESK
linux ($root)/live/vmlinuz boot=live
initrd ($root)/live/initrd
}
menuentry "nanodesk %VERSION% Live [EFI/GRUB] (nomodeset)" {
search --no-floppy --set=root --label NANODESK
linux ($root)/live/vmlinuz boot=live nomodeset
initrd ($root)/live/initrd
}