GRUB: Recover root password

From Sidvind
Revision as of 20:38, 23 February 2009 by EXt (Talk | contribs) (New page: Append "1 init=/bin/bash" to grub kernel entry to boot into single user mode. {{Box code|Remount root partition| # mount -t proc proc /proc # mount -o remount,rw / }} Change password u...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.