From owner-freebsd-ports@FreeBSD.ORG Sun Apr 14 08:39:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E4FEABAE for ; Sun, 14 Apr 2013 08:39:38 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id C85086DB for ; Sun, 14 Apr 2013 08:39:38 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1URITK-0005A1-7o for freebsd-ports@freebsd.org; Sun, 14 Apr 2013 01:39:38 -0700 Date: Sun, 14 Apr 2013 01:39:38 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1365928778123-5803692.post@n5.nabble.com> In-Reply-To: <20130329193332.GA84498@triton8.kn-bremen.de> References: <1364397485043-5799405.post@n5.nabble.com> <51532491.6050507@gmail.com> <1364407584254-5799443.post@n5.nabble.com> <1364409110302-5799450.post@n5.nabble.com> <20130327204130.GA40854@triton8.kn-bremen.de> <1364469893741-5799652.post@n5.nabble.com> <201303291836.r2TIarVc080730@triton8.kn-bremen.de> <20130329193332.GA84498@triton8.kn-bremen.de> Subject: grub2 with libzfs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 08:39:39 -0000 grub2.0 is installed, but does not have ZFS capability. I go to the grub command-line and: grub> ls => (hd0,gpt1) (hd0,gpt2) (hd1,gpt1) (hd1,gpt2) etc... grub> zfsinfo (hd0,gpt1) => error: could't find a valid label I have 3 pools but grub finds none of the labels. grub.cfg is loading as default: insmod part_gpt insmod zfs insmod ufs I also had to provide "insmod bsd" as default, because grub kept giving me a 'cannot locate bsd.mod' error, it would then become stuck and was unable to perform any action. I am currently booting from a temporarily created UFS partition hosting only /boot. /boot/grub is on a separate partition as well. Regards ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5803692.html Sent from the freebsd-ports mailing list archive at Nabble.com.