因此,在升级到Ubuntu16.04之后,系统启动到命令行登录。它引发以下错误:
/usr/lib/ubuntu-release-upgrader/release-upgrade-motd: 39: /usr/lib/ubuntu-release-upgrader/release-upgrade-motd: cannot create /var/lib/ubuntu-release-upgrader/release-upgrade-available: Read-only file system
usr/lib/update-motd-fsck-at-reboot: 33: /usr/lib/update-notifier/update-motd-fsck-at-reboot: cannot create /var/lib/update-notifier/fsck-at-reboot: Read-only file system
cat: /var/lib/update-notifier/fsck-at-reboot: No such file or directory
run-parts: /etc/update-motd.d/98-fsck-at-reboot exited with return code 1当我搜索这个问题时,我尝试过一些事情,比如使用fsck启动live,但是它们都没有起作用。
发布于 2017-04-10 19:49:59
试着按住"Shift“将引导进入Grub菜单。选择“高级”或“恢复”选项。这通常是第二个选择。
你会被引导到基于文本的菜单。
选择“根外壳”选项。
调查。检查日志。
试着以读/写的方式重新安装根目录:
mount -o remount,rw /如果它不起作用,检查失败的原因。
退出根壳。你会被带回基于文本的菜单。
选择恢复启动的选项。
https://unix.stackexchange.com/questions/317604
复制相似问题