Splitting the image into 50 MiB chunks seems to have allowed me to successfully attach everything.
``` $ sha256sum bug_inducing_initramfs.img && split -b 50M bug_inducing_initramfs.img 05f9d16db930fc154c6964db5d035592563bae488e38d2051d595ba46c7fc3cc bug_inducing_initramfs.img $ ls bug_inducing_initramfs.img symlink xaa xab xac xad xae $ sha256sum xa* de33dceb173973e5ff6a268e342f8112e49d160f22590a29d5c0841bacc30bdd xaa d0f588034cba78c3373fd9dea048347c97fb19a21230725044abccde9f05de02 xab bb02d10bdfd58d506f29264c3ac2318ca21e2afc0fc49c389f96f1ac9f92fd79 xac 80d4c2beb59d28cf317b1a96549d13f9d187c32fdb3e157905e4e8a7285d02d4 xad 2315d108fe75a7a8b1970eae5d127f02f9832490d4e7e99a6445a4b91826f8dd xae $ cat xa* > recombined.img $ sha256sum recombined.img 05f9d16db930fc154c6964db5d035592563bae488e38d2051d595ba46c7fc3cc recombined.img $ ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1999881 Title: unmkinitramfs fails with symlinked zstd compressed initrds To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1999881/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
