I'm facing this issue when booting FreeBSD 9.1-RELEASE i386.
Here is the content of grub.cfg:
Thanks.
Code:
error: address 0x65000 is out of range.
error: no loaded kernel.
Failed to boot both default and fallback entries.
Press any key to continue...
Here is the content of grub.cfg:
Code:
# install grub
GRUB_HIDDEN_TIMEOUT=0
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
set timeout=0
set default=0
menuentry "FreeBSD 9.1" {
insmod ufs
set root=(hd0,1)
kfreebsd /boot/kernel/kernel
kfreebsd_loadenv /boot/device.hints
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad0s1
vfs.root.mountfrom.options=rw
boot
}