summaryrefslogtreecommitdiff
path: root/configs/releng/grub/grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/grub/grub.cfg')
-rw-r--r--configs/releng/grub/grub.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg
index a72ca7a..4266ef3 100644
--- a/configs/releng/grub/grub.cfg
+++ b/configs/releng/grub/grub.cfg
@@ -56,16 +56,16 @@ menuentry "Parabola GNU/Linux-libre install medium with speakup screen reader (x
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
}