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
}


_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to