I have tried all the steps listed at Not enough free space to update. This is the "Not enough free space" message I get:
- The upgrade needs a total of 107 M free space on disk
/boot
. Please free at least an additional 22.3 M of disk space on/boot
. Empty your trash and remove temporary packages of former installations usingsudo apt-get clean
.
This is all I have in my /boot
partition:
dpkg -l "linux-image*" | grep "^i"
ii linux-image-4.10.0-24-generic 4.10.0-24.28 amd64 Linux kernel image for version 4.10.0 on 64 bit x86 SMP
ii linux-image-extra-4.10.0-24-generic 4.10.0-24.28 amd64 Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
ii linux-image-generic 4.10.0.24.26 amd64 Generic Linux kernel image
This tells me my /boot partition is 64% full:
sudo df -h Filesystem
Size Used Avail Use% Mounted on udev
1.4G 0 1.4G 0% /dev tmpfs
276M 8.8M 267M 4% /run /dev/mapper/ubuntu--vg-root
914G 16G 853G 2% /tmpfs
1.4G 1.8M 1.4G 1% /dev/shm tmpfs
5.0M 4.0K 5.0M 1% /run/lock tmpfs
1.4G 0 1.4G 0% /sys/fs/cgroup /dev/sda1
236M 143M 81M 64% /boot tmpfs
276M 172K 276M 1% /run/user/1000
I have emptied my trash and uninstalled old kernels. Do you have anything else I can try to remove excess content from /boot
?