From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VOk75-0008Pp-Cl for mharc-grub-devel@gnu.org; Wed, 25 Sep 2013 04:06:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOk6z-0008OL-W0 for grub-devel@gnu.org; Wed, 25 Sep 2013 04:06:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOk6u-0000ZJ-VW for grub-devel@gnu.org; Wed, 25 Sep 2013 04:06:17 -0400 Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:55685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOk6u-0000Z8-Nc for grub-devel@gnu.org; Wed, 25 Sep 2013 04:06:12 -0400 Received: by mail-lb0-f177.google.com with SMTP id w7so4653322lbi.36 for ; Wed, 25 Sep 2013 01:06:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=mHQIFQK1IDHosnCBXxmsPJi7HKcDUuF9jQxRo9FeAsM=; b=K/czBC6NDJSTj+K++wncXBThO57sNAAvl8D/9x7+mGp3XRUlZkIRBnG4errhtZR/tP ResnrQ4EHmbkVFJNdInm7oLXtVLk8C0a1hk6SIQe65SfJZih7XIrEyd1pQifPx6+td/j 5QEPuMPgaEsu4xunzVIKutoccCyAa/+U9yBa2U5j0Fi9hiu4Mlm/QE56wyC0SkSNSDW4 /qs6AE7xp+UiczD2SZxC08pZ+Hz3/sLZJ/odI90HtsxPtx6oaW56Y9d0AVlobTzFfsH1 tkDAJhArdfyi3ZWg+NgPUbpZYqZa/ylbZaCtaBVZdaja4TRNOVkLoXcgscrkOPJ8lweW 5jog== X-Received: by 10.112.64.7 with SMTP id k7mr281934lbs.43.1380096371705; Wed, 25 Sep 2013 01:06:11 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id js17sm19924649lab.5.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 25 Sep 2013 01:06:11 -0700 (PDT) Date: Wed, 25 Sep 2013 12:06:09 +0400 From: Andrey Borzenkov To: The development of GNU GRUB Subject: Re: grub2 boot root-on-zfs errors Message-ID: <20130925120609.75a64bae@opensuse.site> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 Cc: zaphod@berentweb.com 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 08:06:22 -0000 В Wed, 25 Sep 2013 09:58:47 +0300 Beeblebrox пишет: > @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 ? I'm not sure now. Could you try (hd0,gpt2)tank0/root@/boot/kernel/kernel ? I will update documentation then. > 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 ? > Actually I start to suspect that the correct name would be (hd0,gpt2)tank0@/boot/kernel/kernel Looking at code it does not strip initial slash and it is not part of dataset name ... > >> 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? > I usually do ./autogen.sh ./configure make dist-bz configure options do not matter as make dist is supposed to produce exactly the same result on every platform. If you find some missing files, please report. > Thanks again for your patience. > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel