From owner-freebsd-questions@FreeBSD.ORG Mon Dec 20 02:01:17 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD03B106564A for ; Mon, 20 Dec 2010 02:01:17 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id AC1AE8FC17 for ; Mon, 20 Dec 2010 02:01:17 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id oBK21HDm084952 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Dec 2010 18:01:17 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id oBK21HDX084951; Sun, 19 Dec 2010 18:01:17 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA17389; Sun, 19 Dec 10 17:49:01 PST Date: Sun, 19 Dec 2010 17:48:31 -0800 From: perryh@pluto.rain.com To: spamrefuse@yahoo.com Message-Id: <4d0eb5ef.NcuGvGSx/T7mW5LL%perryh@pluto.rain.com> References: <806473.50556.qm@web33306.mail.mud.yahoo.com> In-Reply-To: <806473.50556.qm@web33306.mail.mud.yahoo.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FBSD 8: custom kernel config ends boot at "mountroot>". Plz. help! 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: Mon, 20 Dec 2010 02:01:17 -0000 Rob wrote: > My system boots fine with the GENERIC kernel on FreeBSD 8.0 > I made a custom kernel, but the boot process then ends with the > mountroot> > error and prompt. One thing to try is entering ? there, to produce a list of recognized filesystems. Comparing that list with what you expected might provide a clue. Another possibility would be to compare the dmesg from your kernel with the one from GENERIC. > Apparently something is wrong with my kernel config file. > > Can somebody check it below and tell me what is wrong with my > kernel config file? Especially the GEOM_PART_* at the end might > be the culprit, although this configuration used to work for 7.3. Supposing the disk is partitioned with GPT (not with MBR/BSD, which you appear to be excluding) I see nothing blatantly obvious, but I am far from an expert in such matters. It might be worthwhile to check UPDATING to see if anything rings a bell, and/or compare your config file with the GENERIC one.