From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 05 19:08:17 2021 Received: (at 44872) by debbugs.gnu.org; 5 Jun 2021 23:08:17 +0000 Received: from localhost ([127.0.0.1]:50272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpfOr-0003Qf-Ju for submit@debbugs.gnu.org; Sat, 05 Jun 2021 19:08:17 -0400 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:50807) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lpfOn-0003QO-05 for 44872@debbugs.gnu.org; Sat, 05 Jun 2021 19:08:16 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 292E81831 for <44872@debbugs.gnu.org>; Sat, 5 Jun 2021 19:08:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sat, 05 Jun 2021 19:08:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daviwil.com; h= from:to:subject:date:message-id:mime-version:content-type; s= fm2; bh=RKc9m26PFzJxRtT+l11xhHF2zXk8wcsjTwMMbhb36Es=; b=Xmn+3nIT yjwi7Lam5VCAfJ9OVFVOOjowayn+Lpu4ZxLKGpNAXs3iWze8WZ+EW+13D5xrA11D E8evJ6gv38Eo45nTlEeVFJjTTLOR6qNuRCjQioF4Dxb1ahrGHesTB0mtQb4rJHnZ arSnuIMJdJ5JRpoEn+ODbwChU2E80CIlz8Titj1tFh5nRPjiv7+txIcHJNEow8BV Ty+1nZBPZKEnUp5Yzoa40A2Llg6ltw5QotER99xq1HULGaARBqzgiQOXwUxkEGqC B8zZo4d43GBv9mVvCwe/5EFMbmY/RPwOl9JU/AwpmkDt1NhELLMbE9X82ALJmfOc 10/+rTRK/c2GmA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=RKc9m26PFzJxRtT+l11xhHF2zXk8w csjTwMMbhb36Es=; b=sv+sJFb8bqmOHg0ANYwYvh68PUou2GxipptOM0ZMyuHMn o3II8l6yTB7JvKpeCBYR78EVMcuoY6oGsWxoPJUHcFWfvnAaLFNFu1Lj/i7rqyVD kBIBWieWFOXeK6fgIafXJmyJYnVatVV+TdYMazCIaEfYU4CDqjXbQ14KG7sR3Fm/ lA+rxlwRo+FCNMSQTpFlv2Di41tiTcK/x9wLtMiDVs80EU6CyGAX7QLawL6IcQMU ZGcd+6hk7gJ4M7DLDoE/JktPbqA/H3ZdX2cW9loXha3Rfv+I824o8p8jgBXpwyk0 aYmPqfFein8c+amhFAUqqN/OwNQLYWpl8BwVep8Kw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedtgedgudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpegfhffvufffkfggtgesthdtredttd ertdenucfhrhhomhepffgrvhhiugcuhghilhhsohhnuceouggrvhhiugesuggrvhhifihi lhdrtghomheqnecuggftrfgrthhtvghrnhepfedtvdefleejhedtveejhfejheektedvhf fglefghefgueejtedtkeetffffgffhnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepuggrvhhiugesuggrvhhifihilhdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for <44872@debbugs.gnu.org>; Sat, 5 Jun 2021 19:08:06 -0400 (EDT) User-agent: mu4e 1.4.15; emacs 28.0.50 From: David Wilson To: 44872@debbugs.gnu.org Subject: Re: Installer crash: 'uuid->string' is passed #f in lieu of a UUID Date: Sat, 05 Jun 2021 16:08:03 -0700 Message-ID: <87fsxvsyek.fsf@daviwil.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 44872 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Guix! I also just hit this issue while using the graphical installer on a machine that previously had Guix installed on it via the shell-driven manual installation flow. I'm working on a video to show how to install Guix using the graphical installer so it's a big blocker for me hit this seemingly impassable error. Is there any other workaround you can think of that might help the code resolve the UUID of the partition correctly? I'm not sure how these things are supposed to work but I'm happy to try any ideas you may have! I'd also be happy to make any speculative tweaks to the source that you recommend. On my side, I've tried deleting and recreating the target partition a few times using both the graphical installer and `cfdisk', nothing seems to help. Let me know what I can do to help diagnose and fix this issue! Thanks, David