Hi Ian, Can you please make sure the modules and modules-extra packages are installed?
$ sudo apt install linux-image-6.8.0-60-generic linux- modules-6.8.0-60-generic linux-modules-extra-6.8.0-60-generic linux- headers-6.8.0-60-generic If they are, try regenerate your initramfs: $ sudo update-initramfs -c -k 6.8.0-60-generic $ sudo update-grub If that doesn't work, then let me know. I had a quick look at the differences between -59 and -60: $ git log --grep "nvme" --oneline Ubuntu-6.8.0-59.61..Ubuntu-6.8.0-60.63 50ac8af9dbf6 nvme-pci: 512 byte aligned dma pool segment quirk e23211aecfc3 PCI: vmd: Create domain symlink before pci_bus_add_devices() Nothing really interesting. "nvme-pci: 512 byte aligned dma pool segment quirk" mostly adds a 512 byte alignment setting for steam decks. I also had a look at pci commits, but nothing really related to nvme either. We can maybe do a bisect if we need to, let me know if you are keen. Thanks, Matthew -- 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
