From owner-freebsd-current@FreeBSD.ORG Mon Apr 15 22:44:40 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 DD31844D for ; Mon, 15 Apr 2013 22:44:40 +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 9CF5D1E77 for ; Mon, 15 Apr 2013 22:44:40 +0000 (UTC) Received: from wonderland.m5p.com (localhost [IPv6:::1]) by mailhost.m5p.com (8.14.5/8.14.5) with ESMTP id r3FMiYNL011318 for ; Mon, 15 Apr 2013 18:44:39 -0400 (EDT) (envelope-from george+freebsd@m5p.com) Message-ID: <516C82D2.5040109@m5p.com> Date: Mon, 15 Apr 2013 18:44:34 -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: 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> In-Reply-To: <1366063788.1350.3.camel@localhost> 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 18:44:40 -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: Mon, 15 Apr 2013 22:44:40 -0000 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 [...]