Thank you so much, didn’t know that.
It’d be better to do the modification suggested there as a workaround or to do nothing waiting for an update to fix this?
Turned off animation at the kernel command line with plymouth.enable=0.
erlangen:~ # journalctl -b -u ply*
Jan 10 19:19:02 erlangen systemd[1]: Show Plymouth Boot Screen was skipped because of an unmet condition check (ConditionKernelCommandLine=!plymouth.enable=0).
Jan 10 19:19:06 erlangen systemd[1]: Starting Plymouth switch root service...
Jan 10 19:19:06 erlangen systemd[1]: Finished Plymouth switch root service.
Jan 10 19:19:06 erlangen systemd[1]: Show Plymouth Boot Screen was skipped because of an unmet condition check (ConditionKernelCommandLine=!plymouth.enable=0).
Jan 10 19:19:07 erlangen systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jan 10 19:19:07 erlangen systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jan 10 19:19:08 erlangen systemd[1]: Show Plymouth Boot Screen was skipped because of an unmet condition check (ConditionKernelCommandLine=!plymouth.enable=0).
Jan 10 19:19:09 erlangen systemd[1]: Starting Hold until boot process finishes up...
Jan 10 19:19:09 erlangen systemd[1]: Finished Hold until boot process finishes up.
erlangen:~ #
The above override seems to work great for plymouth but the systemd-vconsole-setup.service still shows as failed. Its easy enough to start it manually but im unsure if theres a more elegant way to remedy this completely?
Hmm I have done this and still have the error for systemd-vconsole-setup.service, not sure how to investigate too far with it. These sorts of things do leave my small realm of knowledge.
gorship@localhost:~> sudo systemctl status systemd-vconsole-setup.service
× systemd-vconsole-setup.service - Virtual Console Setup
Loaded: loaded (/usr/lib/systemd/system/systemd-vconsole-setup.service; static)
Active: failed (Result: exit-code) since Sun 2024-01-14 11:53:29 PST; 9min ago
Duration: 1.895s
Docs: man:systemd-vconsole-setup.service(8)
man:vconsole.conf(5)
Process: 1389 ExecStart=/usr/lib/systemd/systemd-vconsole-setup (code=exited, status=1/FAILURE)
Main PID: 1389 (code=exited, status=1/FAILURE)
CPU: 3ms
Jan 14 11:53:29 localhost systemd[1]: Starting Virtual Console Setup...
Jan 14 11:53:29 localhost systemd-vconsole-setup[1389]: No usable source console found: Device or resource busy
Jan 14 11:53:29 localhost systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
Jan 14 11:53:29 localhost systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
Jan 14 11:53:29 localhost systemd[1]: Failed to start Virtual Console Setup.
and again just to be clear plymouth is starting just fine now. Any help is appreciated
For anyone who may google their way here and is faster to type than read (such as myself)
when you sudo systemctl edit plymouth-start.service double check you are putting the drop in information in the right area. My file specifically had a “below here is ignored” section that i kind of just glossed over. Dont be like me