From: Ulrich Dangel Date: Fri, 2 Apr 2010 11:59:28 +0000 (+0200) Subject: Fix Boot OS of first partition entry for grub. Thanks to Jordan Uggla for X-Git-Tag: v0.9.40~4 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=2fb103a7c7d8cc2aed11c42e1d29c273c7848049 Fix Boot OS of first partition entry for grub. Thanks to Jordan Uggla for fixing it. --- diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index fde7a39..7e115d6 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -63,6 +63,7 @@ menuentry "MirOS bsd4grml (fallback method)" { } menuentry "Boot OS of first partition on first disk" { + set root=(hd0,1) chainloader +1 }