Linux 开机显示: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。

这种情况一般是你前面操作的自动挂载有问题,解决步骤:

1:登陆系统

2: vim /etc/fstab ,检查磁盘挂载信息

3:删除自己增加的内容。

4:重启服务器。


 

猜你喜欢

转载自blog.csdn.net/qingfengxd1/article/details/88040872