**** BEGIN LOGGING AT Mon Dec 06 02:59:57 2021 Dec 06 13:28:09 Hello. I am running a RPi 3B with Ubuntu 21.10 arm64. The board has 1GB of RAM. It seems like recently the default initramfs algorithm was changed to zstd. After installing linux-modules-extra-raspi, it seems like the initramfs generation compression stage runs out of memory, because every time the machine hangs at 100% CPU and 100% memory for at Dec 06 13:28:09 least 24 hours. I switched the algorithm to gzip and it finishes within seconds. Is this expected? Dec 06 13:29:28 five6433, interesting -- I hadn't seen this on the 1GB Pis but it is a known issue on the zero 2 (and presumably 3A+) with 512MB. The bug tracking the issue (with an alternate workaround of using lz4) is here: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1950214 Dec 06 13:35:35 To be honest, I have a few more initramfs packages, so that's likely why Dec 06 13:37:55 five6433, ah -- well it's definitely an issue anyway! For now, gzip or lz4 are a good workaround; for jammy I'm intending to add an override to ubuntu-raspi-settings to force lz4 (as in hirsute) instead of the zstd default (which will also have to introduce a dep on lz4, and I have some admin hoops to jump thru there). I should be able to SRU that to impish shortly after but you've already discovered a decent workaround anyway :) Dec 06 13:56:28 yeah, I tried lz4 first, but mkinitramfs complained that it's not installed and defaulted to gzip Dec 06 13:56:50 I appreciate the proactive efforts in fixing it though! **** ENDING LOGGING AT Tue Dec 07 02:59:56 2021