Ubuntu 双启动失败,加载 UEFI:db X.509 证书 (-65) 错误

Ubuntu 双启动失败,加载 UEFI:db X.509 证书 (-65) 错误

我有一台双启动(Windows 8.1 和 Ubuntu 18.04)东芝 Satellite C55-A5310 笔记本电脑,今天早上出现以下错误

Problem loading UEFI:db X.509 certificate (-65) 
Superblock last mount time is in the future.  
(by less than a day, probably due to the hardware clock being incorrectly set)

注意:系统长期以来一直运行正常,没有问题,并且我定期安装推荐的更新。

我运行Journalctl -xb并观察到以下错误

Problem loading UEFI:db X.509 certificate (-65)
fsck failed with exit status 4
failed to start file system check on /dev/disk/by-uuid ubuntu
/lib/systemd/system-generators/friendly-recovery failed with exit status 1

我已确认已secure boot禁用。我还检查了时钟Hwclock,没有发现任何问题。

我也执行了sudo fdisk -l,下面是输出

在此处输入图片描述

我相信 Linux 文件系统是/dev/sda9。我原本希望看到Linux filesystem,但不明白为什么它显示Microsoft basic data

以下是报告的 UEFI 错误Journalctl -xb

在此处输入图片描述

在此处输入图片描述

笔记:通过执行,fsck /dev/sdx我能够解决failed to start file system check。查看参考中的 fsck 错误以获取更多详细信息

问题:什么原因导致无法启动?我该如何修复该问题?

我查看了一些帖子,寻找根本原因和可能的纠正措施。

参考:

相关内容