Results 1 to 3 of 3

Thread: Samsung Chromebook -- how to decompress the image file kali-linux-1.0.6-armhf.img.xz

  1. #1
    Join Date
    2014-Mar
    Posts
    3

    Samsung Chromebook -- how to decompress the image file kali-linux-1.0.6-armhf.img.xz

    Trying to follow the instructions on http://docs.kali.org/armel-armhf/ins...ung-chromebook --

    Instructions say to download kali-linux-1.0.6-armhf.img.xz to my Chromebook.

    Now that I've got the file, how do I go about decompressing kali-linux-1.0.6-armhf.img.xz to get the image file, kali-linux-1.0.6-armhf.img ???

    Thanks for any help.

  2. #2
    Join Date
    2014-Mar
    Posts
    3
    On my Samsung Chromebook, tar -xJf wouldn't decompress a .xz file. Neither would gzip. Bummer!

    If this helps anyone, I downloaded the image file kali-linux-1.0.5-armhf-chromebook.img.xz from http://psg.mtu.edu/pub/kali-images/kali-1.0.5/ since according to other posts on this forum, the 1.0.6 version just won't work.

    Once kali-linux-1.0.5-armhf-chromebook.img.xz was on my laptop, I used 7zip (http://www.7-zip.org/) to decompress it. Then I set up an IIS FTP server on my laptop's Windows 7 OS and copied kali-linux-1.0.5-armhf-chromebook.img to the proper directory in IIS.

    Then on the Chromebook, I pointed its browser to ftp://10.0.0.2/ (my laptop IP address) and downloaded the image file into the Chromebook Download directory.

    Huge pain in the ***, but it worked.

  3. #3
    Join Date
    2014-Feb
    Posts
    309
    the J in your tar command tells tar to use bunzip2 to uncompress the file - an xz file is... xz - you'd need to unxz it - or if you have a 64bit system and want to get some warmth in your room, you can install pixz and run pixz -d ${filename} and that will decompress the file in parallel.

Similar Threads

  1. Samsung Series 5 550 Chromebook- Kali Linux
    By frafri in forum ARM Archive
    Replies: 0
    Last Post: 2015-08-18, 20:08
  2. Replies: 1
    Last Post: 2014-08-19, 13:35
  3. Samsung ARM Chromebook 1.0.6 image not booting
    By wetfeet2000 in forum ARM Archive
    Replies: 4
    Last Post: 2014-07-07, 19:57
  4. Install Kali Linux on a Samsung Chromebook
    By Enigma in forum Installing Archive
    Replies: 0
    Last Post: 2013-06-02, 08:03

Posting Permissions

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