无法启动,内核崩溃

无法启动,内核崩溃

内核崩溃 启动错误

重启时显示上述错误图像。机器昨天完全关闭。今天重启时自动更新了 BIOS。此后尝试重启时显示错误。如何纠正此问题?

操作系统:Ubuntu 23.04

桌面

-rw-r--r--  1 root root    276021 Aug 14 16:59 config-6.2.0-31-generic
-rw-r--r--  1 root root    276021 Aug 14 14:07 config-6.2.0-32-generic
drwx------  4 root root      4096 Jan  1  1970 efi/
drwxr-xr-x  5 root root      4096 Sep  9 15:38 grub/
lrwxrwxrwx  1 root root        27 Sep  5 10:14 initrd.img -> initrd.img-6.2.0-32-generic
-rw-r--r--  1 root root 127978381 Aug 30 10:06 initrd.img-6.2.0-31-generic
-rw-r--r--  1 root root 128301803 Sep  9 16:16 initrd.img-6.2.0-32-generic
lrwxrwxrwx  1 root root        27 Sep  5 10:14 initrd.img.old -> initrd.img-6.2.0-31-generic
-rw-r--r--  1 root root    138712 Feb 11  2023 memtest86+ia32.bin
-rw-r--r--  1 root root    139776 Feb 11  2023 memtest86+ia32.efi
-rw-r--r--  1 root root    144312 Feb 11  2023 memtest86+x64.bin
-rw-r--r--  1 root root    145408 Feb 11  2023 memtest86+x64.efi
-rw-------  1 root root   8167532 Aug 14 16:59 System.map-6.2.0-31-generic
-rw-------  1 root root   8168955 Aug 14 14:07 System.map-6.2.0-32-generic
lrwxrwxrwx  1 root root        24 Sep  5 10:14 vmlinuz -> vmlinuz-6.2.0-32-generic
-rw-------  1 root root  13829480 Aug 14 17:32 vmlinuz-6.2.0-31-generic
-rw-------  1 root root  13833896 Aug 14 14:08 vmlinuz-6.2.0-32-generic
lrwxrwxrwx  1 root root        24 Sep  5 10:14 vmlinuz.old -> vmlinuz-6.2.0-31-generic

sudo fsck -f /
fsck from util-linux 2.38.1
e2fsck 1.47.0 (5-Feb-2023)
/dev/sda3 is mounted.
e2fsck: Cannot continue, aborting.

有时我可以通过 GRUB 进行恢复。但不是每次都有效

答案1

您可以尝试调用grub(启动时按ShiftEsc)并使用另一个内核。如果有帮助,则说明您尝试启动的内核有问题。

我遇到过类似的情况。原因是文件夹内存不足/boot,导致内核无法正确安装。解决方案是删除旧内核。

相关内容