fix: blacklist nouveau driver (hangs on H100 unknown chipset)

This commit is contained in:
Mikhail Chusavitin
2026-03-08 20:51:49 +03:00
parent c91c8d8cf9
commit 441ab3adbd

View File

@@ -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 \
"${@}"