I have Ubuntu 10.10 and after few updates the boot menu lists many kernel versions. How do I remove older versions?
I think it's a good idea to keep at least two different versions though. However, I think this advice used to be more useful some time ago, because it seems the kernel gets more and more stable (I experience far less trouble than I used to), but maybe I'm lucky. |
|||
|
|
|
I just wanted say that don't remove the other installed kernels, you may need one of them one day. It actually happened to me, I had to update my ubuntu, and it installed a new kernel version after that. reboot choosing the new kernel, it crashs! (I guess the my VGA driver wasn't compatible with the new kernel version or something like that). Any way I rebooted choosing the old kernel, and it start working fine. My point is leave at least one that is working besides the newly installed one, you may gonna need it one day. |
|||
|
|
|
I'm adding a little to Tshepang:s answer. Since you can use uname -r and grep -v to remove the current kernel from the list.
|
|||
|
|
