X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Faddons.cfg;h=2425f7a29a1b5d0b7d310531ae93f8af87952008;hp=3b515d893d2242c96ddc5c4ef40ad86afb0280bc;hb=89c43982fb5056e25caada0e5018088ad4fcbae7;hpb=67df7006433d0dcdb0262ea86b6c030ddfd46ae2 diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index 3b515d8..2425f7a 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,6 @@ if [ "${grub_platform}" != "efi" ] ; then fi # efi mode } -menuentry "Boot OS of first partition on first disk" { - set root=(hd0,1) - chainloader +1 +menuentry "Boot from next device" { + exit }