I just bought Raspberry Pi Model B and 32GB Class 10 Samsung SD card. I downloaded the Kali Linux 1.06a Raspberry Pi image from this website: http://www.offensive-security.com/ka...mage-download/
Because I have dual-booted my laptop as Windows 8 and Ubuntu 12.04, I opened my Ubuntu, and checked the partition in which my SD card was located. It showed the partition name as "mmcblk0", and my SD var was in "/dev/mmcblk0p1" partition. So, I ran the command: "sudo dd if=kali-linux-1.0.6a-rpi.img of=/dev/mmcblk0p1 bs=512k", and waiting for it do finish it's job. Then, when I inserted my SD card to my Raspberry Pi, and connected it with my monitor using HDMI, and powered on, it couldn't connect with monitor. I guess simply, because it couldn't read anything inside the SD card. I though, maybe my Raspberry Pi or the SD card was faulty so tried downloading the NOOBS from Raspberry Pi's official website, formatting my SD card with SDFormatter and extracting NOOBS to my SD card. When I did all this, and plugged my Pi with monitor and powered on, it was working just fine. So, I guess it is either something with the Kali image that I downloaded or with linux command. Can anyone help me?