From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 22:22:29 2011 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 E8E401065679 for ; Tue, 1 Mar 2011 22:22:29 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id A5D688FC13 for ; Tue, 1 Mar 2011 22:22:29 +0000 (UTC) Received: by vws16 with SMTP id 16so5382526vws.13 for ; Tue, 01 Mar 2011 14:22:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=zkKU4pSiDzgLExb0kr/n0AGphJOBA7jmGvFLwI+jANk=; b=gJFd7Yt+v9aMXOIFPKH035smWYu7YvOEjj3GnnFi7dmHZDNc8V3Zgo0hQI4punpOlY VDwJK77i44B2H/EqNbBF+THx9r/MNLlLvFovEjyvptnOKOtFVOcSimgCkdeotlrGM60U ZQ1veHIv/7ro8UN8sP7ZlmJw0ZYcp/z0sY5Lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kRec+HKvtkdUfuIOy3jfFfbrI5LccXxGfH56XkBeEcikkHalrTtdNEiVnlcsmH1t27 /gQQNvU18AgdD4U7BFvKYxyHwHWurLWA0gKp5Ov3Z4N13T28K6tyquXypp9hjXezWf2n SghqDXi2JbDAV89a9mMPN9Z/CfiY+rKVMQT9s= MIME-Version: 1.0 Received: by 10.52.71.65 with SMTP id s1mr504774vdu.104.1299018148940; Tue, 01 Mar 2011 14:22:28 -0800 (PST) Received: by 10.220.161.147 with HTTP; Tue, 1 Mar 2011 14:22:28 -0800 (PST) Date: Tue, 1 Mar 2011 14:22:28 -0800 Message-ID: From: Patrick Gibson To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: ZFS root mount problem 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: Tue, 01 Mar 2011 22:22:30 -0000 I'm installing 8.2 on a server using the instructions for ZFS root filesystem (http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot), and when I reboot after installing, it says: Root mount waiting for: usbus4 followed by: ROOT MOUNT ERROR When I did the initial install, I booted using a CD, and then from the 8.2 livefs on a USB stick. I'm not sure where it's getting usbus4 from when it boots from the hard disk. I can't figure out where to reset this. Any pointers? Patrick