ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

【Ubuntu】『You are in emergency mode, After logging in, type “journalctl -xb“ to view system logs,...』

2026/8/11 2:43:23 拓冰建站 浏览量
【Ubuntu】『You are in emergency mode, After logging in, type “journalctl -xb“ to view system logs,...』

1. 问题描述


今天在启动Ubuntu系统时遇到如图所示的问题,不过我也不太懂怎么处理,就请教了一下ChatGPT;

2. 解决方案

1)查看系统卡住的原因

看本次启动的错误日志(最后几十行最有用)

journalctl -xb -p err --no-pager|tail-n200