[SOLVED] Booting freebsd with grub
Hello all and merry christmas,
I just installed PC-BSD 1.5.1 (FreeBSD 6.3) and i havent been able to boot into it at all. I opted not to use the pcbsd bootloader, instead hoping to setup grub to work with it. however, i have yet to be able to get it to boot; I consistantly get
Code:
Error 17 - Cannot mount selected partition
The partition in question is formatted in UFS, and grub recognizes that as it tags the partition as 0xa5(freebsd).
My grub entry looks like this:
Code:
title PC-BSD 1.5.1
root (hd0,3,a)
kernel /boot/loader
makeactive
chainloader +1
I have tried with and without those last 2 lines. Any ideas?