From owner-freebsd-questions@FreeBSD.ORG Mon Jun 24 03:39:16 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 0543AECA for ; Mon, 24 Jun 2013 03:39:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BAA7C1B11 for ; Mon, 24 Jun 2013 03:39:15 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r5O3dEx3041177; Sun, 23 Jun 2013 21:39:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r5O3dEnV041174; Sun, 23 Jun 2013 21:39:14 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 23 Jun 2013 21:39:14 -0600 (MDT) From: Warren Block To: Doug Hardie Subject: Re: Boot Loader Issue In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 23 Jun 2013 21:39:14 -0600 (MDT) 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 03:39:16 -0000 On Sun, 23 Jun 2013, Doug Hardie wrote: > 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. The loader should be getting that information from /etc/fstab. Have the entries there been changed? > 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. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html has some information.