From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: ISO installer image: GPT versus MBR partitions Date: Wed, 24 Apr 2019 11:13:23 +0200 Message-ID: <20190424091323.uyuxd3ib7zfw2cut@pelzflorian.localdomain> References: <20190423214340.tfck3m4gaxtnweog@pelzflorian.localdomain> <9716677716869443995@scdbackup.webframe.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJEBV-0000zq-Fr for guix-devel@gnu.org; Wed, 24 Apr 2019 05:27:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJDy6-00034t-C9 for guix-devel@gnu.org; Wed, 24 Apr 2019 05:13:31 -0400 Content-Disposition: inline In-Reply-To: <9716677716869443995@scdbackup.webframe.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Thomas Schmitt Cc: bug-xorriso@gnu.org, guix-devel@gnu.org On Wed, Apr 24, 2019 at 08:56:57AM +0200, Thomas Schmitt wrote: > Florian Pelz wrote > > So=E2=80=A6 GPT is wrong for some optical media too? >=20 > Not in this aspect. GPT partitions must not start at block 0. > So the overall ISO superblock is not mountable as partition and thus > free to claim the full image size as filesystem size. > Sorry, I meant to quote this aspect: > > One can read trailing garbage not only from USB sticks but also from > > most DVD types. > > [=E2=80=A6] > > >=20 > So=E2=80=A6 GPT is wrong for some optical media too? >=20 > > By the way, someone I know has a most peculiar machine called Lenovo > > Ideapad 100S which does not boot Guix, [=E2=80=A6] >=20 > If Guix does not show up in the boot manager, try a plain grub-mkrescue > image that was made when GRUB was configured for both EFI variations: > 32 bit x86 and 64 x86. > My experiments are made when it is configured for those two plus PC-BIO= S. > The EFI partition then has bootx64.efi and bootia32.efi in /efi/boot/. >=20 Will do. Regards, Florian