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.15.1_0~448 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=2fb103a7c7d8cc2aed11c42e1d29c273c7848049;hp=d0cea517fdc0f5bd2a08e044c357aa55044538c8;p=grml-live-grml.git 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 }