>>516
boot.imgを展開した?
下記みたいに

$ unpackbootimg_script -i boot.img -o ./ > boot_info.txt
$ gzip -dc boot.img-ramdisk.gz | cpio -i
あるいは
$ lzcat boot.img-ramdisk.gz | cpio -i