This is what I did , worked perfectly
Write your image to the usb 3.0 stick ( I used Mark Rich but Tuxens works great as well )
Format a SDcard with minimum 128MB ( or any larger size or speed )as fat label it SYSTEM.
Plug the USB stick and the SDcard into the computer.
Now copy all the 10 files from the USB stick and onto the SDcard:
Code:
bootcode.bin, cmdline.txt, config.txt,
fixup.dat, kernel.img, LICENCE.broadcom,
openelec.ico, README.md, start.elf, SYSTEM
After that pull the USB stick out from the computer to avoid editing the wrong files just set it a side.
On the sdcard open the file cmdline.txt in notepad and change the following line:
Code:
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 ssh quiet
Into:
Code:
boot=/dev/mmcblk0 disk=/dev/sda2 ssh quiet
but do this instead
boot=/dev/mmcblk0p1 instead of mmcblk0 in cmdline.txt since two partitions where created on the sdcard by the image
then hit dev update grab the latest nightly for all the updates
Thanks to Tuxen for this