Page 7 of 7

Re: liquourix 6.6.8 kernel, virtual consoles  [Solved]

Posted: Wed Jan 03, 2024 7:54 pm
by siamhie
fehlix wrote: Wed Jan 03, 2024 7:14 pm
siamhie wrote: Wed Jan 03, 2024 9:34 am Liquorix:

Code: Select all

CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
# end of Console display driver support
Seems Debian comments out "CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER" and Liquorix doesn't.
Good findings.
Maybe try this kernel boot parameter:

Code: Select all

fbcon=nodefer
to disabled "deferred takeover" of the framebuffer,
which may help to show the virtual console.
dolphin_oracle wrote: Wed Jan 03, 2024 7:22 pm that does the trick.


I'm putting together a what works and what doesn't list regarding the switching to a tty console.
(work in progress)


What works:
Booting to systemd regardless of the machine (BIOS/UEFI) or kernel (Debian/Liquorix)
Booting to sys-v with BIOS and ANY 6.6.x kernel
Booting to sys-v with UEFI and only the Debian 6.6.x kernel


What doesn't:
Booting to sys-v with UEFI and any Liquorix 6.6.x kernel


Current fixes for the sys-v, UEFI and Liquorix 6.6.x kernel:
Remove splash from kernel parameter
or
Remove quiet from kernel parameter
or
Add fbcon=nodefer to the kernel parameter

Re: liquourix 6.6.8 kernel, virtual consoles

Posted: Wed Jan 03, 2024 9:06 pm
by Charlie Brown
@dolphin_oracle Maybe you mark the thread :)