CentOS 7 开机显示Give root password for maintenance(or type Control-D to continue):

时间:2020-12-09 15:52:21

今天我新装了CentOS 7(1708)操作系统,在我在做一些配置的时候编辑了/etc/fstab,导致操作系统开机黑屏显示Give root password for maintenance(or type Control-D to continue):。
CentOS 7 开机显示Give root password for maintenance(or type Control-D to continue):

下面给大家分享我的解决思路:
1/输入root密码,进入命令行界面 CentOS 7 开机显示Give root password for maintenance(or type Control-D to continue):
此时你的操作系统是以只读的方式启动,不能修改配置系统。

2/需要把文件系统改成可写的文件系统
mount -o remount,rw /

CentOS 7 开机显示Give root password for maintenance(or type Control-D to continue):
此时系统就是可以进行配置的了。

3/把之前编辑的内容注释掉或者删除。
CentOS 7 开机显示Give root password for maintenance(or type Control-D to continue):

4/reboot即可。