I'm dual booting Ubuntu and PC-BSD, and grub didn't initially recognize BSD and auto loads Ubuntu.
Going through the knowledge base, i found a doc about working grub from inside linux.
|
Code:
|
title PCBSD 0.X (BETA)
root (hd0,1,a)
kernel /boot/loader
boot |
However, this is for grub legacy, and not grub 2.
I need help filling this out. PC-BSD is in partition /sda4
|
Code:
|
menuentry "PC-BSD" {
set root=(hd0,4)
search --no-floppy --fs-uuid --set a24fece6-5e8e-4651-86bf-014295472794
linux need this
initrd and this
} |
thanks.