Ubuntu Version:
24.04 LTS
Problem Description:
About 2 to 3 months ago, an update to the Linux kernel by Ubuntu made it so I was unable to boot my computer. To fix it, I switched what kernel image I boot to.
A few days ago, this update was applied yet again, making it impossible once more to boot. I switched which kernel is booted once more.
This issue is different from other ones already presented for the same kernel version. In particular, I am getting past the GRUB phase. And I do not get a kernel panic.
Instead, I get dropped off at initramfs, with an error about the kernel giving up because it is unable to load the Root partition (that it must have loaded before in reality to get that far).
I have attached the dmesg of the initramfs issue, if it can help.
I would like to understand how I can debug this issue to fix it by changing some configuration on my end, or submitting a patch if it is another kind of problem.
I would also suggest that Canonical immediately stops pushing the kernel 6.17.0-14-generic update in general to LTS users. This set of kernel versions is known to cause problems, both on this forum and online, so it makes no sense to push it on users who just want to use an LTS for work or similar.
Relevant System Information:
My Laptop is an MSI Vector 16 HX A13VHG.
Screenshots or Error Messages:
Pastebin of dmesg of the kernel crashing at boot: https://pastebin.com/9rZtTNpD
Pastebin of dmesg of the kernel booting fine with the earlier version: https://pastebin.com/ivP3hneb
EDIT: Fixed, the issue was virtualbox-dkms. The module is unable to build for kernel 6.17.0-14. This causes the installation of the kernel to hang, causing the issue I reported above.