From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 08:51:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E8DE16A41F for ; Thu, 8 Dec 2005 08:51:20 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C99843D78 for ; Thu, 8 Dec 2005 08:51:12 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id jB88pC38004087; Thu, 8 Dec 2005 03:51:12 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jB88pCS7004086; Thu, 8 Dec 2005 03:51:12 -0500 (EST) From: Jerry McAllister Message-Id: <200512080851.jB88pCS7004086@clunix.cl.msu.edu> To: hominid767@yahoo.com (jon freddy) Date: Thu, 8 Dec 2005 03:51:12 -0500 (EST) In-Reply-To: <20051208034310.38364.qmail@web34309.mail.mud.yahoo.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 08:51:20 -0000 > > I use Linux, but for a project I am doing it involves > the BSD port system so now I want to experience it for > myself. As I said I have Linux and Windows with GRUB. > If I try and install FreeBSD will it detect I already > have grub, a swap drive? Will it also give me an > option to partition it? FreeBSD doesn't detect the MBR, the MBR detects the bootable slices. So, that concept is backwards. If you mean will it overwrite GRUB, no. It will ask during installation if you want to write the FreeBSD MBR. If you want to keep Grub, just tell it not to write an MBR. You will have to tell it which pieces of disk to use as swap. That generally goes in /etc/fstab. The sysinstall utility will give you options to do whatever you want with the drive including wipe it and start over. I presume you don't want that, so study it up a bit and select the most meaningful options during boot. It is all in the handbook, which is online at freebsd.org. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >