- Edited
murbert After the latest update I no longer get a prompt for the encryption password, it stays on the manufacturer's logo. I guessed entering the password might work (after multiple reboots), and it did. Anyone else?
I just updated Budgie and rebooted. No issues at all.
When you say "I no longer get a prompt for the encryption password, it stays on the manufacturer's logo." I'm assuming that you mean you are not getting to the login screen and login password, but instead getting stuck at the OEM logo. Is that correct? Are you seeing any errors during boot?
My initial thought is to check for broken packages:
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
You might also try to revert the upgrade to an earlier state that worked. If nothing else, that will confirm that the current update is the source of the problem.