As a work around you can specifically add the zfs module (if its in your kernel) with:
$ cat /etc/initramfs-tools/hooks/zfs #!/bin/sh . /usr/share/initramfs-tools/hook-functions manual_add_modules zfs $ update-initramfs -u -k all -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737592 Title: no zfs module in initramfs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1737592/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
