From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 8 09:33:26 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 280E9106566B for ; Mon, 8 Aug 2011 09:33:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id D6D938FC1B for ; Mon, 8 Aug 2011 09:33:25 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1QqMD5-000Mfb-35; Mon, 08 Aug 2011 12:33:23 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Ollivier Robert In-reply-to: <20110808085444.GA7273@roberto-al.eurocontrol.fr> References: <20110808085444.GA7273@roberto-al.eurocontrol.fr> Comments: In-reply-to Ollivier Robert message dated "Mon, 08 Aug 2011 10:54:47 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Aug 2011 12:33:23 +0300 From: Daniel Braniss Message-ID: Cc: freebsd-hackers@freebsd.org Subject: Re: root on zfs almost working for me but ... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2011 09:33:26 -0000 > According to Daniel Braniss: > > Trying to mount root from zfs:z/root > > ROOT MOUNT ERROR: > > If you have invalid mount options, reboot, and first try the following from > > the loader prompt: > > Have you set the "bootfs" property (see http://www.keltia.net/howtos/zfsboot) on the pool? > yes, in my case I did: zpool set bootfs=z/root z but still no success, thanks, danny