Hi Luis, Okay, thanks for trying. I was hoping you had a initramfs that was incorrectly generated, but it seems not.
So, the difference between -44-generic and -45-generic is just these: ubuntu-noble$ git log --oneline Ubuntu-6.8.0-44.44..Ubuntu-6.8.0-45.45 b31b11ad980d (tag: Ubuntu-6.8.0-45.45) UBUNTU: Ubuntu-6.8.0-45.45 80aee5b54fcd UBUNTU: [Packaging] debian.master/dkms-versions -- update from kernel-versions (main/s2024.08.05) 30b54a7061fc UBUNTU: link-to-tracker: update tracking bug d3a7b3c2d68f UBUNTU: Start new release 77858f52dd73 (origin/master-next--s2024.08.05-1) bpf: Fix overrunning reservations in ringbuf f247a593f1c5 f2fs: Add inline to f2fs_build_fault_attr() stub 25ca97f68e89 f2fs: check validation of fault attrs in f2fs_build_fault_attr() e645c1eb26d8 net: dsa: mv88e6xxx: Correct check for empty list e284afa003ed tcp_metrics: validate source addr length c422976ff650 drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc ffcaefaca580 scsi: mpi3mr: Sanitise num_phys This was a minimal fix CVEs only security SRU cycle, not much really changed at all, which is why I am a little confused. There's nothing in here that would break your UUID lookup for your /etc/fstab. Hmm. Can you run: $ ls -l /dev/disk/by-uuid/ and see if the same UUIDs output match those in your /etc/fstab file? Don't change your fstab file just yet, I really don't want to break it so -44-generic doesn't boot, that would be bad. Thanks, Matthew -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2082946 Title: Kernel 6.8.0-45-generic fails to boot on 24.04 Status in linux package in Ubuntu: New Bug description: The system is an ASUS Vivobook laptop with a Intel Core i7 chipset. Yesterday the updates brought in a new kernel image: 6.8.0-45-generic. Boot has failed since, apparently it is not able to find the root volume and drops back to the initramfs prompt. No error messages are shown during the failed boot process, however, when I try to quit the initramfs prompt a few messages appear (see image attached). With the original kernel (6.8.0-44-generic) the system boots fine and the HDD is working as expected. The contents of the `fstab` file are below. ``` $ cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a device; this may # be used with UUID= as a more robust way to name devices that works even if # disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> UUID=F8F9-FF58 /boot/efi vfat defaults 0 2 UUID=e13ff5f9-7a98-4e01-873f-b1a0fd440c77 / ext4 defaults 0 1 UUID=5d3a8f7f-d08f-4f65-bcda-55d3fa5f6cbd /home ext4 defaults 0 2 /swapfile none swap sw 0 0 tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 ``` Please let me know if I can provide further information. Thank you for reading. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2082946/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp