X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=34ae54c97c0ffcbb4a6129ca73e7582f81d7b635;hb=971e2aea332ffe75fd1fa648777efe84eafd3df0;hp=3b515d893d2242c96ddc5c4ef40ad86afb0280bc;hpb=67df7006433d0dcdb0262ea86b6c030ddfd46ae2;p=grml-live.git diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index 3b515d8..34ae54c 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -40,8 +40,7 @@ if [ "${grub_platform}" != "efi" ] ; then menuentry "FreeDOS" { insmod linux16 linux16 /boot/addons/memdisk - loopback balder /boot/addons/balder10.imz - initrd16 (balder)+2880 + initrd16 /boot/addons/balder10.imz } if [ ${iso_path} ] ; then @@ -79,7 +78,12 @@ if [ "${grub_platform}" != "efi" ] ; then fi # efi mode } -menuentry "Boot OS of first partition on first disk" { - set root=(hd0,1) - chainloader +1 +if [ "${grub_platform}" == "efi" ] ; then +menuentry "UEFI Firmware Settings" { + fwsetup +} +fi # efi mode + +menuentry "Boot from next device" { + exit }