gunzip is "broken" in that it won't try to extract a file with an 'unknown' suffix. do this:
Code:
mv files.cpio.gz-i686 files.cpio-i686.gz && gunzip files.cpio-i686.gz
That should extract the files.
EDIT:
At least the gzipped part. Post the error messages you get and we can help you better.