GRUB: Recover root password

From Sidvind

Jump to: navigation, search

Append "1 init=/bin/bash" to grub kernel entry to boot into single user mode.

Code: Remount root partition
# mount -t proc proc /proc
# mount -o remount,rw /

Change password using passwd.

-->
Views
Personal tools
Navigation
Toolbox