Grub Entry to Boot FreeBSD

Thomas D. Dean tomdean at wavecable.com
Sat Jun 5 01:35:04 UTC 2021


I have another system with FreeBSD on the 3rd disk.

menuentry "FreeBSD" {
     insmod part_gpt
     insmod ufs2
     search --no-floppy --set root --file /boot/loader
     echo "$root"
     kfreebsd /boot/loader
}

works there.

But not on this system with nvme ssd's.

Thanks for the help. I have no more time for this.


More information about the freebsd-questions mailing list