From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VOj3q-0002ul-7c for mharc-grub-devel@gnu.org; Wed, 25 Sep 2013 02:58:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOj3l-0002uf-6v for grub-devel@gnu.org; Wed, 25 Sep 2013 02:58:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOj3g-0005np-BB for grub-devel@gnu.org; Wed, 25 Sep 2013 02:58:53 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:59195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOj3g-0005nl-69 for grub-devel@gnu.org; Wed, 25 Sep 2013 02:58:48 -0400 Received: by mail-qc0-f170.google.com with SMTP id m20so3897622qcx.1 for ; Tue, 24 Sep 2013 23:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=7bMu4ufO86FNaGJacKLyw8TMuEwESnqXfTqAVEA6K4Y=; b=MT9LDWL2LxZ1V3hz9mr+shTmbWUysis98St4FSfixHYRo7jONPJUdE+1ACjK/GywfG kOmQW45C7UN+CANjQoNfW5qGXiDAh3tT9SXGXCVp/m5U2eBmb08f4ocF3Nk7I30E5BxG /7omh9bDkzgB/mEOarEhfQdUk9QNPRPnZiulk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:date:message-id :subject:from:to:content-type; bh=7bMu4ufO86FNaGJacKLyw8TMuEwESnqXfTqAVEA6K4Y=; b=AOp0h2mIm2HaaGlFpXrRMDbxq9JH8nvB1n38e3KFq6cpSrhw6YqADMvCDmelw0iC9A +4Nw4OoDfvbQbLgH4W307CPRS6KZZjvMwvaYpTHK5cUHZAv3r88sDSdbbmXAe5ouqSH2 lYRjjycOgsP/QYt1Hs60Fj+/hLuodN4fhpRuT+JL9M0saSXI/+2jRvsgprh0XfnP1Lbe n2Iq/phV5GiuCqWdRWEAv5OdHoWiMh0aQGtbf3HzVa+nudsMT2hJXg3lKTWc6aimS8OE CtzrwML0Gn17n5V/aOhogMdzSPV/97LdILgZVQEtYLjpTPnS+wpm5xc1y3BFMDzz/n58 YfMw== X-Gm-Message-State: ALoCoQmpkpDOhdGmx6mhb/1M1XIeNp5Kp/W3P9jsgEGuwcArJlApExaaiCkYYluWpxfndwsD8J7D MIME-Version: 1.0 X-Received: by 10.49.131.132 with SMTP id om4mr34667307qeb.2.1380092327360; Tue, 24 Sep 2013 23:58:47 -0700 (PDT) Sender: rsb@berentweb.com Received: by 10.224.135.200 with HTTP; Tue, 24 Sep 2013 23:58:47 -0700 (PDT) X-Originating-IP: [83.66.201.57] Date: Wed, 25 Sep 2013 09:58:47 +0300 X-Google-Sender-Auth: Ii5Iae8d9MoIgj7FmzATI8WfH_A Message-ID: Subject: grub2 boot root-on-zfs errors From: Beeblebrox To: The development of GNU GRUB Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::22a X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 06:58:57 -0000 @Andrey: >> Should not it be (hd0,gpt2)/bsds@/boot/kernel/kernel Tried that also, same error @Vladimir: >> Please reread what Andrey said. poolname is not part of the path. Somehow, I missed Andrey's answer... I don't understand however, how "poolname is not part of path". If we have tank0 as pool and root as dataset, (tank0/root) then from what Andrey has written, entry should be: (hd0,gpt2)/root@/boot/kernel/kernel ? or is it (hd0,gpt2)/@root/boot/kernel/kernel ? whereas if there is no separate root dataset and root resides directly on tank0 dataset, entry becomes: (hd0,gpt2)/@/boot/kernel/kernel ? >> grub 2.00 is not enough for version 5000. You need current trunk In order to correctly install a binary in FreeBSD, I must first create a custom port and a Makefile for it. To do so, I need the source code to be in tar.bz format. Is there a tar format available, or should I checkout http://bzr.savannah.gnu.org/r/grub/trunk/grub and tar the result? Thanks again for your patience.