@rikardo While I appreciate the intent being shepherding the inexperienced, if the intent was to build a recent Ubuntu or Fedora installer, then why not call it that instead of directing all linux users to the gui installer?
I don't see how a shell script would be any more dangerous or difficult to use than the gui installer, it would be easier to use and more compatible because there are no dependencies beyond what is included in the base system of any linux distribution. Either way, GUI or shell script, the user has to ultimately select the target drive/microsd card.
If the XBian image can simply be dd'ed to a microsd card, why are there no instructions for this in the installation faq? I see that it says "If you are using a different operating system [than linux, windows, or OSX] you will have to download a XBian image and restore it to your SD card." here
http://www.xbian.org/getxbian/ but I wasn't sure if XBian would resize the partitions or not post dd.
I'm not trying to beat anyone up or be rude because I am grateful for the work that has gone into providing me with XBian, I just honestly find it very strange that chasing down dependencies is viewed as an easier solution to running a simple bash script. Also, if dd is the perfered method of installation for people who are nix savvy, why not just say so in the getting started area? I was honestly confused
@
f1vefour I had used dc3dd to write the image the first time with the default dc3dd settings, which I assume are bs=512.
In response to your suggestion, I zeroed the microsd card with dc3dd wipe=/dev/sdb. This time I decided to use dcfldd because couldn't find the man page for dc3dd to confirm that the default bs is 512, dc3dd's man page doesn't come with dc3dd.
I downloaded XBian_2015.02.21_rpi2.img.gz which was uploaded to sourceforge on 2015-02-21 and is 304.9 MB.
root@
laptop /home/USERNAME/Downloads/raspberry # lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 149.1G 0 disk
├─sda1 8:1 0 2M 0 part
├─sda2 8:2 0 17.7G 0 part /
├─sda3 8:3 0 131.1G 0 part /home
└─sda4 8:4 0 310M 0 part [SWAP]
sr0 11:0 1 1024M 0 rom
sdb 8:16 1 7.5G 0 disk
root@
laptop /home/USERNAME/Downloads/raspberry # dcfldd bs=512 if=XBian_2015.02.21_rpi2.img of=/dev/sdb
1135360 blocks (554Mb) written.
1135488+0 records in
1135488+0 records out
root@
laptop /home/USERNAME/Downloads/raspberry # sync
I plugged the MicroSD card into the raspberry pi 2 with the power off. Then I connected the power cable and after about 20 seconds of the bar moving beneith the XBian splash screen, the bar froze during init. I waited about 10 minutes with the bar frozen and then I pulled the power cable.
I plugged the power cable back in and the bar ran across the screen with the message "creating" for a long time. Keeping the horrifically slow IO on the raspberry pi 2 in mind, I allowed the XBian bar to run across the screen for probably 15 mins and left it alone. I really wish I could see the system boot text, which is useful instead of the splash screen that offers no useful information other than the bar moving across the screen to indicate that something is happening or the bar freezing to indicate that nothing is happening. Eventually the bar stopped moving and after waiting about five minutes I figured that this means that I should unplug and re-plugin the raspberry pi 2.
I plugged the power cable in a third time and Kodi turned on within 20 seconds. I ran a system update immediately via kodi's menu and several significant packages were updated including Kodi. Once the update was completed, I pressed "s" and rebooted XBian.
When the raspberry pi 2 rebooted, the XBian splash screen said "init process..." with the big X that gives no meaningful output and the bar moved across the screen for a long time. With the raspberry pi 2's horrifically slow IO in mind, I decided to leave XBian alone to do its thing for about 30 mins. The system never got past the "init process" splash screen and I can't see any output, or login via SSH, so I have no idea what the problem is.
I unplugged the power and plugged it back in because this seemed to work the first three times. The bar just runs across the screen forever and Kodi never starts.