unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57760] [PATCH] system: install: Do not load amdgpu in the installer image.
@ 2022-09-13  2:42 Antero Mejr via Guix-patches via
  2022-09-14  7:37 ` Mathieu Othacehe
  0 siblings, 1 reply; 6+ messages in thread
From: Antero Mejr via Guix-patches via @ 2022-09-13  2:42 UTC (permalink / raw)
  To: 57760; +Cc: Antero Mejr

* gnu/system/install.scm (installation-os): Add amdgpu to
modprobe.blacklist.
---
Booting the installer OS will fail when it fails to load blobs for amdgpu.
This will allow the installer OS to boot on systems with affected hardware.

 gnu/system/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index a7b7c246bf..003c49a3e7 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -476,7 +476,7 @@ (define installation-os
     ;; non-functional:
     ;; <https://lists.gnu.org/archive/html/guix-devel/2019-03/msg00441.html>.
     ;; Thus, blacklist it.
-    (kernel-arguments '("quiet" "modprobe.blacklist=radeon"))
+    (kernel-arguments '("quiet" "modprobe.blacklist=radeon,amdgpu"))
 
     (file-systems
      ;; Note: the disk image build code overrides this root file system with
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-16  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13  2:42 [bug#57760] [PATCH] system: install: Do not load amdgpu in the installer image Antero Mejr via Guix-patches via
2022-09-14  7:37 ` Mathieu Othacehe
2022-09-14 10:06   ` Josselin Poiret via Guix-patches via
2022-09-15 13:43     ` Mathieu Othacehe
2022-09-15 21:56       ` pelzflorian (Florian Pelz)
2022-09-16  8:16         ` bug#57760: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).