From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Biscuolo Subject: bug#35875: Guix won't boot after installation with fully encrypted disk Date: Wed, 29 May 2019 18:24:18 +0200 Message-ID: <87o93l1b65.fsf@roquette.mug.biscuolo.net> References: <138779ab-830b-32a9-e64a-e1fccabf90ab@disroot.org> <87pno7rdmn.fsf@gnu.org> <877eaf3p6r.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hW1O0-000493-Vm for bug-guix@gnu.org; Wed, 29 May 2019 12:25:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hW1Nx-0003TM-Da for bug-guix@gnu.org; Wed, 29 May 2019 12:25:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46147) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hW1Nu-0003R6-11 for bug-guix@gnu.org; Wed, 29 May 2019 12:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hW1Nt-0001NC-Rb for bug-guix@gnu.org; Wed, 29 May 2019 12:25:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Reg Cc: 35875@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Reg, Reg writes: [...] >> Anyway, to check if GPU is the problem here could you please add >> "modprobe.blacklist=3Dradeon" [2] (or vga=3D791 if this does not work [3= ]) >> to the "linux" kernel arguments and report back the error messages, if >> any? > No error message & still the same issue with both these arguments. OK so it seems this is not related to your GPU but to disk encryption I cannot reproduce your very same situation: I'm using a manual partition scheme (not the guided one) since I want to presenve a couple partitions on my HD I was able to install and boot Guix on an encrypted BTRFS partition with no issues, this is what the installer configured for bootloader, mapped-devices and file-systems: =2D-8<---------------cut here---------------start------------->8--- (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (target "/boot/efi") (keyboard-layout keyboard-layout))) (mapped-devices (list (mapped-device (source (uuid "228371e9-9cd7-4bb5-8976-d65029892b8e")) (target "guix") (type luks-device-mapping)))) (file-systems (cons* (file-system (mount-point "/") (device "/dev/mapper/guix") (type "btrfs") (dependencies mapped-devices)) (file-system (mount-point "/boot/efi") (type "vfat")) %base-file-systems)) =2D-8<---------------cut here---------------end--------------->8--- I first had to insert the LUKS encryption key to let Grub start, then I had to enter the same key after Grub booted >> Did you have hardware-related problems with other free GNU/Linux distros >> on this machine before? > I've been using Parabola on this computer for several years without > problems, but none of my disks were encrypted. Please are you able to connect to ssh to your laptop during installation (before rebooting) [1] and paste here the content of /mnt/etc/config.scm generated by the installer? Thanks! Gio'. [1] you can switch to a console with CTRL-ALT-F3, set the root password (passwd) and "herd start ssh-daemon" =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAlzusjMACgkQ030Op87M ORJ1sA//bu33ov+0kr1iFiCV1QUQ1k4qVe4Nkz7hP2XC4zFG9kbVAG/4LILyIoSZ BYV4ZgiAghKq4lVP5YhX14wbkHRGkWxtTXsnQLbqMsv8TSx8H3bZVauu6q5AzSwI H/yea8wUknyv8FYxXlyM/k5Hh9V3s1BW6XWuqatBZIdSZ1Ov5lnww+ZeQs0tzSsA DpIHQn3Wh87/WCoymoDyWD81u1Nwxh62twvPG6DEZ01WPYmKLOiwUqAosxwJsQmn zWtSz2HuehYR1iFUZ8HArUJcPSX9iuSsU+6z+8barHeEoG5l3orUPK0o5PAtbI1e ms8oe3KF8/vPXxgzpvXsu8rVljaTctJbIx/umntzFAye/+Kfz3jDZqVTcDHdU6hI iPqLBpkPFB1o+bo3ZnRIyWtvBBnldbe6W8rqEXqHqJaFCIwm5TM9oZpP8Szf44m/ rwZkA8gxt1ETOv3xgZBzL75MWHXuWCTfiyggTAGMiYILB3epAz55kK/P9iZ6Ab6S f6O3T2Q8qXZjonjBmI3gAK5jZb3QMbPJD1YGHDhL/dI3FxBCsY9l4mBmH5f5wkBM IWZcCtqoT/Gv5H1lnRRfuNnn5Y0nHrBKgn/CfiyS6dUyBdlb23hqG8N2Lzoqd6Fh fdLduXcQRhm2uGO9i5EA64Y1JtRCeAfSK5o+5vnT2oOlcQKlfGk= =J0dv -----END PGP SIGNATURE----- --=-=-=--