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
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"