PDA

View Full Version : Raspberry Pi 2 Model B Issues



rickyoswald
2016-04-04, 19:19
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


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:

http://i.imgur.com/Np4XRLN.jpg

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.


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

security nut
2016-04-11, 20:45
Try this:

https://forums.kali.org/showthread.php?30483-kali-on-R-Pi2-log-in-screen-no-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.