From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 05:20:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41D581065877 for ; Wed, 1 Dec 2010 05:19:56 +0000 (UTC) (envelope-from carl@chave.us) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5BCA8FC1A for ; Wed, 1 Dec 2010 05:19:55 +0000 (UTC) Received: by fxm16 with SMTP id 16so4612259fxm.13 for ; Tue, 30 Nov 2010 21:19:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.93.137 with SMTP id v9mr7798364fam.77.1291180794695; Tue, 30 Nov 2010 21:19:54 -0800 (PST) Received: by 10.223.94.79 with HTTP; Tue, 30 Nov 2010 21:19:54 -0800 (PST) In-Reply-To: References: Date: Wed, 1 Dec 2010 00:19:54 -0500 Message-ID: From: Carl Chave To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: GPT/ZFS/USB mountroot prompt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 05:20:39 -0000 On Wed, Dec 1, 2010 at 12:07 AM, Carl Chave wrote: > I followed a gpt/zfs on USB stick guide for putting a base 8.1-RELEASE > amd64 onto a 4GB sandisk USB memory stick. =A0All went fairly well and > the system will boot but fails to mount the root file system and dumps > me a the mountroot> prompt. =A0Entering zfs:zrootusb at the prompt works > and the system finishes booting. > > In /boot/loader.conf I've got: > zfs_load=3D"YES" > vfs.root.mountfrom=3D"zfs:zrootusb" > > zrootusb mountpoint is set to legacy and /etc/fstab exists but is > empty, per the guide. > > Any ideas? > > Thanks, > Carl > adding kern.cam.boot_delay=3D10000 to /boot/loader.conf seems to have fixed it.