忘记root密码怎么办?网上大多关于centos6.0,本文应用于centos7.0

1.启动系统,在GRUB2引导画面,按E键,编辑引导项



centos7uefi_centos7uefi

2.删除linux16这一行最后的 rhgb和 quiet参数(在UEFI系统中是linuxefi),删除rhgb和quiet这两个参数是为了显示系统信息

centos7uefi_centos7uefi_02

3.添加以下参数:rd.break enforcing=0

在64位IBM Power Series是linux这一行尾;在x86-64 BIOS引导的系统中是linux16这一行尾;在UEFI引导的系统中是linuxefi这一行尾


centos7uefi_提示信息_03


4.按CTRL+X用改变的参数引导系统


centos7uefi_提示信息_04

5.在/sysroot/文件系统被挂载为只读时,你不能改变密码,因为文件系统为不可写入。重新挂载文件系统为可写入。

[mount -o remount,rw /sysroot]


centos7uefi_centos_05


6.文件系统被重新挂载为可写,像下面这样改变文件系统的root

[chroot /sysroot]


centos7uefi_centos_06



7.输入password命令,接下来命令行提示改变root密码。注意:如果系统不能写入,passwd提示下面的错误信息:Authentication token manipulation error

#如果输入密码太短会提示信息:The password is shorter than 8 characters

#如果两次输入密码不匹配会提示信息:Sorry,passwords do not match

#如果是中文环境这两条提示信息会是乱码


centos7uefi_centos7uefi_07



centos7uefi_linux_08


centos7uefi_提示信息_09



8.更新password文件会导致SELinux安全上下文文件错误。键入以下命令在下次系统引导前重新标记所有文件:

[touch /.autorelabel]




centos7uefi_linux_10


9.重新挂载系统为只读:

mount -o remount,ro /


centos7uefi_centos7uefi_11


10.键入exit命令退出chroot环境:

[exit]


centos7uefi_centos_12

11.再次键入exit命令完成初始化,完成系统引导。

[exit]


centos7uefi_centos_13




7.输入password命令,接下来命令行提示改变root密码。注意:如果系统不能写入,passwd提示下面的错误信息:Authentication token manipulation error

#如果输入密码太短会提示信息:The password is shorter than 8 characters

#如果两次输入密码不匹配会提示信息:Sorry,passwords do not match

#如果是中文环境这两条提示信息会是乱码


7.输入password命令,接下来命令行提示改变root密码。注意:如果系统不能写入,passwd提示下面的错误信息:Authentication token manipulation error

#如果输入密码太短会提示信息:The password is shorter than 8 characters

#如果两次输入密码不匹配会提示信息:Sorry,passwords do not match

#如果是中文环境这两条提示信息会是乱码