welcome to emergency mode解决办法

以你之姓@ 2023-06-14 10:46 105阅读 0赞

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

出问题的原因是找不到引导盘,报这个错误多数情况下是因为/etc/fstab文件的错误。注意一下是不是加载了外部硬盘、存储器或者是网络共享空间,在重启时没有加载上导致的。

由于fstab文件非常重要,如果这个文件有错误,就可能会造成系统不能正常启动。因此向fstab文件中添加数据时应非常小心。

修改完该文件后务必使用mount -a命令测试有没有错误。

我这里用mount -a测试了以后发现是某块硬盘的UUID出了问题,删了再重新reboot就好了。

参考:

https://blog.csdn.net/lemianli/article/details/86559691

https://blog.csdn.net/weixin_43759910/article/details/90643775

发表评论

表情:
评论列表 (有 0 条评论,105人围观)

还没有评论,来说两句吧...

相关阅读