From owner-freebsd-current@FreeBSD.ORG Tue Apr 16 01:01:14 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 11AB48D9 for ; Tue, 16 Apr 2013 01:01:14 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x22f.google.com (mail-ia0-x22f.google.com [IPv6:2607:f8b0:4001:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id DA51D2BF for ; Tue, 16 Apr 2013 01:01:13 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id e16so4912466iaa.34 for ; Mon, 15 Apr 2013 18:01:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OIPF/LuIK2UBAoGMjgtsuo8vY4b7gKCwott2Jbvo9k0=; b=0HntuRsmKnv7jcZhMTspm3yKQSVMqpDskFIxpbheCj9OSzwLt0fdkRJS5NfGNFReBy loJypO9dF6m0bOIheTP8b+9WOVwhI+UJ75tH6QIIZ3XGXLd5t9JCo6QT/jKpouEw8nMA mckNTizYcsmYxEZW6VVVlPePpAdBE2Q6ofiNPOb+5qKbJTan7XQPkmTmaWdVgsZxNyyf wl96/2zQ+BwcGZMqTh+QKIj/wFsifd92GlnNerscnmtjuCm/xXhdpVf87rK133OI2MKf 9pax8PviCUCItO2C5jaBPBr28lRtdID9eLRWD5Hke5U0fbftA9L/8KQ6Fkgwamcezwb6 I3cA== X-Received: by 10.50.180.197 with SMTP id dq5mr6477305igc.22.1366074073598; Mon, 15 Apr 2013 18:01:13 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id qn10sm13494773igc.6.2013.04.15.18.01.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Apr 2013 18:01:13 -0700 (PDT) Message-ID: <516CA2D4.9020503@gmail.com> Date: Mon, 15 Apr 2013 20:01:08 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 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> <516C82D2.5040109@m5p.com> <516CA053.5080704@m5p.com> In-Reply-To: <516CA053.5080704@m5p.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 01:01:14 -0000 On 4/15/2013 7:50 PM, George Mitchell wrote: > > I tried that and there was no change. I still get the "mountroot:" > prompt and have to type ufs:/dev/ada0s1a. -- George > _______________________________________________ > 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" What if you change it to ad0 instead of ada0? I wonder if the legacy aliases isn't being set properly, or something related to that.