Jan 30 19:32:44 prometheus systemd[1]: Starting Show Plymouth Boot Screen…
Jan 30 19:32:44 prometheus plymouth[528]: error: unexpectedly disconnected from boot status daemon
Jan 30 19:32:44 prometheus systemd[1]: plymouth-start.service: Main process exited, code=dumped, status=11/SEGV
Jan 30 19:32:44 prometheus systemd[1]: Failed to start Show Plymouth Boot Screen.
Jan 30 19:32:44 prometheus systemd[1]: plymouth-start.service: Unit entered failed state.
Jan 30 19:32:44 prometheus systemd[1]: plymouth-start.service: Failed with result ‘core-dump’.
Core dump doesn’t look to good and happens on 32bit and 64bit machines with Tumbleweed.
Sorry, but “zypper dup” is sometimes needed, precisely because it is a rolling distribution.
Sometimes packages get renamed or version numbers get changed to incompatible values. And “zypper dup” can handle that, while “zypper up” cannot.
There are some plymouth issues in recent updates. I have not yet installed 20170129. With 20170128, plymouth did not prompt for the LUKS encryption key. I had to use “nosplash” on the boot command. But I am not seeing signs of plymouth crashing.
The error only goes away by disabling plymouth with: plymouth.enable=0
Unfortunately this will also remove all those intermediate booting messages. I don’t want to receive all messages by removing the “quiet” parameter in the booting line, but still receive the confirmations of successful started system services without using plymouth.
First I also tried “plymouth.enable=0” but afterwards there was no message to enter my PWs for my HDDs.
When I combine adding “plymouth.enable=0” and removing “quiet” I see the messages and can enter the PW, but it is annoying because I have to enter the PW twice (two encrypted HDDs).
So I went with the following solution: I just deleted the “quiet” parameter from the boot line. Now I see for one or two seconds the kernel messages but then Plymouth kicks in and I can enter the PW.