Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 698  / 1 Year ago, fri, april 7, 2023, 8:02:02

my server running Ubuntu 12.04.4 LTS has two kernel images in /boot
at the moment 3.11.0-19 and 3.2.0-60

And every time i do a dist-upgrade the both get updated.

Is this necessary or how can i remove the "oldest" one?



as Nux said i've removed older kernels. now it shows:



dpkg --list | grep linux-image

linux-image-3.11.0-20-generic 3.11.0-20.34~precise1

Linux kernel image for version 3.11.0 on 64 bit x86 SMP

linux-image-3.2.0-54-generic 3.2.0-54.82

Linux kernel image for version 3.2.0 on 64 bit x86 SMP

linux-image-generic-lts-saucy 3.11.0.20.18

Generic Linux kernel image



and uname -r still says 3.2.0-54
why not 3.11.0-20 ?


More From » 12.04

 Answers
4

You can know what version you are using :



uname -r


To remove old kernels just follow this answer :



How to remove old kernels


[#25492] Sunday, April 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
luringdge

Total Points: 3
Total Questions: 126
Total Answers: 109

Location: India
Member since Sun, Feb 6, 2022
2 Years ago
;