Fix going back to GNU GRUB from ldbsd.com via alternative boot method; while here...
[grml-live.git] / templates / boot / grub / grub.cfg
index c713ba8..4602c1a 100644 (file)
@@ -37,10 +37,24 @@ menuentry "FreeDOS" {
     initrd  /boot/addons/balder10.imz
 }
 
-menuentry "MirOS BSD" {
+menuentry "MirOS bsd4grml (regular method)" {
     multiboot   /boot/addons/bsd4grml/ldbsd.com
 }
 
+menuentry "MirOS bsd4grml (fallback method)" {
+    multiboot   /boot/addons/bsd4grml/ldbsd.com
+    module      /boot/addons/bsd4grml/bsd.rd
+    module      /boot/addons/bsd4grml/boot.1
+    module      /boot/addons/bsd4grml/boot.2
+    module      /boot/addons/bsd4grml/boot.3
+    module      /boot/addons/bsd4grml/boot.4
+    module      /boot/addons/bsd4grml/boot.5
+    module      /boot/addons/bsd4grml/boot.6
+    module      /boot/addons/bsd4grml/boot.cfg
+    module      /boot/grub/%GRUB_LEGACY%
+    module      /boot/grub/core.img
+}
+
 menuentry "Boot OS of first partition on first disk" {
     chainloader +1
 }