grub: memdisk is a "linux16"-style kernel
authorChristian Hofstaedtler <ch@grml.org>
Sun, 28 Nov 2010 22:22:53 +0000 (23:22 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Sun, 28 Nov 2010 22:22:53 +0000 (23:22 +0100)
memdisk from syslinux is a "linux16"-style kernel image. without this change
the DOS and GRUB options won't work from the grub menu.

Closes: issue937

templates/boot/grub/grub.cfg

index d040156..0f4d683 100644 (file)
@@ -42,14 +42,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