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

[Linux]VMware启动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]VMware启动CENOTS7时报"welcome to emergency mode!"【转载】
  • step3 重启机器
systemctl reboot

X 参考文献

相关文章:

  • 2021-06-30
  • 2022-12-23
  • 2021-12-19
  • 2021-06-02
  • 2021-11-07
  • 2021-07-01
  • 2021-09-03
  • 2021-09-24
猜你喜欢
  • 2021-05-24
  • 2021-11-30
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-06-24
  • 2021-10-09
相关资源
相似解决方案