Doh -- that one's my fault; included it in the kernel command line and completely forgot to include a patch in ubuntu-raspi-settings to add it to the set of modules for initramfs-tools to include in the initrd.
The workaround for now:
$ sudo -i # echo zstd >> /etc/initramfs-tools/modules # echo z3fold >> /etc/initramfs-tools/modules # update-initramfs -u
I'll try and get this added to ubuntu-raspi-settings shortly.
Doh -- that one's my fault; included it in the kernel command line and completely forgot to include a patch in ubuntu- raspi-settings to add it to the set of modules for initramfs-tools to include in the initrd.
The workaround for now:
$ sudo -i tools/modules tools/modules
# echo zstd >> /etc/initramfs-
# echo z3fold >> /etc/initramfs-
# update-initramfs -u
I'll try and get this added to ubuntu- raspi-settings shortly.