memtest86plus/grub/grub-legacy.cfg
2021-12-22 16:26:28 +00:00

23 lines
455 B
INI

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 PCMemTest using 'linux' command" {
linux /boot/pcmemtest
}
menuentry "Start PCMemTest using 'linux16' command" {
linux16 /boot/pcmemtest
}
menuentry "Start PCMemTest using 'linux32' command" {
linux32 /boot/pcmemtest
}