From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#35856: Unable to boot on iMac, likely because of UUIDs Date: Wed, 22 May 2019 16:09:09 +0200 Message-ID: <20190522140908.oy47v5u5ww3kgkrc@pelzflorian.localdomain> References: <1558523401.20880.0@kydara.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTRwV-0001xn-DU for bug-guix@gnu.org; Wed, 22 May 2019 10:10:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTRwQ-0006UA-Gt for bug-guix@gnu.org; Wed, 22 May 2019 10:10:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hTRwQ-0006Ts-4m for bug-guix@gnu.org; Wed, 22 May 2019 10:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hTRwP-00052i-SZ for bug-guix@gnu.org; Wed, 22 May 2019 10:10:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <1558523401.20880.0@kydara.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Francisco =?UTF-8?Q?G=C3=B3mez?= Cc: 35856@debbugs.gnu.org On Wed, May 22, 2019 at 11:10:00AM +0000, Francisco Gómez wrote: > When I have inserted a device recorded with a GuixSD image in my Late 2009 > iMac (EFI, not UEFI) during boot, the computer gets stuck in a loop and > doesn't respond. I believe this is due to a lack of, or duplication, of > UUIDs (not to be confused with PARTUUIDs) on some partitions, as manually > assigning them allows my computer to properly detect the attached devices > and boot from the GuixSD one (although not successfully). > > > udisksctl loop-setup -rf guix-system-install-1.0.1.x86_64-linux.iso > Mapped file guix-system-install-1.0.1.x86_64-linux.iso as /dev/loop0. > > > sudo blkid -o list | grep ^/dev/loop0 | cut -d" " -f1 | sort > /dev/loop0 > /dev/loop0p1 > /dev/loop0p2 > /dev/loop0p3 > /dev/loop0p4 > > > sudo blkid -s UUID | grep ^/dev/loop0 > /dev/loop0: UUID="1970-01-01-19-49-46-83" > /dev/loop0p2: UUID="C920-B8AE" > > > > > > I believe this is . Unfortunately Danny pushed his patch after the 1.0.1 release got branched off. Can you try an ISO built from current Guix git master? Regards, Florian