Fix Boot OS of first partition entry for grub. Thanks to Jordan Uggla for
[grml-live-grml.git] / templates / boot / grub / grub.cfg
index fde7a39..7e115d6 100644 (file)
@@ -63,6 +63,7 @@ menuentry "MirOS bsd4grml (fallback method)" {
 }
 
 menuentry "Boot OS of first partition on first disk" {
+    set root=(hd0,1)
     chainloader +1
 }