Hi Luis, First, be sure that the new policy is applied with the "apt-cache policy": the " *** " package will be used on next installation.
Then, you can remove the package with: apt-get remove --purge linux-headers-6.8.0-45 linux-headers-6.8.0-45-generic linux-image-6.8.0-45-generic linux-modules-6.8.0-45-generic linux-modules-extra-6.8.0-45-generic linux-tools-6.8.0-45 linux-tools-6.8.0-45-generic An finally install all as fresh: apt-get install linux-headers-6.8.0-45 linux-headers-6.8.0-45-generic linux-image-6.8.0-45-generic linux-modules-6.8.0-45-generic linux-modules-extra-6.8.0-45-generic linux-tools-6.8.0-45 linux-tools-6.8.0-45-generic Alternative you can force the version that you see in the policy info adding version on cmd, like: apt-get install linux-modules-6.8.0-45-generic=6.8.0-45.45 (for each package) Let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2082946 Title: Kernel 6.8.0-45-generic fails to boot on 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2082946/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs