此界面按e进入grub编辑界面
进入grub编辑界面。把linux16这行的ro修改为rw init=/sysroot/bin/sh。
按ctrl+x进入单用户模式
登陆进去后,输入如下命令:
chroot /sysroot/ #切换到原系统
LANG=en #设置显示语言
passwd root #修改root密码
touch /.autorelabel #如果之前系统关闭selinux,这个可以不执行。
reboot重启即可
标签:界面,grub,root,centos7,密码,忘记,sysroot From: https://www.cnblogs.com/magicdmer/p/17626338.html