summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/binary_grub/grub.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg
index e77122b..c1d55d6 100644
--- a/config/binary_grub/grub.cfg
+++ b/config/binary_grub/grub.cfg
@@ -108,9 +108,9 @@ else
chainloader /efi/boot/shellx64.efi
}
fi
- if test -f /efi/boot/shellx86.efi ; then
+ if test -f /efi/boot/shellia32.efi ; then
menuentry 'EFI Shell x86' {
- chainloader /efi/boot/shellx86.efi
+ chainloader /efi/boot/shellia32.efi
}
fi
insmod regexp