Hello, Folks.
I have FreeBSD installed on the 5th partition of a GPT-based disk on a Mac Mini. In Grub, I have a custom menu entry file that looks like this:
When I choose the entry during boot, I just get a blank screen with no info or error messages. Any help would be great!
Thanks!
I have FreeBSD installed on the 5th partition of a GPT-based disk on a Mac Mini. In Grub, I have a custom menu entry file that looks like this:
Code:
menuentry "FreeBSD" {
insmod ufs2
insmod part_gpt
set root=(hd1,5)
kfreebsd /boot/loader
kfreebsd_loadenv /boot/device.hints
set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ada0s5a
set kFreeBSD.vfs.root.mountfrom.options=rw
}
When I choose the entry during boot, I just get a blank screen with no info or error messages. Any help would be great!
Thanks!