Hello,
I'm trying to install FreeBSD but I cannot boot it !!
My laptop is UEFI based on GPT partition. I'm using currently a Linux which use grub2 and EFI to boot.
I already install last version of FreeBSD 11, but it's impossible to boot into it.
- I have configured my BIOS to allow both legacy and UEFI boot.
- my grub2 is not shipped with kfreebsd command, so I have to use chainloader
- when I try to boot using chainloader, I always have an error message saying something like invalid path for UEFI
But, why is grub trying to use UEFI while I'm also allowing legacy boot? And I never asked for UEFI boot on my config file for FreeBSD
Here is my 40_custom config file
Do you have any idea on what to do?
Any help will be very appreciated.
Thanks
I'm trying to install FreeBSD but I cannot boot it !!
My laptop is UEFI based on GPT partition. I'm using currently a Linux which use grub2 and EFI to boot.
I already install last version of FreeBSD 11, but it's impossible to boot into it.
- I have configured my BIOS to allow both legacy and UEFI boot.
- my grub2 is not shipped with kfreebsd command, so I have to use chainloader
- when I try to boot using chainloader, I always have an error message saying something like invalid path for UEFI
But, why is grub trying to use UEFI while I'm also allowing legacy boot? And I never asked for UEFI boot on my config file for FreeBSD
Here is my 40_custom config file
Code:
menuentry "FreeBSD 11" {
insmod part_gpt
set root='(hd1,gpt2)'
chainloader (hd1,gpt2)+1
}
Any help will be very appreciated.
Thanks