Created attachment 189285 [details] from terminal, after a boot using the previous kernel SUMMARY Today, after upgrading and restarting I have a kernel panic. And I can boot (normally) only from the previous kernel STEPS TO REPRODUCE 1. Update and upgrade the system 2. Reboot 3. Kernel panic OBSERVED RESULT Kernel panic booting, I can boot only from a previous kernel EXPECTED RESULT A normal boot with the last kernel SOFTWARE/OS VERSIONS Operating System: KDE neon User Edition KDE Plasma Version: 6.5.5 KDE Frameworks Version: 6.22.0 Qt Version: 6.10.1 Kernel Version: 6.14.0-37-generic (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics Memory: 16 GiB of RAM (13,5 GiB usable) Graphics Processor: AMD Radeon Graphics ADDITIONAL INFORMATION
Solved: it was a VirtualBox problem. I did: sudo apt remove --purge virtualbox virtualbox-dkms sudo dkms remove virtualbox/7.0.16 --all || true and sudo apt --fix-broken install sudo dpkg --configure -a and sudo apt install --reinstall \ linux-image-generic-hwe-24.04 \ linux-headers-generic-hwe-24.04 then reboot: all ok!