From owner-freebsd-questions@FreeBSD.ORG Thu Sep 21 16:13:51 2006 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 A40C516A55C for ; Thu, 21 Sep 2006 16:13:51 +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 6F77643F51 for ; Thu, 21 Sep 2006 16:13:15 +0000 (GMT) (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 k8LGCAqo032675; Thu, 21 Sep 2006 12:12:10 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k8LGCAQu032674; Thu, 21 Sep 2006 12:12:10 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 21 Sep 2006 12:12:10 -0400 From: Jerry McAllister To: Mike Peirson Message-ID: <20060921161210.GA32638@gizmo.acns.msu.edu> References: <4511D307.1070906@gmail.com> <20060921142037.GA31986@gizmo.acns.msu.edu> <4512B776.1070909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4512B776.1070909@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 hangs at mountroot> during bootup 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, 21 Sep 2006 16:13:51 -0000 On Thu, Sep 21, 2006 at 09:01:58AM -0700, Mike Peirson wrote: > Jerry McAllister wrote: > >On Wed, Sep 20, 2006 at 04:47:19PM -0700, Mike Peirson wrote: > > > >>Hi all, > >>First off, I'm new to FreeBSD and this mailinglist so I hope I am in the > >>same error. When I try to boot into FreeBSD, this eventually comes up: > >> > >> Manual root filesystem specification: > >> : Mount using filesystem > >> > >> eg. ufs:da0s1a > >> ? List valid disk boot devices > >> abort manual input > >> Mountroot> > >> > > > >Hmmm. this looks like there is no boot sector available. I haven't > >seen messages before just exactly like this, but sort of. > > > >Did it appear to load things properly? > > > >After installation finished and you got the congradulations message, > >what did you do? > > > >////jerry > > > >>-- > >>Michael Peirson > > > > Hi Jerry, > > I started the install from the standard 2 disc set and it is FreeBSD > 6.1-release. I used the FreeBSD MBR. I created a FreeBSD slice using up > all of the HDD in sysinstall. I did not mark the slice as bootable.. I > tried to use that option but it told me that it didn't apply. I created > several partitions inside the FreeBSD slice. /, swap, /var, /tmp, /usr, > /home, /etc. I did a standard install and chose the Developer set of > packages (I don't need X because I plan to run a server). I also went > through and added extra programs off of the disc. Everything appeared to > load properly. I rebooted after I finished with the install and it > began to boot up fine but then I got that mountroot> message. Most of that looks normal except for one thing. /etc should not really be in its own partition. It needs to stay in root. That is because the system needs to have it available during the boot up process. It mounts the assumed root (partition a) read-only in a temporary spot and reads necessary stuff from it. Then later, after fsck and such, it remounts it appropriately. Maybe, for some reason, it thinks it need information from something like /etc/fstab or another place and that is not available until after the remount. That is sort of grabbing at straws, but it is the only thing I can see at the moment. So, maybe try rethinking your slice division. ////jerry > -- > Michael Peirson > _______________________________________________ > 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"