Work around regression in GRUB 2.00-22
[grml-live.git] / templates / boot / grub / addons.cfg
index a1221df..ed91b04 100644 (file)
@@ -18,7 +18,8 @@ menuentry "GRUB - all in one image" {
 menuentry "FreeDOS" {
     insmod linux16
     linux16  /boot/addons/memdisk
-    initrd16 /boot/addons/balder10.imz
+    loopback balder /boot/addons/balder10.imz
+    initrd16 (balder)+2880
 }
 
 if [ ${iso_path} ] ; then