I'm running Debian Buster and ran the usual check for updates etc. commands
When I did the system update I hit this error
update-initramfs: Generating /boot/initrd.img-4.19.0-22-amd64
pigz: abort: write error on <stdout> (No space left on device)
E: mkinitramfs failure cpio 141 pigz 28
update-initramfs: failed for /boot/initrd.img-4.19.0-22-amd64 with 1. dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)
so it looks like I'm running out of space and it could be the linux image(s) I have taking up space? Is that correct?
What is the best way to remove some of the old ones safely?
Or am is mis-reading this?
Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going' avon[at]bbs.nz | bbs.nz | fsxnet.nz
I'm running Debian Buster and ran the usual check for updates etc.
update-initramfs: Generating /boot/initrd.img-4.19.0-22-amd64
pigz: abort: write error on <stdout> (No space left on device)
E: mkinitramfs failure cpio 141 pigz 28
update-initramfs: failed for /boot/initrd.img-4.19.0-22-amd64 with 1.
so it looks like I'm running out of space and it could be the linux image(s) I have taking up space? Is that correct?
What is the best way to remove some of the old ones safely?
so it looks like I'm running out of space and it could be the linux image(s) I have taking up space? Is that correct?
What is the best way to remove some of the old ones safely?
Or am is mis-reading this?
so it looks like I'm running out of space and it could be the linux image(s) I have taking up space? Is that correct?
I'm running Debian Buster and ran the usual check for updates etc.
commands
When I did the system update I hit this error
update-initramfs: Generating /boot/initrd.img-4.19.0-22-amd64
pigz: abort: write error on <stdout> (No space left on device)
so it looks like I'm running out of space and it could be the linux image(s) I have taking up space? Is that correct?
What is the best way to remove some of the old ones safely?
Avon wrote (2022-12-18):
I'm running Debian Buster and ran the usual check for updates etc. commands
When I did the system update I hit this error
update-initramfs: Generating /boot/initrd.img-4.19.0-22-amd64
pigz: abort: write error on <stdout> (No space left on device)
so it looks like I'm running out of space and it could be the
linux image(s) I have taking up space? Is that correct?
What is the best way to remove some of the old ones safely?
Your boot partition is full. Try
$ apt list 'linux-image*'
or
$ dpkg -l 'linux-image*'
or
$ ls -la /boot
to list the installed linux images.
If autormove doesn't work, try to remove them manually
$ apt purge linux-image-<insert version here>
Sysop: | Chris Crash |
---|---|
Location: | Huntington Beach, CA. |
Users: | 585 |
Nodes: | 8 (0 / 8) |
Uptime: | 28:04:51 |
Calls: | 10,757 |
Files: | 5 |
Messages: | 452,137 |