From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Keyhenge" Subject: bug#40590: Date: Tue, 14 Apr 2020 19:08:18 -0400 Message-ID: <87y2qxvf6l.fsf@keyhenge.xyz> References: <87o8rwt84t.fsf@keyhenge.xyz> <87v9m3n6nr.fsf@gmail.com> <87sgh6c2ez.fsf@keyhenge.xyz> <87lfmylfif.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]:44646) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jOUfw-0003RT-0W for bug-guix@gnu.org; Tue, 14 Apr 2020 19:09:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jOUfu-0005MW-R4 for bug-guix@gnu.org; Tue, 14 Apr 2020 19:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51667) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jOUfu-0005MN-Nb for bug-guix@gnu.org; Tue, 14 Apr 2020 19:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jOUfu-0002JQ-Hs for bug-guix@gnu.org; Tue, 14 Apr 2020 19:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87lfmylfif.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 Progress! But not quite there yet. >> It occured to me that the Samsung drive might have been >> corrupted at >> some point, so I dd'd /dev/zero into the first few gigabytes of >> the >> drive to completely wipe the partition table. Sure enough, it >> showed up >> on the partitioning stage of the graphical installer and I was >> able get >> all the way through to the end... except for the same >> efibootmgr error. > > Ok! So it seems that the additional patch is improving the > situation. I > also fear that 1.1.0-rc2 is having the same error as 1.0.1 but > is > swallowing it. I will investigate it further. > > Regarding the efibootmgr error, I'm not really familiar with > EFI. Can > you check that efivarfs is mounted as suggested here[1]? > > [1]: > https://unix.stackexchange.com/questions/379774/grub-installation-failed Followed the advice on the SE answer, specifically: $ mount -t efivarfs efivarfs /sys/firmware/efi/efivars $ rm /sys/firmware/efi/efivars/dump-* And it successfully installed!.. sort of. Guix now boots to this screen[1] and then hard freezes. Just in case its relevant, I did the installation twice (both through TTY in order to run the mount/rm commands): 1. 2 partitions, boot and encrypted root w/ swapfile, using desktop.scm as a base 2. 3 partitions, boot, root, and a swap partition, using lightweight-desktop.scm as a base Both had the same results. [1]: https://imgur.com/lGWmzfL