X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=da9c6b4066c1f3c1c9b4904f8fbd7d339503e2d9;hb=1360256a71a6b33ee342a70b06adac11b3903b0a;hp=d040156a49a494852406048342195790f0c353b4;hpb=0752ec6c360284452ed86fbd8649ad654c9158cc;p=grml-live-grml.git diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index d040156..da9c6b4 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -20,10 +20,6 @@ else set menu_color_highlight=black/yellow fi -# make sure we can access partitions -insmod part_msdos -insmod part_gpt - if [ ${iso_path} ] ; then set loopback="findiso=${iso_path}" fi @@ -42,14 +38,14 @@ menuentry "GPXE - boot via network/PXE" { linux16 /boot/addons/gpxe.lkrn } -menuentry "Grub - all in one image" { - linux /boot/addons/memdisk - initrd /boot/addons/allinone.img +menuentry "GRUB - all in one image" { + linux16 /boot/addons/memdisk + initrd16 /boot/addons/allinone.img } menuentry "FreeDOS" { - linux /boot/addons/memdisk - initrd /boot/addons/balder10.imz + linux16 /boot/addons/memdisk + initrd16 /boot/addons/balder10.imz } if [ ${iso_path} ] ; then