0

How do I fix The following: The upgrade needs a total of 76.2 M free space on disk '/boot'. Please free at least an additional 76.2 M of disk space on '/boot'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.

  • I've tried numerous suggestions but to no avail. – user224615 Mar 13 '14 at 02:14
  • Removing old kernels, as Avinash Raj suggested, hasn't worked? Can you provide details about what you did, whether or not you were able to remove any old kernels, how many you removed, how much if any space was freed, etc.? Alternatively, if you're having trouble removing old kernels or if you're worried about making sure not to remove the kernel the system currently depends on--which is a reasonable concern, you should not uninstall that one!--please let us know. – Eliah Kagan Mar 13 '14 at 07:04

1 Answers1

0

From the error report, it clearly says that you have to free up some space around 80 MB on your /boot partition or you have to increase the size of /boot partition.

Mainly /boot partition contains old(unused) kernals.Removing all of them will give you some space.See this question for how to free up some space in your /boot partition.

If you want to increase the size of /boot partition, then you have to boot from Ubuntu live disk or gparted live disk.Freeup some space from other partition and add it to your /boot partition.

Avinash Raj
  • 78,556