17 lines
312 B
INI
17 lines
312 B
INI
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
|
|
menuentry 'EgOS LINUX' --class os {
|
|
insmod gzio
|
|
insmod part_msdos
|
|
linux /boot/bzImage
|
|
initrd /boot/initramfs.cpio
|
|
} |