2021-09-04 07:11:42 -05:00
|
|
|
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
|
|
|
|
|
2022-10-12 09:34:09 -05:00
|
|
|
menuentry "Start Memtest86+, use built-in support for USB keyboards" {
|
|
|
|
linux /boot/memtest keyboard=both
|
2021-09-04 07:11:42 -05:00
|
|
|
}
|
2022-10-12 09:34:09 -05:00
|
|
|
menuentry "Start Memtest86+, use BIOS legacy emulation for USB keyboards" {
|
|
|
|
linux /boot/memtest keyboard=legacy
|
2021-09-04 07:11:42 -05:00
|
|
|
}
|
2022-10-12 09:34:09 -05:00
|
|
|
menuentry "Start Memtest86+, disable SMP and memory identification" {
|
|
|
|
linux /boot/memtest nosmp nosm nobench
|
2021-09-04 07:11:42 -05:00
|
|
|
}
|