5.40.48 kernel upgrade problem

my problem has been resolved.
If dual boot windows & zorin os: boot windows 10 first then open the System Configuration Utility by using the keyboard shortcut "Windows Key + R" and the "Run" window will open. In the text box, write “msconfig” and press Enter or OK and the MsConfig window will open. check selective boot and then restart. then boot into Zorin os then load the partition on the hard disk open the terminal then run

sudo dpkg --configure -a

then run

sudo apt-get upgrade

and reboot. problem will be resolved.

1 Like

Well done you. :wink: And thanks for sharing.

you’re welcome :blush: :blush: :slightly_smiling_face:

I have successfully installed the 5.5.18 kernel. i want to delete the 5.5.1 kernel. how to safely delete the 5.5.1 kernel? I tried sudo apt autoremove it couldn’t. thank you

Try Synaptic. Remove “linux-headers” package in addition to “linux-image” package. For terminal method you can try https://unix.stackexchange.com/questions/445669/how-to-safely-remove-old-kernels-headers-and-libraries but I think Synaptic is easier.

2 Likes