Hello
I'm thinking of giving FreeBSD a shot. I have at present Ubuntu, Fedora, Suse and XP OS's. Does FreeBSD use the same boot process. I'm just wondering as I will keep Ubuntu handling the boot; is there a /boot/grub/menu.lst for the boot loader?
Yes.
Just choose None - Leave the Master Boot Record untouched you will be asked by sysinstall about the boot manager, soon after partitioning.
The add something like
Code:
title FreeBSD
root (hd0,0,a)
kernel /boot/loader
to your menu.lst.
You have to set the root according to your system. In the example, hd0 is the first hd, 0 is the first partition, a is the FreeBSD partition.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.