OK. I can report success.
The dd command issued above took forever to run (2 to 3 hours). I rebooted to CB2 running 12.1 XBMC
To recap, this is the process I used:
I downloaded the 40 GB image (link posted above)
I went to the Openelec site and downloaded the “boot from USB” image.
I used USBIT to copy the image to my USB stick.
I put the USB stick in the ATV1 and plugged in the power. It booted to Openelec’s XBMC
System storage shows
sbd1 as flash,
sdb2 - 3,1 G as storage
sda4 - 35.8G as Media
sda3 - 900.0M as OSboot
I get the IP address of the ATV1 from XBMC System.
I use the IP address with Filezilla to logon to the Openelec (user-root, pw-openelec)
I copy the CB2 40 GB image to /storage on the ATV1.
I then used Putty to SSH into ATV1 and ran this command
dd if=/storage/crystalbuntu2.img40GB.bz2 | bzip2 -d | dd of=/dev/sda
It takes forever so be patient. When you get a command prompt, you can reboot to CB2.
Next question, how can I update the XBMC 12.1 to Kodi 14.2
I’ve used these commands to update to
sudo -s
initctl stop xbmc
wget http://download.crystalbuntu.com/xbmc/xbmc-13-20140506.tar.gz
tar -xzf xbmc-13-20140506.tar.gz -C /usr
initctl start xbmc
I see problems with these. One, it’s an older version of XBMC and I assume http://download.crystalbuntu.com/xbmc no longer exists. Any help would be appreciated