首頁 > 軟體

CentOS 7開機出現welcome to emergency mode! 解決方法

2020-06-16 17:09:13

CentOS7.3昨天用的還好好的的,但是今天開機提示如下(如圖提示):
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???):

經過排查是因為我之前在/etc/fstab寫入了光碟自動掛載,但開機有沒有掛載成功導致的。

處理辦法:自動掛載的那個fstab檔案有問題,你在這個介面直接輸入密碼,然後把你增加的刪除,重新啟動就OK
1:登陸root 亂碼也輸入密碼
2: vim /etc/fstab ,檢查磁碟掛載資訊
3:注釋掉自己增加的內容,如果確定不在使用可以刪除
4:重新啟動OK。

報這個錯誤多數情況下是因為/etc/fstab檔案的錯誤。注意一下是不是載入了外部硬碟、記憶體或者是網路共用空間,在重新啟動時沒有載入上導致的。

本文永久更新連結地址http://www.linuxidc.com/Linux/2017-08/146347.htm


IT145.com E-mail:sddin#qq.com