grub: fix memtest_efi.cfg, shell_efi.cfg

This commit is contained in:
Anton Midyukov 2021-03-19 19:46:34 +07:00
parent 75da6c2eb7
commit cdc01398f7
2 changed files with 5 additions and 4 deletions

View File

@ -2,5 +2,5 @@ if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test" --id 'memtest' {
chainloader /EFI/tools/memtest86.efi
boot
}
}
fi

View File

@ -1,5 +1,6 @@
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