memtest86plus/grub/grub-test-legacy.cfg

23 lines
452 B
INI
Raw Permalink Normal View History

if loadfont unicode ; then
set gfxmode=1024x768,800x600,auto
set gfxpayload=800x600,1024x768
terminal_output gfxterm
fi
set default=0
set timeout=-1
insmod linux
insmod linux16
insmod linux32
menuentry "Start Memtest86+ using 'linux' command" {
linux /boot/memtest
}
menuentry "Start Memtest86+ using 'linux16' command" {
linux16 /boot/memtest
}
menuentry "Start Memtest86+ using 'linux32' command" {
linux32 /boot/memtest
}