From owner-freebsd-fs@FreeBSD.ORG Mon Apr 1 20:40:47 2013 Return-Path: Delivered-To: fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DA08FE27; Mon, 1 Apr 2013 20:40:47 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EAE26F85; Mon, 1 Apr 2013 20:40:46 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA28549; Mon, 01 Apr 2013 23:40:43 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1UMlX1-0006Us-5q; Mon, 01 Apr 2013 23:40:43 +0300 Message-ID: <5159F0C9.9000302@FreeBSD.org> Date: Mon, 01 Apr 2013 23:40:41 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130321 Thunderbird/17.0.4 MIME-Version: 1.0 To: Jay Borkenhagen Subject: Re: mounting failed with error 2 References: <20825.59038.104304.161698@oz.mt.att.com> In-Reply-To: <20825.59038.104304.161698@oz.mt.att.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: fs@FreeBSD.org, Niclas Zeising X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 20:40:47 -0000 on 01/04/2013 22:57 Jay Borkenhagen said the following: > Hi FS, > > I am attempting to follow Niclas Zeising's updated directions at > https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE for > "Installing FreeBSD 9.0-RELEASE (or later) Root on ZFS using GPT." It doesn't appear that you've mentioned what version of FreeBSD you are using. > I have following those instructions verbatim twice now, both times > winding up with the same error. Niclas suggested asking here. > > After I attempt to reboot into my brand new system, I find myself with > this written on my unresponsive console: > > > =============== > Timecounter "TSC-low" frequency 8854667 Hz quality 1000 > Root mount waiting for usbus6 usbus2 > uhub6: 6 ports with 6 removable, self powered > uhub2: 6 ports with 6 removable, self powered > Trying to mount root from zfs:zroot/ROOT []... > Mounting from zfs:zroot/ROOT failed with error 2. > > Loader variables: > vfs.root.mountfrom=zfs:zroot/ROOT > > Manual root filesystem specification: > : [options] > Mount using filesystem > and with the specified (optional) option list. > > eg. ufs:/dev/da0s1a > zfs:tank > cd9660:/dev/acd0 ro > (which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /) > > ? List valid disk boot devices > . Yield 1 second (for background tasks) > Abort manual input -- Andriy Gapon