Kernel removed after installing new kernel?

Librem5 installs the latest Kernel. Are old Kernel removed when a new Kernel is installed?

To determine the version of the current running kernel:

uname -r

To list kernels and initial ramdisks stored in /boot:

That will tell you if old kernels are removed (I’d expect at least one former kernel is still available).

1 Like

Yes at least one former kernel remains available.

1 Like

uname -r shows only one remaining Kernel. Thank you.

That would be expected on a new or recently flashed device if the image is recent.
As it would be using the latest available kernel, so no kernel updates in the first days/weeks and no old kernel to leave after the update.

… shows the currently booted kernel.

1 Like