重置ubuntu的密碼: Reset root password (Ubuntu Linux) without CD

轉載自: http://www.faqforge.com/linux/reset-root-password-ubuntu-linux-without-cd/


Reset root password (Ubuntu Linux) without CD

Resetting your systems root password may be a necessary step if you have forgotten it or have bought a used computer which you don't want to setup anew. Doing so without any installation medium saves you a blank CD and a bit of time.

To start, restart your computer and get to the GRUB menu by pressingShift while booting. Point your cursor to the Recovery mode option:

Press e to edit the boot options. There, look for a line that looks like this: linux /boot/vmlinuz-3.2.0-18-generic root=UUID=b8b64ed1-ae94-43c6-92\d2-a19dfd9a727e ro recovery nomodeset:

The line will differ depending on your version and kernel but should have about the same syntax. Remove the last part of line which is ro recovery nomodeset and replace it with rw init=/bin/bash:

This will cause a command line to be opened on startup. Press F10now to reboot the machine and get to the command line. Once you are there, enter:

/usr/sbin/usermod -p '!' root

(If you get an error by copying and pasting above command, try replacing the quotation marks.) Now reboot the machine and the root password should be reset. The changes you did to the boot options will also reset automatically, so you do not have to change them back.


如果修改密碼失敗 unchange 則輸入下面的命令:

The command to run prior to changing the password is: mount -rw -o remount /


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章