UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm looking to clean up older versions of Ubuntu from my hard drive as well as merely from the GRUB menu. I know that editing the /boot/grub/menu.lst file will clean up the menu, but what about the actual older kernels and other related stuff? Shouldn't those also be removed? I found the /lib/modules/ directory. Do those and/or other files need to be deleted? Would deleting them cause problems?
OK. I notice that this thread has been viewed 18,510 times but I appear to be the only one with a further question!
Having looked-up 'linux-image' in Synaptics Package Manager, how do I know which ones are safe to remove?
Am I to be guided by the checkboxes on the left (some grayed-out, some with an icon?) or if they don't have an entry in the 'Installed Version' column?
Complete noob to any form of linux and do not want to risk any harm to system!
@Tim Silver,
The command uname -a in a terminal will tell you which kernel you are running as opposed to which kernels you may have available. Mine looks like this:
Code:
tred@vaio:~$ uname -a
Linux vaio 2.6.24-19-generic #1 SMP Wed Jun 4 16:35:01 UTC 2008 i686 GNU/Linux
tred@vaio:~$
So I can remove all kernels, and headers and sources except2.6.24-19-generic
In practice, I like to keep at least one "old" kernel, in case I find that the latest one has broken something that used to work with the older kernel.
I hope I'm not hijacking a thread - but this is very related.
I'm running dual boot Ubuntu 8.04 and Windows Vista. I understand that when Ubuntu 8.04 is replaced by the next full incarnation of Ubuntu - it can be installed by simply 'updating' - which I understand. However, I have grub set up to launch Vista/Longhorn as default, and have edited grub's menu.list so that this remains the case when new kernels of Hardy are introduced, removing the old kernels, as suggested above. My question is, would the new full version of Ubuntu retain my grub settings, or will I need to edit a new version of grub, as I did the old one?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.