The Linux disk image has been tar gzipped as a sparse file. It must be unzipped as a sparse file to ensure proper operation. For example:

tar xzSf filename.tgz

The "S" flag tells tar to handle the file as sparse.