From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yrst0-0003Qy-Ma for mharc-grub-devel@gnu.org; Mon, 11 May 2015 14:57:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrssy-0003Qn-Do for grub-devel@gnu.org; Mon, 11 May 2015 14:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrssu-0005PV-AY for grub-devel@gnu.org; Mon, 11 May 2015 14:57:04 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:26686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrssu-0005PE-5R for grub-devel@gnu.org; Mon, 11 May 2015 14:57:00 -0400 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t4BIusqT001355 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 11 May 2015 18:56:54 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t4BIurVi023736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 11 May 2015 18:56:53 GMT Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t4BIuqLb001876; Mon, 11 May 2015 18:56:52 GMT Received: from l.oracle.com (/10.137.178.253) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 11 May 2015 11:56:52 -0700 Received: by l.oracle.com (Postfix, from userid 1000) id B15576A001C; Mon, 11 May 2015 14:56:50 -0400 (EDT) Date: Mon, 11 May 2015 14:56:50 -0400 From: Konrad Rzeszutek Wilk To: "Vladimir 'phcoder' Serbinenko" Subject: Re: Is: grub2-mkconfig detecting ELF files the multiboot2 header and using proper module. Was:Re: [PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images Message-ID: <20150511185650.GA2438@l.oracle.com> References: <1422640768-28181-1-git-send-email-daniel.kiper@oracle.com> <20150209175505.GC2227@olila.local.net-space.pl> <20150511162637.GA2794@l.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 Cc: jgross@suse.com, grub-devel@gnu.org, keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, Daniel Kiper , roy.franz@linaro.org, ning.sun@intel.com, david.vrabel@citrix.com, jbeulich@suse.com, xen-devel@lists.xenproject.org, qiaowei.ren@intel.com, richard.l.maliszewski@intel.com, gang.wei@intel.com, fu.wei@linaro.org 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: Mon, 11 May 2015 18:57:05 -0000 > > and using some of that logic to inspect the Xen to find > > the MB2 header? > > > See grub-file tool. Possibly it's still only in next branch I see it. Thank you. I also see 'faf4a65e1e1ce1d822d251c1e4b53d96ec7faec5' Revert grub-file usage in grub-mkconfig. but not much of an explanation? What didn't work? Thanks! > > But I am having a hard time finding them? Vladimir do you remember > > where they might be? > > > > Thank you!