df -h
gives:
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 799M 81M 718M 11% /run
/dev/mapper/buildingbase--vg-root 287G 27G 246G 10% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/vda1 472M 466M 0 100% /boot
/dev/vdb1 2.0T 647G 1.4T 32% /mnt/bigstorage
tmpfs 799M 0 799M 0% /run/user/1000
my kernel
uname -r
4.4.0-72-generic
And than my installed kernels...
dpkg -l | tail -n +6 | grep -E 'linux-image-[0-9]+'
as you can see NO OLDER KERNELS :-{
ii linux-image-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-75-generic 4.4.0-75.96 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-78-generic 4.4.0-78.99 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-79-generic 4.4.0-79.100 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-81-generic 4.4.0-81.104 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-83-generic 4.4.0-83.106 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-87-generic 4.4.0-87.110 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-89-generic 4.4.0-89.112 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-91-generic 4.4.0-91.114 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-92-generic 4.4.0-92.115 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
How can I clean up /boot
?
Of course
sudo apt-get autoremove
is not working... not enough space
apt
to remove kernels. – ravery Nov 14 '17 at 13:51sudo apt autoremove
more often. – Nov 14 '17 at 15:26again… /boot full
You made /boot too small and you do not seem to do routine maintenance . Perhaps you should put the kernel on hold =) – Panther Nov 14 '17 at 15:33