Success!
I found that using the following code in Terminal (within the Mac OS) did the trick:
sudo dd if=/Users/USER-NAME/Downloads/clara_hd.img of=/dev/rdisk4 bs=1m
(USER-NAME is your account name on you Mac & clara_hd.img being the disc image)
Hopefully this is helpful for other Mac users who find themselves in a similar situation
|