0

Possible Duplicate:
Is there a way to remove/hide old kernel versions?

I'm running from a low disk space two Ubuntu versions. I've installed Ubuntu 12.04 in a 6 GB disk partition, but after I updated it, the boot manager shows an older version of Ubuntu in the O.S. menu. I want to delete this old version so that I can free up disk space, as only 1 GB is left now.

2 Answers2

1

The bootloader shows "Older Versions of Ubuntu" this means older Kernel version actually, you can use programs like Ubuntu Tweak that let you run a janitor thruought your system and delete innecesary files such as older kernel versions

You can also use Synaptic Package Manager to do that, here Nixie Pixel explains it all in a cool little video :)

javebratt
  • 297
-1

You can delete the older Ubuntu version using Gparted to delete the partition where it's installed and later expanding the partition you want to occupy this empty space. Don't forget to save the files you have inside this partition (the one with old Ubuntu version).

To install Gparted type the following command on the terminal:

sudo apt-get install gparted

You can also install it via the Ubuntu Software Center

After modifying the partitions type the following command on the terminal to update the O.S. selection menu list:

sudo update-grub
Zignd
  • 10,812
  • Actually, these are not full-fledged Ubuntu installations and no extraneous partitions were added. These are just kernel versions. – nanofarad Sep 13 '12 at 20:00