Comment 13 for bug 432254

Revision history for this message
Jean.c.h (slug71) wrote : Re: FreeBSD not detected by os-prober

This will boot FreeBSD. Add to grub.cfg

menuentry "freebsd" {
 set root=(hd0,x)
       chainloader +1
       boot
}