Commit cdc01398 authored by Anton Midyukov's avatar Anton Midyukov

grub: fix memtest_efi.cfg, shell_efi.cfg

parent 75da6c2e
......@@ -2,5 +2,5 @@ if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test" --id 'memtest' {
chainloader /EFI/tools/memtest86.efi
boot
}
}
fi
if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test" --id 'memtest' {
chainloader /EFI/tools/efi-shell.efi
}
menuentry $"EFI shell" --id 'EFI shell' {
chainloader /EFI/shellx64.efi
boot
}
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