From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Keyhenge" Subject: bug#40590: Date: Mon, 13 Apr 2020 19:59:27 -0400 Message-ID: <87k12jszs0.fsf@keyhenge.xyz> References: <87o8rwt84t.fsf@keyhenge.xyz> <87v9m3n6nr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO94Z-0008RS-Sp for bug-guix@gnu.org; Mon, 13 Apr 2020 20:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO94Y-0000kn-NF for bug-guix@gnu.org; Mon, 13 Apr 2020 20:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49526) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO94Y-0000ki-Kg for bug-guix@gnu.org; Mon, 13 Apr 2020 20:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO94Y-0007wa-Dt for bug-guix@gnu.org; Mon, 13 Apr 2020 20:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87v9m3n6nr.fsf@gmail.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-mx.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: 40590@debbugs.gnu.org First off, thanks for your help so far! > Did you use 1.0.1 image or a more recent one? I was using the Guix System 1.0.1 x86_64 image here: https://guix.gnu.org/download/ > Did you mount your EFI partition to "/mnt/boot/efi" before > starting the > install? Yep. Not mounting it yields a different error (cannot find canonical path of /mnt/boot/efi) I'll also confirm I'm setting the esp flag on the partition. > Now, if you could try again with: > > * The 1.1.0-rc2 release available here[2]. - The graphical installer displays normal behavior up to when making the partitions, where it resets the installation without displaying an error - Installation through TTY has the same behavior as before, efibootmgr failed to register the boot entry: Input/output error > * This custom release[3]: 1.1.0-rc2 + the patch suggested by > Danny for > partitions > 1TiB. - Graphical installation has an oddity, my Samsung drive has disappeared from the disk selection in both guided and manual partitioning - Strangely, my WD Blue 2TB drive (also an SSD) with the NixOS installation shows up just fine - While it is possible to access the Samsung drive from the TTY, and even wipe it/make new partitions, trying to populate the partitions with filesystems will result in them saying they're in use or already mounted. I suspect this is also why it's not showing up in the graphical installation.