Hi there after many years I'm back in FreeBSD, after several hassles I was able to install FreeBSD 10.1 ZFS on a second SSD. My problem is when I boot my laptop, it just boots in Windows 8 or Ubuntu 14.04, the laptop is a UEFI one.
I put some notes as seen somewhere on
I tried several variations on (hd1,2 or 3), nothing worked.
Any helps or tips will be received very gratefully.
I put some notes as seen somewhere on
vi /etc/grub.d/40_custom.
Code:
menuentry "FreeBSD 10.1" {
insmod part_gpt
set root='(hd1,1)'
kfreebsd /bootloader
chainloader +1
}
Any helps or tips will be received very gratefully.