Bug 515626 - kernel panic after last update [solved]
Summary: kernel panic after last update [solved]
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR grave
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-06 14:24 UTC by Duns
Modified: 2026-02-06 14:50 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
from terminal, after a boot using the previous kernel (5.34 KB, text/plain)
2026-02-06 14:24 UTC, Duns
Details

Note You need to log in before you can comment on or make changes to this bug.
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!