From owner-freebsd-questions@FreeBSD.ORG Fri Mar 2 21:48:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2754516A401 for ; Fri, 2 Mar 2007 21:48:32 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id EDCAE13C428 for ; Fri, 2 Mar 2007 21:48:31 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l22LjpZA091781; Fri, 2 Mar 2007 16:45:51 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l22LjpNm091780; Fri, 2 Mar 2007 16:45:51 -0500 (EST) (envelope-from jerrymc) Date: Fri, 2 Mar 2007 16:45:51 -0500 From: Jerry McAllister To: "J. W. Ballantine" Message-ID: <20070302214551.GA91738@gizmo.acns.msu.edu> References: <200703022012.l22KCtp01272@akiva.homer.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703022012.l22KCtp01272@akiva.homer.att.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: slice/booting problem 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: Fri, 02 Mar 2007 21:48:32 -0000 On Fri, Mar 02, 2007 at 03:12:55PM -0500, J. W. Ballantine wrote: > > I have a two disk system, and I'm trying to install FBSD6.2 on slice 2 > of the second disk, a configuration that I've had working in the past. > > I'm using the Standard installation, select the second disk (ad1) > and create a slice (ad1s2) and then create the partitions within > that slice. On that disk, I install the FreeBSD Boot Manager (I have > a third party boot manager installed on ad0 that boots FreeBSD). > > During the install, I ls /dev and find the ad1s2 partitions created. > > After the install, when I try to re-boot, it fails when it trys to > mountroot. When I enter ?, I get a listr of GEOM managed disks, but > the partitions are not listed, while the slice is. > > Any ideas on what I'm missing??? Just a wild guess: That either the first or second disk didn't really get an MBR written to it - or the third party boot manager on the first disk might not play nicely with the one on the second disk. Try using fdisk (from the install CD fixit if necessary) to write the FreeBSD MBR to both disks. You can put the other third party booter back afterward if desired/needed. ////jerry > > Thanks > > Jim Ballantine > > _______________________________________________ > 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"