Linux boots failed with “sulogin: can not open password database” while the /etc/passwd and /etc/shadow files look fine
Posted on In QALinux boots failed with “sulogin: can not open password database” while the /etc/passwd and /etc/shadow files look fine. How to fix this?
The OS is Fedora 22.
You may try this trick
Step 1: boot Linux with rw init=/bin/bash
following this tutorial.
Step 2: after Linux booted, disable SELinux following this tutorial.
Reboot.
If it works, it is that SELinux’s permission problem. You may fix them after you have successfully logged on and re-enable SELinux.
Thanks dude. It worked