X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=34ae54c97c0ffcbb4a6129ca73e7582f81d7b635;hb=HEAD;hp=a96c78089668c968ddc78146389fa6cfdce9dd21;hpb=1a9a788fa46053e882e7332c6403b59ff8d437f1;p=grml-live.git diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index a96c780..5aea931 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -10,13 +10,13 @@ if [ "${grub_platform}" == "efi" ] ; then if cpuid -l ; then if test -e /boot/addons/memtest86+x64.efi ; then menuentry "Memory test (memtest86+x64.efi)" { - linuxefi /boot/addons/memtest86+x64.efi + chainloader /boot/addons/memtest86+x64.efi } fi else # assume i386 if test -e /boot/addons/memtest86+ia32.efi ; then menuentry "Memory test (memtest86+ia32.efi)" { - linuxefi /boot/addons/memtest86+ia32.efi + chainloader /boot/addons/memtest86+ia32.efi } fi fi