From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Schmitt" Subject: Re: ISO installer image: GPT versus MBR partitions Date: Thu, 18 Apr 2019 09:00:23 +0200 Message-ID: <17787672992187241528@scdbackup.webframe.org> References: <22869673002187228535@scdbackup.webframe.org> Content-Type: text/plain; charset="utf-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hH0zz-00075Q-I4 for guix-devel@gnu.org; Thu, 18 Apr 2019 02:58:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hH0zy-0003ue-Iy for guix-devel@gnu.org; Thu, 18 Apr 2019 02:58:19 -0400 In-Reply-To: <22869673002187228535@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: bug-xorriso@gnu.org Cc: guix-devel@gnu.org Hi, meanwhile i learned that "i686" means 32 bit. So i downloaded guixsd-install-0.16.0.x86_64-linux.iso and see indeed the boot program for 64 bit x86 in the EFI partition: -rwxr-xr-x 1 root root 132608 Dec 5 16:59 /mnt/fat/efi/boot/bootx64.efi >From Florian's reports i cannot tell which ISO he used as base for repacking. Maybe one should distinguish the ISOs by their Volume Id. Like: GUIXSD_IMAGE_I686 GUIXSD_IMAGE_X86_64 Have a nice day :) Thomas