My main OS is Debian 7-amd64 and would like to try FreeBSD 10.1-amd64.
I'm basically trying to dual-boot Debian and FreeBSD.
I've already installed FreeBSD 10.1 to one of the partitions on my HDD. The installation was successful.
I believe what I need to do know is to "chainload" FreeBSD by editing /etc/grub.d/40_custom file in Grub 1.99 bootloader.
I've googled for help and are the entries in 40_custom file below correct?
Any help would be appreciated.
I'm basically trying to dual-boot Debian and FreeBSD.
I've already installed FreeBSD 10.1 to one of the partitions on my HDD. The installation was successful.
I believe what I need to do know is to "chainload" FreeBSD by editing /etc/grub.d/40_custom file in Grub 1.99 bootloader.
I've googled for help and are the entries in 40_custom file below correct?
Code:
menuentry "FreeBSD" {
set root=(hd0,1)
chainloader +1
}