Those packages are of course already installed. $ dpkg -l linux-modules-6.8.0-60-generic linux-modules-extra-6.8.0-60-generic Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-====================================-============-============-================> ii linux-modules-6.8.0-60-generic 6.8.0-60.63 amd64 Linux kernel ext> ii linux-modules-extra-6.8.0-60-generic 6.8.0-60.63 amd64 Linux kernel ext>
So let's try re-generating the initramfs: $ sudo update-initramfs -c -k 6.8.0-60-generic update-initramfs: Generating /boot/initrd.img-6.8.0-60-generic I: The initramfs will attempt to resume from /dev/dm-1 I: (/dev/mapper/ubuntu-swap) I: Set the RESUME variable to override this. And yes, it's very similar to the previous one. $ ls -alcrt /boot # [redacted] -rw-r--r-- 1 root root 74876614 May 8 05:56 initrd.img-6.8.0-59-generic -rw-r--r-- 1 root root 74886373 May 23 16:27 initrd.img-6.8.0-60-generic It still doesn't boot. I'm going to attach some logs. The only thing that jumps out is the line "nvme 10000:01:00.0: enabling device (0000 -> 0002)" in the non-working kernel - and of course, lines where it detects the disk are missing in the non-working kernel. These are production systems so I don't know if we can spare the extended downtime needed for a bisect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2111521 Title: nvme no longer detected on boot after upgrade to 6.8.0-60 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2111521/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
