Hello, I have a fresh Tumbleweed server installation booting to console. I want the console boot messages to persist, instead of having the screen cleared before the login prompt.
Currently I’ve managed to reach the end of boot sequence and see the login prompt with all the messages retained, but within 5 seconds the screen is cleared and the login prompt re-appears on top! What could be the cause of that?
Please note:
I boot with plymouth.enable=0 in the kernel cmdline.
The quiet and splash=silent parameters have been removed from the kernel cmdline.
The systemd unit getty@tty1.service has TTYVTDisallocate=no as an OpenSUSE default
Regarding /etc/issue I have the default auto-generated one, but I don’t see something in there that would clear the screen. In fact the screen is not cleared when issue is written to the tty, but 5s later.
It’s a fresh Tumbleweed server install. I describe all the changes (or attempts) I have done after doing research on my issue. Here is the full kernel commandline:
Thanks, this helped a lot! I figured out it’s because the network interface gets IP address after the login prompt shows up, and agetty re-prints issue because it contains info about the network.