http://bugzilla.opensuse.org/show_bug.cgi?id=1169783 http://bugzilla.opensuse.org/show_bug.cgi?id=1169783#c16 --- Comment #16 from t neo <tneo@gmx.com> --- (In reply to Robert Kaiser from comment #14)
I found I can work around this by waiting for the timeout and enter the root password to get into the recovery console, then running:
systemctl start cryptsetup.target
The prompt appears and I enter the password for my /home partition (which is the one encrypted disk I have). Then I run this to get back to the normal system:
systemctl default
And then the system comes up correctly.
Of course, this is an ugly workaround but at least the system can come up in some form in the mean time.
You can fix it permanently: In the file /usr/lib/systemd/system/systemd-ask-password-plymouth.service Change FROM: ConditionPathExists=/run/plymouth/pid TO: ConditionPathExists=/var/run/plymouth/pid -- You are receiving this mail because: You are on the CC list for the bug.