From owner-freebsd-questions@freebsd.org Wed Nov 1 15:27:15 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89023E5E246 for ; Wed, 1 Nov 2017 15:27:15 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53B2F72436 for ; Wed, 1 Nov 2017 15:27:14 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id vA1FRCHh079674 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 1 Nov 2017 09:27:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id vA1FRCT0079671; Wed, 1 Nov 2017 09:27:12 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 1 Nov 2017 09:27:12 -0600 (MDT) From: Warren Block To: Elxa Kiltse cc: FreeBSD Questions Subject: Re: new GPT/UFS ssd drive not booting In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Wed, 01 Nov 2017 09:27:13 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 15:27:15 -0000 On Wed, 11 Oct 2017, Elxa Kiltse wrote: > Hello, > > I installed a new ssd, following the instructions at: > > http://www.wonkity.com/~wblock/docs/html/ssd.html > > It all went fine, but when I try to boot the system it says: > > > Trying to mount root from ufs:/dev/ufs/gptroot > ROOT MOUNT ERROR: > If you have invalid mount options, reboot, and first try the following from > the loader prompt: > set vfs.root.mountfrom.options=rw Edit /etc/fstab in ssdrootfs on the SSD, which probably still has a copy of the hard drive version. The loader reads that to get the root device. Don't set those values in /boot/loader.conf.