On Thu, Sep 26, 2019 at 11:48:30AM +0000, c...@riseup.net wrote: > On Thu, Sep 26, 2019 at 01:50:51PM +0200, steve wrote: > > Le 26-09-2019, à 11:36:33 +0000, c...@riseup.net a écrit : > > > > > > > > After applying your solution, it still does not work and gives me the > > > following error > > > > > > apt-get autoremove > > > Reading package lists... Done > > > Building dependency tree > > > Reading state information... Done > > > 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. > > > 1 not fully installed or removed. > > > After this operation, 0 B of additional disk space will be used. > > > Setting up linux-image-4.19.0-6-amd64 (4.19.67-2+deb10u1) ... > > > /etc/kernel/postinst.d/initramfs-tools: > > > update-initramfs: Generating /boot/initrd.img-4.19.0-6-amd64 > > > > > > gzip: stdout: No space left on device > > > > This your problem, no space left on devices. > > > > Please copy here the output of > > > > df -h > > > The following is the output: > > df -h > Filesystem Size Used Avail Use% Mounted on > udev 1.9G 0 1.9G 0% /dev > tmpfs 386M 6.2M 380M 2% /run > /dev/mapper/--vg-root 454G 113G 319G 27% / > tmpfs 1.9G 0 1.9G 0% /dev/shm > tmpfs 5.0M 4.0K 5.0M 1% /run/lock > tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup > /dev/sda1 236M 212M 12M 95% /boot > tmpfs 386M 8.0K 386M 1% /run/user/1000 >
Your /boot partition has only 12 MB free. Additionally, kernel 4.19.0-6-amd64 is quite old, as the current version is 4.19.0-11-amd64. What is the output of these commands? uname -a dpkg -l | grep linux Regards, -Roberto -- Roberto C. Sánchez