From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YpalH-0000Ut-Pf for mharc-grub-devel@gnu.org; Tue, 05 May 2015 07:11:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpalE-0000U9-Bp for grub-devel@gnu.org; Tue, 05 May 2015 07:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpalB-0006j7-5t for grub-devel@gnu.org; Tue, 05 May 2015 07:11:36 -0400 Received: from smtprelay03.ispgateway.de ([80.67.29.28]:33231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpalB-0006hW-0Z for grub-devel@gnu.org; Tue, 05 May 2015 07:11:33 -0400 Received: from [217.92.161.189] (helo=[192.168.42.45]) by smtprelay03.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Ypakf-0003dA-Pj for grub-devel@gnu.org; Tue, 05 May 2015 13:11:02 +0200 Message-ID: <5548A542.5040600@pipping.org> Date: Tue, 05 May 2015 13:10:58 +0200 From: Sebastian Pipping User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Attempting to install GRUB to a disk with multiple partition labels or both partition label and filesystem. References: 20150503112133.2170d2e1@opensuse.site Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Df-Sender: aGFydHdvcmtAYmluZXJhLmRl X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.67.29.28 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: Tue, 05 May 2015 11:11:37 -0000 Hi, I think you may be looking for this commit: $ git show -s 014b6806 commit 014b68068d4136812f2e3dc16c986351e6fb2779 Author: Vladimir 'phcoder' Serbinenko Date: Fri Jan 7 13:27:34 2011 +0100 * util/grub-setup.c (setup): Handle NetBSD and OpenBSD disklabels. Reported and tested by: Grégoire Sutre. That's where the code seems to originate from. It doesn't answer your question yet, though. Best, Sebastian