我尝试更新到 20.04.2.0,但我认为不是 100% 确定,启动时
/dev/sda2: unexpected inconsistency run fsck manually
我运行了 fsck -yf /dev/sda1,因为我是个即插即用白痴。现在我收到如下无法启动的错误
/sbin/init: error while loading shared libraries: libsystemd-shared-245.so: cannot open shared object file: no such file kernel panic - not sybcing: Attempted to kill init! exitcode=0x00007f00
然后又有很多其他行以内核崩溃结尾。没有运行启动 usb 就无法访问终端窗口。遗憾的是我也不记得我的用户名了
答案1
您已运行fsck
,sda1
但错误是针对的sda2
?
从错误中可以看出, libsystemd-shared-245.so
找不到该文件,该文件fsck
可能已被移动到/lost+found
目录中。
最好的办法是重新安装 Ubuntu,但如果没有这个选项,我会从 ubuntu iso 启动,然后重新安装systemd
,其中包含libsystemd-shared-245.so
mount /dev/sda2 /mnt
chroot /mnt /bin/bash
apt-get reinstall systemd
这可能是硬件故障造成的;检查驱动器错误:
smartctl --all /dev/sda