Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2005 16:30:49 +0100
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        Garrett Cooper <youshi10@u.washington.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Replacing FreeBSD boot loader (was: How To Delete BSD)
Message-ID:  <20051115153049.GV1209@eucla.lemis.com>
In-Reply-To: <E677C5BA-7E86-4B75-B677-6B7E67B7F24A@u.washington.edu>
References:  <200511140930.59827.deejy-pooh@ntlworld.com> <E677C5BA-7E86-4B75-B677-6B7E67B7F24A@u.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 14 November 2005 at  4:09:49 -0800, Garrett Cooper wrote:
> On Nov 14, 2005, at 1:30 AM, Uncle Deejy-Pooh wrote:
>> On Sat, 12 Nov 2005 18:07:56 -0800, Scharp Ledge wrote:
>>
>>> How do I delete BSD?  Thanks
>>
>> Betcha don't get many replies to this !!!
>
> Did you perhaps mean the FreeBSD bootloader? If so, what do you want
> to use as the bootloader/primary OS then?

FWIW, if you want to dual boot Linux and FreeBSD, you're better off
using GRUB.  That works fine.  For example, put something like this in
your (Linux) /boot/grub/menu.lst:

  # FreeBSD
  title		FreeBSD 7-CURRENT
  root		(hd0,2,a)
  kernel	/boot/loader

Note that Linux counts partitions differently.  hd0,2,a is
/dev/ad0s3a.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051115153049.GV1209>