I haven’t seen it… yet on my machines so can’t speculate too much but if this is oft-reported then it’s probably a bug.
Are you also setting up your system in some language other than English?
Inspect what is in that other thread, and perhaps try the fix or workaround I posted, which is to set your font in vconsole.conf instead of in sysconfig.
That does appear to be different… Whereas the other thread suggests a problem setting up all ttys, yours may be specific to running a Desktop only.
What Desktop are you running, and is this a relatively new install or something you’ve bee using for more than 6 mths(I’m pulling a number out of the air)?
Have you noticed any unusual Windowing behavior, possibly any consoles run in your Desktop?
I’m using xfce and have been about 1.5 years. Other than Tumblweed updates, no changes recently and everything else is fine. No windowing or other issues.
Have done some more research and think this is tied to a boot problem as systemctl work manually:
eric@linux-epth:~$ sudo systemctl status systemd-vconsole-setup.service
[sudo] password for root:
● systemd-vconsole-setup.service - Setup Virtual Console
Loaded: loaded (/usr/lib/systemd/system/systemd-vconsole-setup.service; static; vendor preset: disabled)
Active: inactive (dead) since Sat 2017-08-26 08:54:42 CDT; 1min 51s ago
Docs: man:systemd-vconsole-setup.service(8)
man:vconsole.conf(5)
Process: 441 ExecStart=/usr/lib/systemd/systemd-vconsole-setup (code=exited, status=0/SUCCESS)
Main PID: 441 (code=exited, status=0/SUCCESS)
Aug 26 08:54:42 linux-epth systemd-vconsole-setup[441]: KD_FONT_OP_SET failed, fonts will not be copied to tty7: Invalid argument
Aug 26 08:54:42 linux-epth systemd[1]: Started Setup Virtual Console.
eric@linux-epth:~$ sudo systemctl start systemd-vconsole-setup.service
eric@linux-epth:~$ sudo systemctl status systemd-vconsole-setup.service
● systemd-vconsole-setup.service - Setup Virtual Console
Loaded: loaded (/usr/lib/systemd/system/systemd-vconsole-setup.service; static; vendor preset: disabled)
Active: inactive (dead) since Sat 2017-08-26 08:57:03 CDT; 4s ago
Docs: man:systemd-vconsole-setup.service(8)
man:vconsole.conf(5)
Process: 2637 ExecStart=/usr/lib/systemd/systemd-vconsole-setup (code=exited, status=0/SUCCESS)
Main PID: 2637 (code=exited, status=0/SUCCESS)
Aug 26 08:57:02 linux-epth systemd[1]: Starting Setup Virtual Console...
Aug 26 08:57:03 linux-epth systemd[1]: Started Setup Virtual Console.
eric@linux-epth:~$
“Ah, this reveals it. It’s not actually vconsole at fault here, but your /usr/bin/loadkeys tool fails with a failure exit code (and we invoke that, and propagate the exit code).The precise command we invoke is this:
/usr/bin/loadkeys -q -C /dev/tty1 -u us
Which results in a tonload “Invalid argument” messages from loadkeys. Does it work if you invoke it locally from a shell?
It appears to me you should contact your distro for help around this, as it’s the kbd package at fault here, not systemd/vconsole”
This made no difference on my system. The boot seem to stop and give a text mode login, but I noticed it is actually there. So after a bit of hassle, I did find the gdm login screen.
Any idea how to fix this?