[Q] Error when unpack boot.img-ramdisk.gz

Search This thread

somboons

Senior Member
Apr 25, 2011
3,183
4,477
Bangkok
Hi guys,

I do step by step from this thread
http://xdaforums.com/showthread.php?t=1477845

for unpack boot.img

step command

sudo cp mkbootimg /bin/
sudo chmod 755 /bin/mkbootimg
perl split_bootimg.pl boot.img
mkdir ramdisk
cd ramdisk
gzip -dc ../boot.img-ramdisk.gz | cpio -I

when I use the last command it's show error message
cpio: premature end of archive

what's wrong?
attachment.php
 

Attachments

  • 2014-03-29_215112.png
    2014-03-29_215112.png
    110.7 KB · Views: 3,197

Top Liked Posts