| Detecting/Removing Kernel Ok so, the kernel was updated when I was installing updates and I when I tried to remove the old kernel. It gave me an error telling me to rerun grub boot loader or something and when I tried to detect the kernels, I found that the kernel was still in the records but not when the computer was starting up. Quote:
<name>@Ubuntu:~$ dpkg --list | grep linux-image
rc linux-image-2.6.24-16-generic 2.6.24-16.30 Linux kernel image for version 2.6.24 on x86
ii linux-image-2.6.24-18-generic 2.6.24-18.32 Linux kernel image for version 2.6.24 on x86
ii linux-image-generic 2.6.24.18.20 Generic Linux kernel image
<name>@Ubuntu:~$ sudo apt-get remove linux-image-2.6.24-16-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package linux-image-2.6.24-16-generic is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
| What is going on here... |