Results 1 to 3 of 3

Thread: Write RaspberryPi Image to Sd Karte doesent work

  1. #1
    Join Date
    2013-Sep
    Posts
    1

    Post Write RaspberryPi Image to Sd Karte doesent work

    •Kali Version 1.0.5
    •Kali Architecture (32 bit, 64 bit, arm, armel) arm
    •Specific hardware models you are having trouble with (if relevant) RaspberryPi Model B
    •Any visible error messages you are getting. No
    •Any additional relevant logs and information as described in the Kali Troubleshooting documentation




    Ich Have Donwload the File for the RPI

    kali-linux-1.0.5-armel-rpi.img.xz

    I Write it with DD dd if=kali-linux-1.0.5-armel-rpi.img.xz of=/dev/mmcbk0 bs=512k

    It doesent Work

    I think i make a mistake

    anybody Help THX

  2. #2
    Join Date
    2013-Sep
    Posts
    4
    Try this
    1. Extract the .xz to get unzipped img file (you will have to find an extractor that supports zx extension);
    2. Run sudo before dd command if you are not logged as root;
    3. Make sure the path of your output file is correct. Most likely it will look like /dev/sdx in linux or /dev/diskX in OSX
    In osx you might want to use rdiskX instead or diskX to get faster writing;
    4. Make sure you enter the complete path of your input file. Or cd the directory of the file;
    5. Make sure there is No other thread like this before posting a question.

  3. #3
    Join Date
    2013-Sep
    Location
    TN
    Posts
    5
    NVM sorry missread this.
    Last edited by siouxscout; 2013-10-01 at 04:43.

Similar Threads

  1. Kali virtual image login/password credentials don't work
    By sunfish in forum Installing Archive
    Replies: 2
    Last Post: 2022-04-10, 12:30

Posting Permissions

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