From owner-freebsd-questions@FreeBSD.ORG Mon Jun 24 04:35:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFF79653 for ; Mon, 24 Jun 2013 04:35:27 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0A21CCB for ; Mon, 24 Jun 2013 04:35:27 +0000 (UTC) Received: from [10.0.1.2] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.3/8.14.2) with ESMTP id r5O4ZKkv072101 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 23 Jun 2013 21:35:21 -0700 (PDT) (envelope-from bc979@lafn.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Boot Loader Issue From: Doug Hardie In-Reply-To: Date: Sun, 23 Jun 2013 21:35:20 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <28F9349A-834F-41B8-B889-DBDC92A18BFD@lafn.org> References: To: Warren Block X-Mailer: Apple Mail (2.1508) X-Virus-Scanned: clamav-milter 0.97 at zoom.lafn.org X-Virus-Status: Clean Cc: "freebsd-questions@freebsd.org List" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 04:35:27 -0000 On 23 June 2013, at 20:39, Warren Block wrote: > On Sun, 23 Jun 2013, Doug Hardie wrote: >=20 >> I had to convert a system from GPT to MBR. All went fine till I = tried to reboot the system. It gets to mountroot and dies trying to = mount from ufs:/dev/ada0p2. That won't work. >=20 > The loader should be getting that information from /etc/fstab. Have = the entries there been changed? That was the problem. The system used GPT before and I can't believe I = forgot to update fstab. That was a really dumb mistake. Thanks very = much. >=20 >> If I enter ufs:/dev/ada0s1a then the system boots fine and runs. I = need to alter mountroot so it tries the right partition/slice. How do I = do that? I couldn't find anything in the handbook on that. >=20 > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html= has some information. >=20