[WINDOWS] HOW-TO create an OpenELEC.tv installation USB stick from Windows

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sraue Offline
Team-XBMC Developer
Posts: 795
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Thumbs Up  [WINDOWS] HOW-TO create an OpenELEC.tv installation USB stick from Windows Post: #1
This HowTo describes the creation of an USB Installer Stick under any Windows OS to install OpenELEC.tv on an other USB or (e)SATA Devices with this Stick.

The latest version of this document you find in the documentation section of http://www.openelec.tv

To create an Installation USB Stick:

  1. First download the latest image from our downloadsite. Be sure you download at least r3375.
  2. Extract the image with an program that handles *.tar.bz2 files - like 7-Zip. Be sure you have extract the *.bz2 file as well the *.tar file inside the *.bz2 file. You have now an filesystem structure with sample config files for various bootloaders, the target file directory with the OpenELEC.tv kernel, system and installer, the license files, the 3rdparty stuff, like syslinux for Windows and some other things.
  3. Take an USB Stick (at least 128MB). You can use an already FAT16/FAT32 formatted USB Stick or reformat the Stick. Be sure you use an Volume Label (on this example i use "INSTALL").

    [Image: format_usb_stick.jpg]
  4. Open your command line, for this simply go to "Start" and search for "cmd":

    [Image: start_cmd.jpg]
  5. Now change your directory to your extracted image files with (example - use the directory name for your downloaded image):

    Code:
    cd Desktop\OpenELEC-generic.i386-devel-20100704-r3373
  6. Now install the bootloader (syslinux), the bootloader configuration (syslinux.cfg) and the kernel, system and installer files on your USB Stick. Please find the drive letter for your USB stick (in this example i use d: for the USB Stick drive letter. Now type on your commandline:

    Code:
    3rdparty\syslinux\win32\syslinux.exe -d / d:
    copy sample.conf\syslinux.cfg d:
    copy target\* d:

    [Image: install_bootloader_and_files.jpg]
  7. Modify the syslinux.cfg file on your USB Stick. To see what for an Volumelabel the USB Stick uses change your path to your USB Stick and type "dir"

    Code:
    d:
    dir

    [Image: get_label_and_uuid%20-1.jpg]
  8. Now open your syslinux.cfg located on your USB Stick with Notepad and change the content to the follow:

    Code:
    DEFAULT linux
    PROMPT 0

    LABEL linux
      KERNEL /KERNEL
      APPEND boot=LABEL=INSTALL installer quiet

    Be sure you use "boot=LABEL=<your_Volumelabel>"
  9. Now you can boot from your USB Install Stick to install OpenELEC.tv on other devices like USB Sticks, HDDs/SSDs (USB/ (e)SATA).


WARNING: please make an backup of your data before using the USB Install Stick to install OpenELEC.tv. The Installation deletes all your data and partitions of the selected installation device!

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
(This post was last modified: 2010-07-05 00:05 by sraue.)
find quote
sraue Offline
Team-XBMC Developer
Posts: 795
Joined: Oct 2009
Reputation: 14
Location: Switzerland, Solothurn
Information    Post: #2
reserverd

greetings, Stephan

[Image: userbar-openelec-001.gif]
[Image: project_thin_badge.gif]
find quote
sandos Offline
Member
Posts: 99
Joined: May 2008
Reputation: 0
Post: #3
Somebody should make openelec lili-compatible!
find quote
therionate Offline
Member
Posts: 80
Joined: Nov 2010
Reputation: 0
Post: #4
sandos Wrote:Somebody should make openelec lili-compatible!

lili? Can you be more specific?
find quote
lusken Offline
Junior Member
Posts: 9
Joined: Mar 2004
Reputation: 0
Post: #5
LiLi is a program that makes it very easy to install an linux distro onto a usb stick. http://www.linuxliveusb.com
find quote