Added classes for Memtest86+ and UEFI Shell menuentries

This commit is contained in:
Antonio V 2023-05-14 15:10:02 +00:00
parent 089ddf6821
commit e079cd4ef8
1 changed files with 3 additions and 3 deletions

View File

@ -56,16 +56,16 @@ menuentry "Arch Linux install medium with speakup screen reader (x86_64, UEFI)"
if [ "${grub_platform}" == "efi" ]; then
if [ "${grub_cpu}" == "x86_64" ]; then
menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool {
menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class memtest --class gnu --class tool {
set gfxpayload=800x600,1024x768
linux /boot/memtest86+/memtest.efi
}
menuentry "UEFI Shell" {
menuentry "UEFI Shell" --class efi {
insmod chain
chainloader /shellx64.efi
}
elif [ "${grub_cpu}" == "i386" ]; then
menuentry "UEFI Shell" {
menuentry "UEFI Shell" --class efi {
insmod chain
chainloader /shellia32.efi
}