Not enough free disk space
The upgrade has aborted. The upgrade needs a total of 103 M free space on disk '/boot'. Please free at least an additional 12,4 M of disk space on '/boot'. You can remove old kernels using 'sudo apt autoremove' and you could also set COMPRESS=xz in /etc/initramfs-tools/initramfs.conf to reduce the size of your initramfs.
i have tried deleting old kernels, clean up with tweak and boot does not empty
any hints of what and how i should delete from the following, are welcome
1,5M /boot/abi-4.15.0-23-generic
213K /boot/config-4.15.0-23-generic
221K /boot/config-5.0.0-31-generic
221K /boot/config-5.0.0-32-generic
6,7M /boot/grub
57M /boot/initrd.img-4.15.0-29-generic
13M /boot/initrd.img-4.4.0-62-generic
41M /boot/initrd.img-5.0.0-32-generic
12K /boot/lost+found
180K /boot/memtest86+.bin
182K /boot/memtest86+.elf
182K /boot/memtest86+_multiboot.bin
4,3M /boot/System.map-5.0.0-31-generic
4,3M /boot/System.map-5.0.0-32-generic
8,5M /boot/vmlinuz-5.0.0-32-generic
sudo du -sh /boot/* gives bash: /usr/bin/sudo: Permission denied
sudo du -sh /boot/*
.sudo apt autoremove
should have cleared out some old kernels but sometimes things get gunged up. – Oli Oct 30 '19 at 21:47