CentOS 重启时出现 “Give root password for maintenance” 错误的解决办法

CentOS 重启时出现 “Give root password for maintenance” 错误的解决办法

 

由于突然断电,CentOS6.5 Linux服务器再重启后,出现如下错误:

CentOS 重启时出现 “Give root password for maintenance” 错误的解决办法_第1张图片

 

解决办法:

1. 输入root密码进入系统。
2. 如下执行fsck命令。
    # fsck -A -y

 

检测完后重启机器,恢复正常,进入系统。

 

参考:http://blog.sina.com.cn/s/blog_674a52490100khwh.html

你可能感兴趣的:(CentOS 重启时出现 “Give root password for maintenance” 错误的解决办法)