memtest86plus/grub/grub-legacy.cfg

21 lines
521 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
menuentry "Start Memtest86+, use built-in support for USB keyboards" {
linux /boot/memtest keyboard=both
}
menuentry "Start Memtest86+, use BIOS legacy emulation for USB keyboards" {
linux /boot/memtest keyboard=legacy
}
menuentry "Start Memtest86+, disable SMP and memory identification" {
linux /boot/memtest nosmp nosm nobench
}