@irihapeti Thanks for the testing -- if you want to immediately apply the fix to your system you could do something like:
cat << EOF | sudo tee /etc/dracut.conf.d/zz-compression.conf compress_level_zstd="1" compress_level_xz="1" EOF Then try re-running dracut: sudo dracut --force /boot/initrd.img-$(uname -r) $(uname -r) Check the results in /boot look sane: ls -lh /boot/initrd.img-$(uname -r) The result should be in the region of 60+MB. Eventually, these same dracut settings will be written to /etc/dracut.conf.d/20-raspi- compress.conf when the ubuntu-raspi-settings SRU makes its way to resolute (it hasn't been accepted for building yet, so it's not even in resolute-proposed currently). I'll see what I can do about writing this up in the discourse thread. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2155094 Title: RPi 3B, Zero 2W, 4B: New boot assets in /boot/firmware/new failed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/2155094/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
