Sometime in case of root password lost or file system corruption, you need to boot system with simple shell, skipping the init sequence.
-
At Grub prompt press ’e’ to edit command before booting.
-
Select ‘kernel’ line
-
Press ’e’ again to edit selected command
-
Type follow at end of the line: init=/bin/bash (or sh)
-
Press ‘b’ to boot system
-
Now you are at shell prompt. Enjoy