iso/boot/grub/grub.cfg

19 lines
346 B
INI
Raw Permalink Normal View History

2024-01-16 20:58:24 +00:00
set default=0
set timeout=10
insmod efi_gop
insmod font
if loadfont /boot/grub/fonts/unicode.pf2
then
insmod gfxterm
set gfxmode-auto
set gfxpayload=keep
terminal_output gfxterm
fi
2024-05-06 19:28:45 +00:00
menuentry 'MatterLinux VERSION_HERE ISO' --class os {
2024-01-16 20:58:24 +00:00
insmod gzio
insmod part_msdos
linux /boot/vmlinuz-linux loglevel=3
initrd /boot/initrd.img
}