From 441ab3adbdf3f84eff96fc98d944169fb82ca30a Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Sun, 8 Mar 2026 20:51:49 +0300 Subject: [PATCH] fix: blacklist nouveau driver (hangs on H100 unknown chipset) --- iso/builder/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/builder/auto/config b/iso/builder/auto/config index a7696ff..9ce46f4 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -23,6 +23,6 @@ lb config noauto \ --memtest none \ --iso-volume "BEE-DEBUG" \ --iso-application "Bee Hardware Audit" \ - --bootappend-live "boot=live components quiet splash" \ + --bootappend-live "boot=live components quiet splash modprobe.blacklist=nouveau" \ --apt-recommends false \ "${@}"