Running FreedomBox on a Pi 3B+, FreedomBox version 24.3.
When running the software updates from the Software Updates tab in the Cockpit, I get the following error:
"Error while installing package: installed linux-image-6.1.0-15-arm64 package post-removal script subprocess returned error exit status 1
Please reload the page after resolving the issue."
This blocks all further updates of packages waiting to be upgraded.
I have no clue how to proceed from here. Any ideas?
Hello @DonQuishot ! I hope you have managed to resolve your issue by now. Just in case you haven’t, I wanted to share this possible solution with you. Making a quick search in the forum, I found this solution to a similar problem which I have already replied to some time ago. Please check the whole post and see if it applies to your case.
Hello AllanJD,
Your logs show this error:
cp: error writing ‘/boot/firmware/initrd.img-6.1.0-16-arm64’: No space left on device
It appears that the boot partition of your FreedomBox is out of space, likely due to old kernel images accumulating. To clear these out and potentially free up some needed space, you can run:
sudo apt autoremove
This command will remove unused kernel images. This step is generally enough to resolve the space issue in the boot partition and allow your FreedomBox u…
Also, I’ve found this other post in the forum which might help you as well:
You’re right: “auto-update to the next stable version” is risky indeed. So I deactivated it. Now there are no packages to be upgraded anymore. Thanks for your advices!
sudo apt update
[sudo] password for pi:
Hit:1 Index of /debian bookworm InRelease
Hit:2 Index of /debian bookworm-updates InRelease
Hit:3 Index of /debian bookworm-backports InRelease
Get:4 Index of /debian-security bookworm-security InRelease [48.0 kB]
Fetched 48.0 kB in 2s (22.8 kB/s)
Reading package lists… Done
Buildin…