Ubuntu Version: 26.04
Desktop Environment (if applicable): GNOME
Problem Description:
On Ubuntu 24.04 and prior:
- On booting, Grub would allow you to choose which kernel to boot from (default to the latest one).
- You could manually install or remove kernels, including non-standard ones (I used the latter with
zabblywhen helping a dev to debug a regression and as a temporary workaround for my problem).
I’ve installed Ubuntu 26.04 using TPM-backed full-disk encryption (FDE). On this:
-
Grub doesn’t offer which kernel to boot from. It just boots from the latest version.
-
I can’t even see which versions are installed. I used to use
apt list --installed 'linux-image*', but 26.04 returns nothing. -
I have tried manually installing a different kernel using
apt install, but on rebooting the machine, the installed kernel mysteriously disappears.
So, my questions are:
- How do you select a previous kernel when booting, eg if the latest update fails to boot properly?
- How do you see which kernels are installed?
- How do you install a different kernel, specifically:
- An older kernel?
- A non-standard kernel, eg
zabbly?
Relevant System Information:
I’m still learning and testing Ubuntu 26.04, so this is in VirtualBox (host: Ubuntu 24.04), in case it makes a difference.

