Hi,
I recently got bought my first Raspberry Pi 2 Model B to use with Pi Musicbox v0.6. I downloaded the img file from [Pi Musicbox][1] and installed the img file using [Raspberry Pi’s instructions][2] and got the following:
$sudo dd bs=1m if=musicbox0.6.img of=/dev/rdisk2s1
965+0 records in
965+0 records out
1011875840 bytes transferred in 92.251424 secs (10968674 bytes/sec)
```
At this point I am no longer able to mount the SD card. I get the error "The disk you inserted was not readable by this computer." when inserting it into my Mac. When I insert the SD card into the Pi and power it up i get a steady green light indicating that [no boot code has ever been executed][3]. I've formatted the SD card to MS DOS (FAT) (Equivalent to FAT32 right?) through Disk Utility as told in [this issue][4] but it's still not working. When trying to mount through Disk Utility I get an error saying I should repair the disk. When repairing I get the following output:
Verify and Repair volume “disk2s1”
Repairing file system.
** /dev/rdisk2s1
Invalid BS_jmpBoot in boot block: fab800
File system check exit code is 8.
Updating boot support partitions for the volume as required.
Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
Is there something wrong with the img file or am I just doing something completely wrong?
I'm using:
- Macbook Pro (Mid 2014) OSX v10.10.4
- Raspberry Pi 2 Model B
- SanDisk microSDHC Ultra
All help is appreciated!
EDIT:
Couldn't include more than 2 links so here's the one not included in the text
3: `http://elinux.org/R-Pi_Troubleshooting#Red_power_LED_is_on.2C_green_LED_does_not_flash.2C_nothing_on_display`
4: `https://discourse.mopidy.com/t/raspi-not-booting/820`
[1]: http://www.woutervanwijk.nl/pimusicbox/
[2]: https://www.raspberrypi.org/documentation/installation/installing-images/mac.md
[3]: http://elinux.org/R-Pi_Troubleshooting#Red_power_LED_is_on.2C_green_LED_does_not_flash.2C_nothing_on_display
[4]: https://discourse.mopidy.com/t/raspi-not-booting/820