Bug 515626

Summary: kernel panic after last update [solved]
Product: [KDE Neon] neon Reporter: Duns <web>
Component: generalAssignee: Neon Bugs <neon-bugs-null>
Status: RESOLVED FIXED    
Severity: grave CC: carlosd.kde, jr, neon-bugs-null, web
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: from terminal, after a boot using the previous kernel

Description Duns 2026-02-06 14:24:20 UTC
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
Comment 1 Duns 2026-02-06 14:50:21 UTC
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!