Loading...
CentOS重置密码1.重启系统,开机引导界面按 E键2.进入内核编辑界面3.按方向“↓”键,往下翻到 linux16 这一行,然后在最后加上 rd.break4.ctrl + x保存,将进入 Initramfs 的debug 命令模式5.输入mount -o remount,rw /sysroot/ 为/sysroot提供读写权限6.切换至chroot模式7.输入 passwd root ...