summaryrefslogtreecommitdiff
path: root/config/binary_grub/grub.cfg
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 16:19:09 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 16:19:09 +0200
commitfcf285b974a5c3ed75c37f5b619abab19845f126 (patch)
tree4d330125a80588d187131dffbd358d625906e417 /config/binary_grub/grub.cfg
parent1bdda30f49360eb55aa99cba9ff56ae16badc796 (diff)
downloadkanotix-fcf285b974a5c3ed75c37f5b619abab19845f126.zip
kanotix-fcf285b974a5c3ed75c37f5b619abab19845f126.tar.gz
added hooks to include GRUB2-EFI into binary
Diffstat (limited to 'config/binary_grub/grub.cfg')
-rw-r--r--config/binary_grub/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg
index be60ad3..3cd4f20 100644
--- a/config/binary_grub/grub.cfg
+++ b/config/binary_grub/grub.cfg
@@ -81,7 +81,7 @@ if [ $efi != 1 ] ; then
}
else
menuentry 'EFI Shell' {
- chainloader /efi/shellx64.efi
+ chainloader /efi/boot/shellx64.efi
}
if search -nf /EFI/Microsoft/Boot/BOOTMGR.EFI ; then
menuentry 'Microsoft Bootmgr' {