Results 1 to 2 of 2

Thread: Raspberry Pi 2 Model B Issues

  1. #1
    Join Date
    2016-Apr
    Posts
    1

    Raspberry Pi 2 Model B Issues

    I'm trying to get Kali Linux (ARM) installed on my pi. I had NOOBS on an 8gb microSD card previously and decided to overwrite it.

    I used dd to write the Kali ARM image that is designed for my Raspberry Pi 2 Model B

    Code:
    sudo dd if=~/Downloads/kali-2.1.2-rpi2.img.xz of=/dev/sdb bs=512k
    When I put the microSD back into my pi the red and green lights came on but none of my peripherals turned on (keyboard & mouse) and my monitor received no input signal. I sat for a few minutes staring at a blank screen and nothing changed.

    I instead tried the disk image writer that is provided with Kali to write the image. Using this method the pi boots, but eventually stops at this screen:



    I verified the sha1 of the downloaded image, tried dd again, and tried the disk image writer provided with Kali again, and had the same results.

    Code:
    sudo dd if=~/Download/kali-2.1.2-rpi2.img.xz of=/dev/sdb bs=4M; sync

  2. #2
    Join Date
    2016-Mar
    Posts
    15
    Try this:

    https://forums.kali.org/showthread.p...keyboard-stuck

    Last post.

    I had the same/similar results and it was because I had the WRONG image file.

    Good luck and I hope it helps.

    Oh, just to let you know, this isn't the end of your problems. I am about 2 steps ahead and stuck on the next one:
    How to get out of KIOSK MODE and how to get the EDIMAX WiFi dongle working.

    If you find out how to do those, please let me know.

Similar Threads

  1. Raspberry Pi 3 Model B
    By astrojoe in forum ARM Archive
    Replies: 2
    Last Post: 2016-12-31, 15:48
  2. Raspberry pi 2 model B problem !
    By solomonk in forum ARM Archive
    Replies: 3
    Last Post: 2015-10-17, 21:29
  3. Wifi scanning on Raspberry Pi Model A
    By cdf123x in forum How-To Archive
    Replies: 1
    Last Post: 2013-04-13, 09:20

Posting Permissions

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