You are in emergency mode. After logging in, type "journalctl -xb" to view systen logs, "systemctl reboot" to reboot, "systemctl default" or "exit" to boot into default mode.
Cannot open access to console, the root account is locked. See sulogin(8) man page for more details.
Press Enter to continue.
您处于紧急模式。登录后,键入“journalctl-xb”以查看系统日志,键入“systemctl-reboot”以重新启动,键入“system ctl default”或“exit”以启动到默认模式。
无法打开对控制台的访问,根帐户已锁定。有关更多详细信息,请参阅sulogin(8)手册页。
按Enter键继续。
百度翻译一下,
可以键入“systemctl-reboot”以重新启动,键入“system ctl default”或“exit”以启动到默认模式。
大概是开机按什么键了,或者就是系统挂了
具体百度搜搜
什么是救援模式?
在 Linux 发行版中,救援模式等效于使用 SysV 作为默认的服务器管理器的 单用户(single user) 模式。在救援模式中,将挂载所有的本地文件系统,将仅启动一些重要的服务。但是,不会启动一般的服务(例如,网络服务)。
救援模式在不能正常引导系统的情况下是很有用的。此外,我们可以在救援模式下执行一些重要的救援操作,例如,重新设置 root 密码 。
什么是紧急模式?
与救援模式相比,在紧急模式中,不会启动任何的东西。不会启动服务、不会挂载挂载点、不会建立套接字、什么都不会启动。你将所拥有的只是一个 原始的 shell 。紧急模式适用于调试目的。