Results 1 to 4 of 4

Thread: Kali Linux ARM Images - Compressed data is corrupt

  1. #1
    Join Date
    2016-Mar
    Location
    NYC
    Posts
    15

    Exclamation Kali Linux ARM Images - Compressed data is corrupt

    I have downloaded Kali ARM image for ASUS Chromebook Flip and even though SHA256Sum provided at Kali Linux ARM Images are match:

    Code:
    $ sha256sum kali-2017.01-veyron.img.xz 
    5da758a4bbe3712bbac4b33547a0e025f87995198a95cfd6185b1a9cd7d6d95c  kali-2017.01-veyron.img.xz
    $
    compressed data is corrupt:

    Code:
    $ unxz --test kali-2017.01-veyron.img.xz 
    unxz: kali-2017.01-veyron.img.xz: Compressed data is corrupt
    $
    Please advise.
    Last edited by alexus; 2017-05-01 at 16:28.
    meh

  2. #2
    Join Date
    2016-Mar
    Location
    NYC
    Posts
    15
    Is there any ETA on when non-corrupted image would be available for download?
    Last edited by alexus; 2017-06-06 at 21:49.
    meh

  3. #3
    Join Date
    2014-Feb
    Posts
    309
    Hey Alexus,

    Thanks for the report - despite the image corruption with --test, the image still worked, and tools like pixz were extracting it (what is used to create the image);

    That said, I've generated a new 2017.1.1 image and added unxz --test to one of the test suite that gets run when images are generated so that this doesn't occur in the future. They should be up on the mirrors now.

    If you have any more issues please let me know!

  4. #4
    Join Date
    2016-Mar
    Location
    NYC
    Posts
    15
    Quote Originally Posted by steev View Post
    Hey Alexus,

    Thanks for the report - despite the image corruption with --test, the image still worked, and tools like pixz were extracting it (what is used to create the image);

    That said, I've generated a new 2017.1.1 image and added unxz --test to one of the test suite that gets run when images are generated so that this doesn't occur in the future. They should be up on the mirrors now.

    If you have any more issues please let me know!
    Thank you for getting back to me, per your comment I gave it a try and it seems to be fine now:

    Code:
    $ wget https://images.offensive-security.com/arm-images/kali-2017.01-veyron.img.xz
    --2017-06-08 15:41:33--  https://images.offensive-security.com/arm-images/kali-2017.01-veyron.img.xz
    Resolving images.offensive-security.com (images.offensive-security.com)... 192.99.63.209, 198.255.36.10, 199.189.86.7, ...
    Connecting to images.offensive-security.com (images.offensive-security.com)|192.99.63.209|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1138130500 (1.1G) [application/x-xz]
    Saving to: ‘kali-2017.01-veyron.img.xz’
    
    100%[============================================================>] 1,138,130,500  778KB/s   in 22m 48s
    
    2017-06-08 16:04:21 (812 KB/s) - ‘kali-2017.01-veyron.img.xz’ saved [1138130500/1138130500]
    
    $ sha256sum kali-2017.01-veyron.img.xz 
    f36865ece710f097ee92551db424535738f2c5e61226956752f1417064608f5e  kali-2017.01-veyron.img.xz
    $ unxz --test kali-2017.01-veyron.img.xz 
    $ echo $?
    0
    $
    meh

Similar Threads

  1. Nexus 6p + LineageOS 17.1 + NetHunter = corrupt /data partition
    By aaronouthier in forum Installing NetHunter
    Replies: 3
    Last Post: 2021-04-04, 08:37
  2. Replies: 0
    Last Post: 2020-08-06, 09:13
  3. XZ-compressed data is corrupt - System halted
    By Morteryler in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-12-19, 16:16
  4. Error starting Live USB - XZ-compressed data is corrupt
    By hackin88 in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2015-06-04, 15:29
  5. Corrupt HDD after Kali Linux install
    By hs_sobolev in forum Installing Archive
    Replies: 4
    Last Post: 2014-01-05, 22:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •