一、一、啓動的時候,在啓動界面,相應啓動項,內核名稱上按「e」;
二、進入後,找到linux16開頭的地方,按「end」鍵到最後,輸入rd.break,按ctrl+x進入;
三、 mount -o remount,rw /sysroot
四、 chroot /sysroot
五、 passwd修改密碼
六、touch /.autorelabel
七、grep SELINUX /etc/selinux/config
八、sed -i 's#SELINUX=enforcing#SELINUX=disable#' /etc/selinux/config
九、exit;exitlinux