Helpful Post
ralfarof Feb 20, 2015 at 3:37 AM
On ARM devices you don't install the OS, you flash it.
Put you Pi's SD card on a Linux computer and run this as root or sudo:
BASH
dd if=/path/to/image of=/dev/sdx bs=1M
Being "/dev/sdx" the dev path to your Pi's SD card.