Date: Sat, 3 Jul 2004 22:02:56 +0200 From: Geert Hendrickx <geert.hendrickx@ua.ac.be> To: Bruce Hunter <freebsd@solisix.com> Subject: Re: Grub installation from the ports collection vs. Freebsd boot loader Message-ID: <20040703200255.GA2095@lori.mine.nu> Resent-Message-ID: <20040703200453.84B09474@lori.mine.nu> In-Reply-To: <1088881267.32068.16.camel@solid.solisixoffice.com> References: <1088881267.32068.16.camel@solid.solisixoffice.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 03, 2004 at 03:01:07PM -0400, Bruce Hunter wrote: > Happy 4th! > > okay, now that's out of the way. I am bored with freebsds' boot loader > and want to install Grub from the ports collection. > > My question is: When grub installs, will it find my partitions and set > everything up for me? So, when I reboot grub is working. > > Here is my hard drive setup > ---------------------------- > Partition 0 ) 5g: Windows 2k > Partition 1 ) 35g: Freebsd 5.2.1 > > Thanks guys, > > Bruce No, when you install Grub from ports, it will only install some commandline-tool, nothing will be changed to your configuration. You will need this commandline-tool to install Grub into your MBR. If you want a menu at boot, you will also have to create a textfile describing the various menu-items (different OS'es or just different kernels for example). All this may seem rather complicated, but once you get it, it's pretty easy. It's also very powerful. Just checkout the documentation (it's very well documented). If you have installed Grub from ports, just do "info grub" and you'll get all you need to know, with lots of examples too. (Remember you don't have to be afraid to install Grub from the ports, as it will change nothing to your system automatically.) GH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040703200255.GA2095>