How to remove Linux kernel 2.6.30

Asked by Mr. MInhaj

I compiled and installed Linux Kernel 2.6.28.30 in my PC to test it.
It is too much buggy.
How I can remove it ?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Mr. MInhaj
Solved:
Last query:
Last reply:
Revision history for this message
JLR (artirj) said :
#1

Just go to synaptic and search "linux"; delete any package marked with 2.6.30 .

Revision history for this message
Mr. MInhaj (imhell99) said :
#2

I tried that before but i found nothing.
This kernel is not provided in synaptic.
i got a list of installed packages by "dpkg --get-selections > installed-software"
but there i found nothing related to 2.6.30 ( there were linux-image-2.6.28-14-generic : my currently installed kernel but nothing with 2.6.30)

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Can you please copy and paste the result of this terminal command:

dpkg -i | grep -i linux | grep -i 2.6

and

lsb_release -sd

thank you

Ubuntu precompiled .deb kernels packages http://kernel.ubuntu.com/~kernel-ppa/mainline/

Revision history for this message
Mr. MInhaj (imhell99) said :
#4

thank you