From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Keyhenge" Subject: bug#40590: Date: Sat, 18 Apr 2020 13:47:11 -0400 Message-ID: <87k12celeo.fsf@keyhenge.xyz> References: <87o8rwt84t.fsf@keyhenge.xyz> <87v9m3n6nr.fsf@gmail.com> <87sgh6c2ez.fsf@keyhenge.xyz> <87lfmylfif.fsf@gmail.com> <87y2qxvf6l.fsf@keyhenge.xyz> <87wo6hi6ym.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]:34606) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPrZV-0003kX-B3 for bug-guix@gnu.org; Sat, 18 Apr 2020 13:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPrZS-0001rJ-V7 for bug-guix@gnu.org; Sat, 18 Apr 2020 13:48:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60225) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPrZR-0001q8-To for bug-guix@gnu.org; Sat, 18 Apr 2020 13:48:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPrZR-0007j6-SU for bug-guix@gnu.org; Sat, 18 Apr 2020 13:48:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87wo6hi6ym.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 Sorry for the late reply on this. > Could you try adding the following kernel parameters (via Grub > by > pressing 'e', then appending the option at the end of the > cmdline): > > * nomodeset > > and if it doesn't work: > > * amd_iommu=pt ivrs_ioapic[32]=00:14.0 iommu=soft The amd option didn't work, but nomodeset allowed me to get to a shell, at which point I could start experimenting with various settings to see if I could get a graphical environment. I finally did by switching over to the proprietary kernel (which points to a graphical driver issue with AMD Navi cards in the libre kernel), but that's obviously less than ideal. Still, it means I can finally start using the system in earnest. Thanks for all your help!