Forum

Full Version: OSX Installer broken, can't boot from latest image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just got my rpi 2, and I'm trying to install xbian on it.

Unfortunately, the installer fails to run now... I'm getting a weird /bin/sh error, although the installer doesn't appear to be a shell script: Screenshot


I'm running OSX Yosemite 10.10.3.

Then I figured I could just try directly loading the latest img file form the website, but that's not working either.

Maybe I'm just doing it wrong... I used dd to write the img file directly to my SD card, but it doesn't boot. Also, I noticed that it only partitioned about 1 GB of my 16 GB SD card, which makes sense, since that's the size of the img file... obviously I need a different method for writing the img to an SD card...I guess that's what the installer is good for...or would be, if it worked... Smile
(19th May, 2015 05:30 PM)CurlyMo Wrote: [ -> ]Can you join this:
https://github.com/xbianonpi/xbian/issues/675

Can I build the OSX installer from the repo? I couldn't find it...
(19th May, 2015 02:46 PM)partap Wrote: [ -> ]I just got my rpi 2, and I'm trying to install xbian on it.

Unfortunately, the installer fails to run now... I'm getting a weird /bin/sh error, although the installer doesn't appear to be a shell script: Screenshot


I'm running OSX Yosemite 10.10.3.

Then I figured I could just try directly loading the latest img file form the website, but that's not working either.

Maybe I'm just doing it wrong... I used dd to write the img file directly to my SD card, but it doesn't boot. Also, I noticed that it only partitioned about 1 GB of my 16 GB SD card, which makes sense, since that's the size of the img file... obviously I need a different method for writing the img to an SD card...I guess that's what the installer is good for...or would be, if it worked... Smile

you do not need the installer ... just download and unzip the img file.
in shell cd Downloads,
run sudo dd if=file.img of=/dev/rdisk2 bs=2m

it writes the file in about 30 seconds.

Cheers
Derek
(31st May, 2015 12:29 PM)thewebexpert Wrote: [ -> ]you do not need the installer ... just download and unzip the img file.
in shell cd Downloads,
run sudo dd if=file.img of=/dev/rdisk2 bs=2m

As I mentioned in my initial post, that didn't work either...

I was able to get it working using the Windows installer, just wondering what's up with the OSX installer...
dd always works, the installers just do what dd does, it is a very low level call.

on osx, you probably just have to go into disk management and unmount the drive (not eject it) and double check it is rdisk2 and not a different number (for example if you had a usb drive plugged in, your xbmc card could be rdisk3.)

Derek
I've used dd to write bootable SD cards many times, but the xbian image I tried would not boot. A 1GB partition was created on the card after writing, so it seemed to have worked, but it wouldn't boot.

I didn't investigate it any further, since the windows installer worked later...just reporting it...

Maybe when I tried the windows installer it downloaded a newer img file ...dunno...
Same problem here - OSX version of the installer from Sourceforge - error..

/bin/sh: -c: line 0: syntax error near unexpected token `3'
/bin/sh: -c: line 0: `/Users/Ed/Downloads/XBian-installer-OSX (3)/XBian-installer.app/Contents/MacOS/XBian-installer' (2)
Please post this on github.
Reference URL's