initramfs.bin.SD is a binary compiled for arm arquitecture , u must get a x64/x86 version of the executable or run in an arm
Ho can I do? Please explain me.
#Cut the header, leave restdd if=initramfs.bin.SD of=initramfs.gz bs=1 skip=64
#Make a temp directory for rootfsmkdir rootfs_unpacked
cd rootfs_unpacked
#Unpack initramfs to designated directory gzip then cpiozcat ../initramfs.gz | cpio -i
Profit))