Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 17:14:20 -0500
From:      rhubarbpieguy@gmail.com
To:        freebsd-doc@FreeBSD.org
Subject:   FAQ grub documentation is out of date.
Message-ID:  <573651BC.6060109@gmail.com>

next in thread | raw e-mail | index | archive | help

The FreeBSD FAQ grub documentation appears out of date.  The suggested 
grub entry is:

title FreeBSD 9.1
       root (hd0,a)
       kernel /boot/loader

I receive errors and can only make either of the following work (FreeBSD loaded on /sda/sda3):

menuentry "FreeBSD 10.3" {
set root=(hd0,3)
kfreebsd /boot/loader
}

menuentry "FreeBSD 10.3" {
set root=(hd0,3)
chainloader +1
}





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?573651BC.6060109>