Linux教程

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

本文主要是介绍[Linux]CENOTS7启动时报"welcome to emergency mode!"【转载】,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

1 问题描述

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

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
  • step3 重启机器
systemctl reboot

X 参考文献

  • linux出现welcome to emergency mode! 解决方法 - CSDN
这篇关于[Linux]CENOTS7启动时报"welcome to emergency mode!"【转载】的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!