• fix(iso): restore console=tty0 — VGA screen was black without it

    mchus released this 2026-03-26 10:23:53 +03:00 | 443 commits to main since this release

    Commit d36e844 dropped console=tty0 and added dual-serial + debug logging.
    Without console=tty0 the kernel never initialises the VGA console,
    leaving the physical screen permanently blank.

    • Restore console=tty0 (VGA) as primary, keep console=ttyS0 for SOL
    • Drop console=ttyS1 (redundant second serial port)
    • Replace loglevel=7 + journald debug flood with loglevel=3 (errors only)
      so kernel messages don't overwrite the TUI on the local screen
    • Remove systemd.log_target/forward_to_console debug params

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads