-1

Running Ubuntu 14.04 (for now...) on a MacBookPro. I'm stuck with a full boot partition. No, sudo apt-get clean won't change a thing, stop repeating this to me. Looks to me like the default partition setup, when I first install this OS, just made boot too small, when it knew it was going to keep for no reason all previous version of its own kernel, every time it asks for update or upgrade (it's so clear...)

How do I fix this once and for all ? If it involves reformating the whole drive, it will be done with another OS. A one that works.

Seth
  • 59,332

1 Answers1

1

Remove the older (unused) kernel packages. From How to Remove unwanted Kernels from your system,

Open the Synaptic package manager from the System->Administration menu. Click the “Search” button on the tool bar and search for "linux-image-2". The results should show every available and installed kernel. A green box on the left indicates that the package is installed. The only linux-image you want installed is the latest one. Find the package corresponding to the kernel to you running currently (this is the kernel you found in the terminal window). Make sure you keep that one. Now you can uninstall the old kernels from the list by clicking their boxes and selecting “Mark for Removal”.

You can also get your current kernel with uname -a