Latest Zorin System updates brokes my system

Today i installed the latest Zorin system updates. After reboot i was not able to boot zorin anymore. Booted only into busybox. Rolled back a 3 day old backup from timeshift. Now my system is working again.

Zorin OS 18 Core is installed on a Beelink S12 Mini Computer (Intel N100). It was an upgrade from Zorin OS 17 Core.

For now i will stay without updates. So i have a working system.

Hi. I am suspecting that this could be the infamous kernel 6.17 issue. Unfortunately your screenshot on available updates does not give enough information.

When you get a notification of updates you can, before accepting to install, get more information by left-clicking on the arrow head to the left of each update which rotates 90 degrees clockwise to expand the information as to what is going to be installed. There is a way to install a higher kernel than 6.17 (I think) and the way to install a higher kernel is in Tutorials & Guides; I will post link here.

1 Like


Seems you are right. Kernel 6.17

Yep, 6.17 is a bugbear.

Please take a look at @Aravisian 's tutorial on installing a higher/newer kernel:

1 Like

We are told to update for safety and security.
Yet, updates can stall a system out.

1 Like

Thanks so much! Which Kernel should i choose? There are three options.

I let @Aravisian answer this one.

I do not know which three are shown, but the 6.14.0-37-generic is safe, if shown.

1 Like

I only have these for 6.14.x

I rolled back my system so i should be on the older kernel already. Should i choose a newer one so i can do updates again?

You can set it to default boot to the 6.14, then let the upgrader run as you wish:

This removes the problem of marking a hold on Kernel packages. Using apt-mark is easy - but can get complicated with kernels.

1 Like

Before i break something again i used now these command to exclude the 6.17.0‑19 Kernel Version:

sudo apt-mark hold linux-image-6.17.0-19-generic
sudo apt-mark hold linux-headers-6.17.0-19-generic

Now the updater works and dont install this Kernel. I am now on the 6.17.0-14.14 which works. A newer Kernel should then gets installed when available. Hopefully this one doesn't break my system again. :sweat_smile:

5 Likes

Additionally, It is still a w.i.p. but please feel free to download the Unofficial Manual for Zorin 18 Core r.3 from here:

I updated my Zorin 18 VM in VMware (Latest Version). It seems this Kernel Version is completely garbage. It booted after update into Zorin. But for now i cant do updates in gnome software anymore. Got a red circle in the taskbar with Permission Denied and the Gnome Software tool doesnt install anything. Stuck at update loading screen. Maybe zorin should block this Kernel version, so other users dont crash their systems without knowledge.

1 Like

This morning, first Zorin update of my life : no more hdmi screen, no more trackpad, no more wifi, no more lan and no timeshit... I want to cry :cry:

I'm so sorry. Luckily i had setup timeshift few days before this kernel desaster.

I had the same experience as other users. I'm running Zorin18 Core on a desktop. The automatic update from Linux kernel 6.17.0-14-generic to 6.17.0-19-generic broke both my GeForce GTX1050 graphics card (so poor display resolution) and BrosTrend AC1200 USB WiFi Adapter (so no Internet). I rebooted and pressed ESC to get to the GRUB menu Advanced Options, then told it to boot with the old kernel, and all was well. Thanks Sbstn for telling me how I can put the new kernel on hold so that I don't have to go to GRUB every time I boot. I agree that Zorin should pull this update.

2 Likes

After rebooting again, I found that apt-mark hold commands that Sbstn posted did NOT prevent 6.17.0-19 from loading for me; I still had to go the grub menu to get back to 6.17.0-14. (I already turned off automatic updates in the settings.) Was there something else that was necessary to roll back before running those commands in the terminal? Is there any way to clean 6.17.0-19 from my system?

You have already installed the 6.17.0-19 Kernel? You have to do these commands before you update. So the Kernel update isnt showing in the Updater. If you have already installed the new kernel i have no idea.

You can remove the kernel:

sudo apt remove --purge linux-image-6.17.0-19-generic

Thanks. I guess the new, broken, kernel version must have installed automatically. You said in one of your posts "I had set up timeshift a few days before" -- now I see that timeshift is a Linux utility much like Windows system restore. I'll try installing that now that grub has booted my system with 6.17.0-14 and see if it can help.