安装期间断电后根文件系统检查失败

Oo *_*oye 19 upgrade 10.10 11.04 system-installation

在升级的“安装”阶段出现电源故障。再次启动后报如下错误:

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)

小智 30

我遇到了同样的情况——升级过程中断电。

进入维护外壳,然后尝试以下操作:

sudo mount -o remount,rw /
sudo  dpkg --configure -a
sudo mount -o remount,ro /
sudo sync
sudo reboot
Run Code Online (Sandbox Code Playgroud)

(最后的重新安装/同步可能只是偏执狂,但以防万一......)