Try booting without “quiet” and with “plymouth.enable=0” on kernel command line, it may give some hints. Otherwise you can enable early debug shell in systemd, this may allow looking at system state when it “hangs”: https://freedesktop.org/wiki/Software/systemd/Debugging/
thank you for your advise. I disabled plymouth while booting and it worked. I was asked for the passphrase for my encrypted hard drive, which did not happen when I booted with plymouth and hit [Esc].
However I figured out, that the file /usr/lib/systemd/system/systemd-ask-password-plymouth.service had changed during the last update so that
ConditionPathExists=/run/plymouth/pid
[/CODE/
became
ConditionPathExists=/var/run/plymouth/pid
whereas in [u]/usr/lib/systemd/system/systemd-ask-password-console.service the pid file is still expected to be in /run/plymouth/pid. This led to a situation where I was asked neither on the console nor in *plymouth* for my password!
I could fix this by resetting the pid file path in systemd-ask-password-plymouth.service, but this is clearly a bug. Where can I report this?
Thank you for your help.
Regards,
🂩
thank you for your advise. I disabled plymouth while booting and it worked. I was asked for the passphrase for my encrypted hard drive, which did not happen when I booted with plymouth and hit [Esc].
However I figured out, that the file /usr/lib/systemd/system/systemd-ask-password-plymouth.service had changed during the last update so that
ConditionPathExists=/run/plymouth/pid
became
ConditionPathExists=/var/run/plymouth/pid
whereas in /usr/lib/systemd/system/systemd-ask-password-console.service the pid file is still expected to be in /run/plymouth/pid. This led to a situation where I was asked neither on the console nor by plymouth for my password!
I could fix this by resetting the pid file path in systemd-ask-password-plymouth.service, but this is clearly a bug. Where can I report this?
I doubt it is the reason for the problem, but if you verified that after changing service definition problem is fixed report bug at https://bugzilla.opensuse.org/
Today I had the same issue when switching to the 2020-04-16 TW release. I was not able to execute anything on the terminal and could not rollback to previous snapshot. As whatever I was doing threw a “failed dbus error” message.
I tried clean installing TW, but same result, now I’m going back to 15.1 and wait until TW releases new snapshot that works.
Installation is an issue at the moment. TW is currently working to get installed. It has been a while that I had so much trouble to boot my system after TW upgrade broke my system.