我希望能够使用进度指示器禁用我在启动时看到的 Ubuntu 启动画面,并将其替换为启动过程的纯文本读数(例如您可以通过esc在启动画面)。这可能吗?
我不是要禁用 X 并进入纯文本登录,我是问如何用点停用“Ubuntu”加载屏幕,以便我可以看到启动过程的文本输出 - 正在启动的进程,内核消息等。当我写这个问题时,我不是在问如何完全禁用 X,只是在启动启动画面。
在升级的“安装”阶段出现电源故障。再次启动后报如下错误:
init: udevtrigger main process (420) terminated with status 1
init: udevtrigger post-stop process (428) terminated with status 1
init: udevmonitor main process (419) killed by TERM signal
The disk drive for / is not ready yet or not present
Continue to wait; or press S to skip mounting or M for manual recovery
Run Code Online (Sandbox Code Playgroud)
按 M 会给我以下消息:
Root filesystem check failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and reboot the system.
Run Code Online (Sandbox Code Playgroud) 我是ubuntu 12.04,尝试升级,升级后黑屏,重启时报如下错误:
Filesystem check or mount failed. A maintenance shell will now be
started. CONTROL-D will terminate this shell and continue booting
after re-trying filesystems. Any further errors will be ignored
root@ptp:~#
Run Code Online (Sandbox Code Playgroud)
我用谷歌搜索了错误并尝试了以下命令:
sudo mount -o remount,rw /
sudo dpkg --configure -a
sudo mount -o remount,ro /
sudo sync
sudo reboot
Run Code Online (Sandbox Code Playgroud)
从Ubuntu 13.04 到 13.10:文件系统检查或挂载失败
似乎对其他人有效,但在插入第二行后对我无效,它因以下错误而中止:
processing was halted because there were too many errors.
Run Code Online (Sandbox Code Playgroud)
我也尝试了其他命令,但是在我插入“重新启动”命令后它不起作用,而且我不能再在上面写任何其他命令。
有什么帮助吗?