"Kernel Panic" after updates, Zorin 18 with Linux 6.17.0-14 not loading

Hi @Ponce-De-Leon ,

I do have this package installed, I can see it in my package installer and when I do apt list broadcom-sta-dkms:


(sorry about the bad pic quality, version 6.14 is acting weird and I can't really click on things in my browser so I'm sending this from a different computer)

It looks like there are 2 versions of this package,:

  • broadcom-sta-dkms/noble-updates, noble-updates, now 6.30.223.271-23ubuntu1.1 all
  • broadcom-sta-dkms/noble, noble 6.30.223.271-23ubuntu1 all

The first one is the one that is installed. I could try to remove it and install the other version if you think that would help? How would I do that? I tried to refer to the version to install with '=' but it didn't work.

Thanks!

In your case, it is definitely conflicting with the broadcom driver.

Seems to me... the 6.17 kernel is more trouble than it is worth for you.
Why not stick to 6.14?

@Aravisian 6.14 is acting up, my mouse cursor is blinking, the keyboard works irregularly and selecting menus in my browser is inaccurate and jumpy. If 6.14 was what I was using before the update, it seems it has been corrupted by the update as well..

Ah. I was going by your previous statement.

Yes, before the update it was working fine.. I don't know what's happening!

1 Like

Virtualbox is not the problem in your case if you don't have installed the program. It is a software for virtual machines which isn't preinstalled in Zorin. It is also not contained in the kernel.

1 Like

So... We stand witness...

To what the latest actually offers us.
True on Windows OS. Just as true on Zorin OS.

When users get on here and post "But the stuff in the repository is old. It's like... six months old! It's outdated!"
The word is not 'outdated', it is 'stable.' Had time to find and work out the bugs and regressions.

Observers: Take note.

@Leonos, you have Secure Boot enabled. What I am seeing in your output is a DKMS failure.
What if you disabled Secure Boot in your BIOS settings, temporarily, in order to see if we can fix this issue?
You may need to enroll the broadcome-sta driver to sign for it for MOK, for Secure Boot.

Maybe this will be of value: Fixing broadcom-sta-dkms on Ubuntu 24.04 Noble Numbat · Kuan-Yi Li's Blog (from: https://www.reddit.com/r/linux_on_mac/comments/1qvzvzo/comment/o3rhkhc/)
It seems broadcom-sta-dkms_6.30.223.271-23ubuntu1.1 needs to be updated to broadcom-sta-dkms_6.30.223.271-23ubuntu1.2
My problem was similar (Zorin Core on MacBookAir5,2) and this solved it. Hope it helps.

4 Likes

Thank you @radiokop - could you explain how to update to a specific version? I'm sorry, I'm a linux newbie :persevering_face:
(I tried to look online for this but it isn't clear how to do this)

EDIT: never mind, I will try the instructions from your link!

No problem, I'm a relative newbie myself.
On the blog post link I provided the following commands are provided:

cd /tmp
wget https://archive.ubuntu.com/ubuntu/pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb
sudo apt install ./broadcom-sta-dkms_6.30.223.271-23ubuntu1.2_all.deb

Paste it in Terminal to execute the command to install the latest dkms source for the driver.

1 Like

@radiokop you are my saviour!!
IT WORKED!

Thank you so much, I'll mark your post as solution if I can!

3 Likes

My pleasure! Glad to be of help.

2 Likes

Thank you very much for the analysis and tip.

After updating VirtualBox to release 7.2.6 via the Debian package (https://download.virtualbox.org/virtualbox/7.2.6/virtualbox-7.2_7.2.6-172322~Ubuntu~noble_amd64.deb) and running the commands you mentioned, the problem has been resolved.

1 Like

I’m facing a very similar issue on Zorin OS 18 after the recent updates with kernel 6.17.0-14.

In my case it didn’t result in an immediate kernel panic, but Wayland completely broke: white screen, wrong resolution, applications opening black, virtual keyboard appearing randomly, and the system becoming barely usable.

Switching from Wayland to Xorg restores normal behavior, which strongly suggests a regression related to the graphics stack in this kernel update, especially on older Intel integrated graphics.

So even when the system still boots, the update effectively breaks Wayland. This doesn’t seem like an isolated case.

For now, staying on Xorg and avoiding further kernel updates appears to be the safest workaround until this is properly fixed.

1 Like

Hi @martigej, welcome to the forum and thanks for sharing. There definitely seems to be a lot of problems with this kernel update and I hope someone somewhere is trying to fix them.

In the meantime my friend who recently installed ZorinOS also got problems with the new kernel (6.17) when trying to switch NVIDIA drivers and he's now had to revert to 6.14.
My own computer has started acting slightly weird again with 6.17, especially with my browser (Vivaldi) flickering, the keyboard not being responsive and the mouse acting weird too. These problems disappear when I used Brave instead. I haven't tried to switch to xorg like you but maybe I should!

Would you happen to have a NVIDIA graphics card by any chance? Or maybe you have Virtual box (if so, see earlier answers in this thread)?

In any case, if you wanted to try and fix it, you could maybe run the instructions suggested by @Aravisian here - these helped narrow my problem down to the broadcom-sta package. Or it could also be a Secure boot problem if you have that enabled...

1 Like

Hi, thanks for the reply.

Here are the correct details of my system:

Zorin OS 18 (based on Ubuntu 24.04 “noble”)
Kernel 6.17
Intel integrated graphics only (no NVIDIA)
No VirtualBox installed
Secure Boot disabled

Important clarification:
I did not revert the kernel.

The issue was related to Wayland.
Switching from Wayland to Xorg at the login screen fixed the problem immediately.

Issues observed only under Wayland:

Keyboard input becoming unresponsive or delayed
Mouse behaving erratically
General UI instability
Virtual keyboard showing up randomically

Under Xorg, the system is stable again.

This machine uses Ethernet only (no Broadcom Wi-Fi), so broadcom-sta is not involved.

Let me know if you want more specific info.

PS: I hope someone could work in a solution...

1 Like

Welcome to the Forum!

What for an Intel Processor do You have?

My mom's computer (on which I had installed Zorin 18) kept becoming unresponsive after the update to 6.17.0-14. It turned out the system kept putting the main partition into read-only mode.
After booting with 6.14 again and a conversation with AI, it turns out this is apparently a SSD driver timing bug introduced with 6.17; the AI says that Samsung drives are particularly vulnerable.
I think Zorin should urgently hold the rollout of this particular kernel update.
For myself, on the advice of AI, I pinned linux-image-6.17.0-14-generic and the corresponding headers and modules packages.

Thx for this page it help me fix the exact same problem.

1 Like

Yes...