I'm trying to get Kali Linux going on a Pi-2 with a 16 Gig SD.

I've tested the unit with a Ubuntu image and it works great. So it should be a hardware issue.

I'm using these official instructions:
https://www.offensive-security.com/k...sk-encryption/

DD runs and in my Kali Linux laptop I used the command:
lsblk -o KNAME,TYPE,SIZE,MODELC

to build the following DD command:
dd if=kali-1.1.0-rpi2.img of=/dev/mmcblk0 bs=4M

When this is complete it says it wrote the image, however when I try to mount it as the next steps in the FAQ prescribe, it says the file system is not recognized.

I also tried with the supplied SD card which came with the PI-2. This card will also not boot on the PI once written.

Any ideas for troubleshooting are greatly appreciated.

Thanks!