From 17d5d74a8dd4f8780198e6a9e5064c435e71f249 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Sun, 8 Mar 2026 21:39:31 +0300 Subject: [PATCH] fix: nomodeset + remove splash (framebuffer hangs on headless H100 server) --- 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 9ce46f4..d7cb5e6 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 modprobe.blacklist=nouveau" \ + --bootappend-live "boot=live components nomodeset modprobe.blacklist=nouveau" \ --apt-recommends false \ "${@}"