From 4003cb7676abe13dafcc631a34eaf80bf0322311 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sun, 5 Apr 2026 19:19:09 +0300 Subject: [PATCH] Lower kernel console loglevel to 3 to reduce boot noise loglevel=6 floods the screen with mpt3sas/scsi/sd informational messages, hiding systemd service status and bee-boot-status display. loglevel=3 shows only kernel errors; all messages still go to serial. Co-Authored-By: Claude Sonnet 4.6 --- 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 319ee71..81fd28b 100755 --- a/iso/builder/auto/config +++ b/iso/builder/auto/config @@ -32,7 +32,7 @@ lb config noauto \ --memtest memtest86+ \ --iso-volume "EASY_BEE_${BEE_GPU_VENDOR_UPPER:-NVIDIA}" \ --iso-application "EASY-BEE-${BEE_GPU_VENDOR_UPPER:-NVIDIA}" \ - --bootappend-live "boot=live components video=1920x1080 console=tty0 console=ttyS0,115200n8 loglevel=6 systemd.show_status=1 username=bee user-fullname=Bee modprobe.blacklist=nouveau,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_generic,soundcore" \ + --bootappend-live "boot=live components video=1920x1080 console=tty0 console=ttyS0,115200n8 loglevel=3 systemd.show_status=1 username=bee user-fullname=Bee modprobe.blacklist=nouveau,snd_hda_intel,snd_hda_codec_realtek,snd_hda_codec_generic,soundcore" \ --apt-recommends false \ --chroot-squashfs-compression-type zstd \ "${@}"