Solving Dracut Login Failure on Linux VPS

Here is how to solve login failure due to the Dracut screen on your Linux VPS. This happens when your Linux VPS reboots then after waiting 2-3 minutes it cannot be logged in using SSH and the status shows Online. There may be an indication of Dracut.



Screen Dracut is more detailed as shown above. If you encounter the display as above, you can follow the steps below:
1) reboot the VPS again.

2) When entering the Grub menu, select the oldest Kernel.

3) After entering the oldest kernel, login to the server as usual.

4) Then please run the following command.


dracut --regenerate-all -f && grub2-mkconfig -o /boot/grub2/grub.cfg


5) Terakhir reboot kembali server nya dan pilihlah kernel yang paling baru. Maka permasalahan Dracut error tersebut sudah teratasi dan VPS anda bisa boot up ke kernel yang paling baru.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.