From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Z22po-0002BU-Dt for mharc-grub-devel@gnu.org; Mon, 08 Jun 2015 15:35:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z22pl-0002Af-D7 for grub-devel@gnu.org; Mon, 08 Jun 2015 15:35:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z22pg-00079n-PF for grub-devel@gnu.org; Mon, 08 Jun 2015 15:35:45 -0400 Received: from mout.gmx.net ([212.227.15.18]:56926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z22pg-00079X-EA for grub-devel@gnu.org; Mon, 08 Jun 2015 15:35:40 -0400 Received: from scdbackup.webframe.org ([79.192.81.208]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LvVYZ-1ZAsS93j19-010YgC for ; Mon, 08 Jun 2015 21:35:39 +0200 Date: Mon, 08 Jun 2015 21:31:21 +0200 From: "Thomas Schmitt" To: grub-devel@gnu.org Subject: Re: core/partmap: Add El Torito boot catalog parsing Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20150608182512.GA10375@hobo.lan> In-Reply-To: <20150608182512.GA10375@hobo.lan> Message-Id: <8498567330486336670@scdbackup.webframe.org> X-Provags-ID: V03:K0:cv5RvGPDNIuri4nVL/8tJIO5PCuhrRGvU82Qvw6Ks0fvBGNgjvt K+76eFElQmMWtelr8pvSM6nGvYGBVFjbFjGdac5zc0APZLTMp67tj3Uza89ge/1a+cRxn1m +Dkd6FYB/sHmVKQb+zqbr9wjG5eAVxP7TgKYyaCN3b9oGNGrL10RUU6UlLv3G6HqcKuy0L1 5OEUA2LlmKFZNThsfkqxA== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.18 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, 08 Jun 2015 19:35:46 -0000 Hi, Andrei Borzenkov wrote: > > Drive current: -indev '/datastore/iso/openSUSE-13.2-DVD-x86_64.iso' > > [...] > > You may consider using xorriso to create image, it does quite good job > > with hybrid images. Thanks for the compliment. (The openSUSE ISOs are not made by xorriso, though, but rather by genisoimage, isohybrid, and a head transplantation to make MBR partition 2 mountable, if i remember correctly my curious research about openSUSE-13.1-NET-x86_64.iso.) Ross Lagerwall wrote: > Yes I have tried, and I made a video of it :-) > See that GRUB is not able to access (cd0,msdos2), which is the embedded > FAT partition. The trick of the others could be to let the GRUB2 software from ESP look up and use the GRUB2 stuff in a directory of the ISO. So GRUB2 booted via UEFI from CD does not need to access the ESP by own means. A user once explained me his setup and mentioned that he runs grub-mkimage with "--config=", "iso9660" and "search", and that the "embedded grub.cfg" looks like search.fs_label RECOVERY root set prefix=($root)/boot/grub Have a nice day :) Thomas