【发布时间】:2020-05-29 10:23:46
【问题描述】:
是否有可能,当systemd进入紧急模式时,不是提示:
You are in emergency mode. After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):
等待用户输入,延迟后自动重启?
这在我的情况下是必需的,因为我正在努力将操作系统回滚到以前的状态,以防启动失败。
无论当前操作系统尝试启动时出现什么问题,都会发生这种情况。我还没有找到任何关于此的信息,所以任何建议都会有所帮助!
谢谢
【问题讨论】:
标签: updates systemd boot reboot systemctl