Hi all,
I am struggling to get FreeBSD or PC-BSD installed on my UEFI enabled machine. I am dual booting with Linux which is using grub2 for its bootloader. I have a EFI partition which holds the grub bootloader binaries. I originally tried PC-BSD but couldn't get the dual boot working so I decided to try FreeBSD using the UFS filesystem. During installation I was told that I needed to create a boot partition which I did. So I have ada0p5 and ada0p6 with p5 being for the boot directory and root being on p6.
I have tried
and
but no luck. Is it possible to boot FreeBSD off a GPT partition on an EFI system?
Thanks.
I am struggling to get FreeBSD or PC-BSD installed on my UEFI enabled machine. I am dual booting with Linux which is using grub2 for its bootloader. I have a EFI partition which holds the grub bootloader binaries. I originally tried PC-BSD but couldn't get the dual boot working so I decided to try FreeBSD using the UFS filesystem. During installation I was told that I needed to create a boot partition which I did. So I have ada0p5 and ada0p6 with p5 being for the boot directory and root being on p6.
I have tried
Code:
set root=(hd0,6)
chainloader (hd0,5)+1
Code:
set root=(hd0,6)
chainloader (hd0,6)+1
Thanks.