Commit 961db575 authored by Anton Midyukov's avatar Anton Midyukov

grub: fix config for grub_platform

parent 99db7a9e
menuentry $"Memory Test" --id 'memtest' {
linux@linux_suffix@ /EFI/tools/memtest86.efi
if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test" --id 'memtest' {
chainloader /EFI/tools/memtest86.efi
boot
}
fi
menuentry $"System setup" --id 'uefi-firmware' {
fwsetup
}
if [ "$grub_platform" = "efi" ]; then
menuentry $"System setup" --id 'uefi-firmware' {
fwsetup
}
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment