LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   How to add freebsd to debian grub bootloader (https://www.linuxquestions.org/questions/%2Absd-17/how-to-add-freebsd-to-debian-grub-bootloader-790523/)

cola 02-21-2010 04:30 AM

How to add freebsd to debian grub bootloader
 
First installed freebsd with it's bootloader.
Then installed debian grub boot loader.

Now how can i add freebsd title/menuentry to debian grub boot loader?

rweaver 02-22-2010 01:47 PM

If memory serves me you just add something like this to the menu.lst:

Code:

title  FreeBSD Version.Number
root  (hd0,x,a)
kernel /boot/loader

Where x is the partition.


All times are GMT -5. The time now is 03:07 AM.