Update Manager offered me to install kernel 4.13.0.26 as the part of new security update. I installed it and it asked me to reboot my system. When I rebooted my system, GRUB offered me an option to select Ubuntu, Advanced Options for Ubuntu and some memtests. When I select Ubuntu, it fails to boot at all and restarts my computer. When I choose to boot my previous kernel 4.10.0.42, it starts normally? Should I still use 4.10.0.42 or try to update 4.13.0.26? How to fix this error?
Thankful in advance
sudo apt update && apt upgrade && apt dist-upgrade
: Check the kernel version that shows up in the "Packages to be installed" list, double confirm that it is newer than the non-booting version. – Mukesh Sai Kumar Jan 12 '18 at 18:35apt-cache policy linux-image
. Thecandidate
line would show you which kernel would be installed. – Mukesh Sai Kumar Jan 12 '18 at 18:48apt-cache madison linux-image*
? – Mukesh Sai Kumar Jan 12 '18 at 18:53