Linked by Thom Holwerda on Sun 18th Nov 2007 15:42 UTC
Thread beginning with comment 285019
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Yes, it is automatic, but it is not pretty.
It basically just looks at the partition table, the partition IDs, and adds entries with a best-guess at the name of the OS on the partition (based on partition ID).
The menu then looks something like:
F1: FreeBSD
F2: MSDOS
F3: Linux
Where F1 loads whatever is on the first partition on the disk, F2 loads whatever is on the second partition, and so on.
Crude, but it works.




Member since:
2005-06-29
I have been using FreeBSD for about a year and never thought about something that your post reminded me of. You said the FreeBSD bootloader is fully automatic. I normally use GRUB and manually modify it to add other distros etc. If you have the FreeBSD bootloader on the MBR, and then install another distro on another partition, does the FreeBSD bootloader automatically add an entry to its menu the next time you reboot? How does that actually work?