mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Add support for GRUB test ISO in 32-bit builds.
This commit is contained in:
22
grub/grub-efi.cfg
Normal file
22
grub/grub-efi.cfg
Normal file
@@ -0,0 +1,22 @@
|
||||
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 linuxefi
|
||||
insmod linux32
|
||||
|
||||
menuentry "Start PCMemTest using 'linux' command" {
|
||||
linux /EFI/BOOT/pcmemtest
|
||||
}
|
||||
menuentry "Start PCMemTest using 'linuxefi' command" {
|
||||
linuxefi /EFI/BOOT/pcmemtest
|
||||
}
|
||||
menuentry "Start PCMemTest using 'linux32' command" {
|
||||
linux32 /EFI/BOOT/pcmemtest
|
||||
}
|
||||
Reference in New Issue
Block a user