Pi Musicbox image not booting on R-Pi 2 Model B

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

You could try:

instead of

That would be my guess too. From the install docs you linked to:

Identify the disk (not partition) of your SD card e.g. disk4 (not disk4s1).

Ah, that’s probably it! Followed the (Mostly) Graphical Interface and skipped the Command Line instructions and therefor got confused

… will display the BSD name as “/dev/disk1s1” or similar, allowing you to skip the previous two steps.

Will try it out when I get home from work!

Yup, that was it! Will probably not do that mistake again…

Thank you!