码迷,mamicode.com
首页 > 其他好文 > 详细

centos7进入单用户模式,实施救援

时间:2017-12-20 16:57:54      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:ctr   body   分享   用户模式   find   centos   ini   systemctl   lin   

今天在centos7-64bit上面安装nvidia显卡驱动,我从文字模式切换回图形模式时,发现系统无法正常启动。所以,我需要使用单用户模式,把系统模式切换回文字模式。

我实际用到的操作如下:

press e key
find the line linux16, find the first words ro , and change with this "rw init=/sysroot/bin/bash "
press ctrl+x to start linux

chroot /sysroot/
systemctl set-default multi-user.target     ###graphical.target
exit
reboot

这是两份教程(网页截图,点击图片查看大图):

截图1:

技术分享图片

截图2:

技术分享图片

资料:

       Boot in single user mode on CentOS 7 / RHEL 7  https://ma.ttias.be/boot-in-single-user-mode-on-centos-7-rhel-7/

       CentOS 7 单用户模式+救援模式 - 其他网络技术 - 红黑联盟  https://www.2cto.com/net/201706/643397.html

 

完。

centos7进入单用户模式,实施救援

标签:ctr   body   分享   用户模式   find   centos   ini   systemctl   lin   

原文地址:http://www.cnblogs.com/liyou-blog/p/8074226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!