From owner-freebsd-current@FreeBSD.ORG Tue Apr 16 00:50:34 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63CA954B for ; Tue, 16 Apr 2013 00:50:34 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-2-1-0-2.r03.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) by mx1.freebsd.org (Postfix) with ESMTP id 0546525F for ; Tue, 16 Apr 2013 00:50:33 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r3G0oRmT012350; Mon, 15 Apr 2013 20:50:32 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <516CA053.5080704@m5p.com> Date: Mon, 15 Apr 2013 20:50:27 -0400 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20121125 Thunderbird/15.0.1 MIME-Version: 1.0 To: Kimmo Paasiala , freebsd-current@freebsd.org Subject: Re: After a source upgrade from 8.3-RELEASE to r249432 (HEAD) References: <516C5BE2.50005@m5p.com> <1366063788.1350.3.camel@localhost> <516C82D2.5040109@m5p.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 on 10.100.0.3 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:::1]); Mon, 15 Apr 2013 20:50:32 -0400 (EDT) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 00:50:34 -0000 On 04/15/13 18:52, Kimmo Paasiala wrote: > On Tue, Apr 16, 2013 at 1:44 AM, George Mitchell wrote: >> On 04/15/13 18:09, Sean Bruno wrote: >>> >>> On Mon, 2013-04-15 at 15:58 -0400, George Mitchell wrote: >>>> >>>> that does not respond to key presses on the keyboard. It times out >>>> and >>>> continues loading anyway. At this stage, I am always presented with a >>>> manual mountroot: prompt, and I have to type "ufs:/dev/ada0s1a" to get >>>> any further. >>>> >>>> >>> >>> Hrm ... is /dev/ada0s1a the default root disk in your /etc/fstab ? >>> >>> Sean >>> >> Yes: >> >> # Device Mountpoint FStype Options Dump Pass# >> /dev/ada0s1b none swap sw 0 0 >> /dev/ada0s1a / ufs rw 1 1 >> [...] >> >> >> > Change the order so that the root device is the first in /etc/fstab. > > -Kimmo > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > I tried that and there was no change. I still get the "mountroot:" prompt and have to type ufs:/dev/ada0s1a. -- George