fix: nomodeset + remove splash (framebuffer hangs on headless H100 server)

This commit is contained in:
Mikhail Chusavitin
2026-03-08 21:39:31 +03:00
parent d487e539bb
commit 17d5d74a8d

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 modprobe.blacklist=nouveau" \
--bootappend-live "boot=live components nomodeset modprobe.blacklist=nouveau" \
--apt-recommends false \
"${@}"