I was running Ubuntu 20.04 LTS on my laptop and decided to upgrade to 22.04. The update went well until it came the time to update the kernel. The default Ubuntu partitioning scheme creates a 705 MB partition which ran out of space when updating grub (I guess). The result was a bricked laptop. I got a working system by removing linux-image-5.15.0.47
and falling back to 5.13.0.52
, but I don't get any kernel upgrades anymore.
How do I get back to the regular kernel upgrade path? I never installed any custom kernels as I mostly work remotely through SSH. I want to keep the 22.04 upgrade.
I did clean up the /boot
partition by uninstalling older kernel images, but I still do not get any kernel upgrades.
My laptop is a Lenovo Carbon X1
$ uname -a
Linux laptop 5.13.0-52-generic #59-Ubuntu SMP Wed Jun 15 20:17:13 UTC x86_64 x86_64 GNU/Linux
If I run sudo apt update
and then sudo apt upgrade
, it says there aren't any upgrades. If I use apt-cache search linux-image | grep generic
I can see linux-image-5.15.0-48-generic
as an available package. Why can't I update?
/boot
. It is unclear what you mean by that partition. Generally Ubuntu is installed on one partition unless lvm is used. If/boot
has no space, the system won't boot. – Pilot6 Oct 03 '22 at 17:17dist-upgrade
is not "distro upgrade" at all. – Pilot6 Oct 03 '22 at 17:185.13
kernel came from. How did you do your "distro upgrade"? And what doescat /etc/lsb-release
is showing? – Pilot6 Oct 03 '22 at 17:31