Where can I find clearer updates from the Zorin team regarding the system? I had some problems with kernel 7.0 and asked how to revert to 6.17, which I managed to do. But now a menu appears when I start my PC showing the kernel versions. When did this update arrive? Thank you for your attention!
It's a bit tricky. You have to follow the news from Ubuntu teams and the kernel teams to see what's up.
The boot menu properly appeared when you followed a guide on howto revert to previous kernel. The menu has always been there, but hidden by default.
1 Like
If you want to avoid having to pick your kernel every time you boot, you can edit your grub file
sudo nano /etc/default/grub
then edit so that the first two lines are
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
Then ctl+O to overwrite and ctl+X to exit the editor'
then sudo update-grub
This should remember your kernel selection each time you boot