I am running Windows 7, Ubuntu 10.04 and PC-BSD 8.1 at the moment.
The booting is done by the Ubuntu Grub2.
I have 4 partitions. 1st, Windows. 2nd, NTFS DATA. 3rd, Extended for Ubuntu(ext4, swap and an other data in ext4). 4th, PC-BSD.
In Ubuntu I used this command to edit Grub.
|
Code:
|
sudo nautilus /etc/grub.d/ |
then open the 40_custom file and add this:
|
Code:
|
menuentry "PC-BSD" {
set root='(hd0,4)'
chainloader +1
} |
since partition 4 is where my PC-BSD install is.
After that
reboot and voila, triple boot