From mboxrd@z Thu Jan  1 00:00:00 1970
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Subject: bug#37021: GuixSD 1.01-i686 install DVD boot failure on Macbook1,
 1: failed to resolve partition
Date: Thu, 15 Aug 2019 12:43:27 +0200
Message-ID: <20190815104327.ovotebrnc7pw6mqx@pelzflorian.localdomain>
References: <1565734617.2324.20.camel@sbcglobal.net>
 <1565821926.5199.14.camel@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Return-path: <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:470:142:3::10]:54809)
 by lists.gnu.org with esmtp (Exim 4.90_1)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hyDEh-0004VB-9i
 for bug-guix@gnu.org; Thu, 15 Aug 2019 06:44:04 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hyDEg-0004u3-B9
 for bug-guix@gnu.org; Thu, 15 Aug 2019 06:44:03 -0400
Received: from debbugs.gnu.org ([209.51.188.43]:41865)
 by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
 (Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
 id 1hyDEf-0004tx-Ut
 for bug-guix@gnu.org; Thu, 15 Aug 2019 06:44:02 -0400
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
 (envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hyDEf-00009O-RS
 for bug-guix@gnu.org; Thu, 15 Aug 2019 06:44:01 -0400
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-Message-ID: <handler.37021.B37021.1565865812514@debbugs.gnu.org>
Content-Disposition: inline
In-Reply-To: <1565821926.5199.14.camel@gmail.com>
List-Id: Bug reports for GNU Guix <bug-guix.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-guix>,
 <mailto:bug-guix-request@gnu.org?subject=unsubscribe>
List-Archive: <https://lists.gnu.org/archive/html/bug-guix>
List-Post: <mailto:bug-guix@gnu.org>
List-Help: <mailto:bug-guix-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-guix>,
 <mailto:bug-guix-request@gnu.org?subject=subscribe>
Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org
Sender: "bug-Guix" <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
To: Calvin Heim <frofroggy@gmail.com>
Cc: 37021@debbugs.gnu.org

Do I understand correctly that this message appears when booting the
DVD, not the installed system?

On Wed, Aug 14, 2019 at 03:32:06PM -0700, Calvin Heim wrote:
>  waiting for partition '31393730-3031-3031-3139-343934363833' to appear...

I cannot check right now if that is a legitimate partition id for the
i686 installer, but the installer source code in
gnu/system/install.scm should mount a partition with
(file-system-label "Guix_image").  You could check from another OS if
this partition label exists.  You could also type in the recovery
Guile repl that opens:

(use-modules (ice-9 ftw))
(scandir "/dev/disk/by-id")
(scandir "/dev/disk/by-uuid")
(scandir "/dev/disk/by-partuuid")

and maybe:

,L bournish
cat /run/booted-system/etc/fstab

Regards,
Florian