首先,我是 Ubuntu 新手。我第一次在我姐姐的笔记本电脑上看到 Ubuntu。我升级了我姐姐的笔记本电脑,从 Ubuntu 14.04 升级到 16.04 后它无法工作。
现在只显示空白的粉红色并且大写锁定键闪烁。
GURB 中显示一个选项可以恢复到 14.04,但它会擦除所有我不想要的文件(是的,我可以通过按 Shift 键访问 GURB)。
这些是我在终端中使用的 cmd。
sudo apt update sudo apt dist-upgrade
cat /etc/lsb-release
sudo do-release-upgrade -d
升级时,出现了 3-4 次这样的选项(xxx= 一些我忘记的名字),我按了 Y。
Configuration file '/etc/xxx/xxxx.xxx' ==> Modified (by you or by a
script) since installation. ==> Package distributor has shipped an
updated version. What would you like to do about it ? Your options are: Y
or I : install the package maintainer's version N or O : keep your
currently-installed version D : show the differences between the versions
Z : start a shell to examine the situation The default action is to keep
your current version. *** Xxx.xxx (Y/I/N/O/D/Z) [default=N] ?
还出现了这个选项,它要求我输入一些密码。
Your system has UEFI Secure Boot enabled. UEFI Secure Boot is
not compatible with the use of third-party drivers.
(...) Ubuntu will still be able to boot on your system but these
third party drivers will not be available for your hardware.
Disable UEFI Secure Boot? (yes | no)
现在我遇到大麻烦了,因为她有过去 5 个月收集的一些重要的大学笔记。
我遇到大麻烦了,大家帮帮我吧。
答案1
大写锁定灯闪烁表示发生了严重崩溃。启动直到再次看到闪烁的大写锁定键,然后按下该ESC键,您可能会看到一个文本屏幕。用手机拍下它的照片,然后将图片添加到您的问题中,以便我们查看。
接下来让我们检查文件系统以确保没有任何错误。
- 启动到 GRUB 菜单
- 选择高级选项
- 选择恢复模式
- 选择根访问权限
- 类型
sudo fsck -f /
- 如果有错误,请多次运行 fsck
- 输入
ls -alt /var/crash
并写下您看到的带有今天日期的文件名,将该结果编辑到您的问题中。这些是崩溃原因的一些线索。 - 类型
reboot
- 看看你是否可以启动到 16.04,如果不行,请尝试以前的内核
- 报告