[Linux]CENOTS7启动时报"welcome to emergency mode!"【转载】

1 问题描述

由于通过VMwaer快速克隆了一台CENTOS7.9的虚拟机。
但启动时报如下错误信息

[Linux]CENOTS7启动时报"welcome to emergency mode!"【转载】
welcome to emergency mode!after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” to try again to boot into default mode。
give root password for maintenance
(?? Control-D???):

2 解决方法

  • step1 输入 root 用户密码,以登录操作系统的shell

  • step2 检查磁盘挂载信息,注释掉无关的磁盘挂载项。
    如果确定不再使用,可删除之

vim /etc/fstab
[Linux]CENOTS7启动时报"welcome to emergency mode!"【转载】
  • step3 重启机器
systemctl reboot

X 参考文献

上一篇:1003 Emergency (25分)


下一篇:PAT-1003 Emergency (25 分) python 图论-最短路