Boot (multiboot)

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?

Thanks.
 
AllanP said:
I'm just wondering as I will keep Ubuntu handling the boot

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.
 
Back
Top