How do I make an Libreelec sd card using ubuntu os?

  • Forgive me if this has been asked before and just point me in the right direction with a link but i changed to ubuntu os and now I cant update her sd card I need step by step instruction guys I tried the offical instructions but it didnt works

    cheers everyone Im new to forums but I didtried to search this and tried the instructions for about an hour

    in windows it was a couple of point and clicks ubuntu is so much hassle but thats part of the enjoyment realy hahah

    Edited once, last by asboharry (September 8, 2016 at 10:29 PM).


  • To create a fresh setup on a SD card, use our already (in)famous LibreELEC USB-SD Creator tool.

    FYI: This is NOT for updating an existing & running LibreELEC setup.

    I use Ubuntu 15.10 and downloaded the Creator tool and added the x-flag. I accidentally used it without sudo first, got the info, clicked ok and got the creator. As the information says, I cannot write to the SD card.

    Now I tried it with sudo and nothing happens. I don't get any information in the syslog, ... nothing. What do I miss?

  • Please tell us how you have written the command to start the tool.

    Beside the tool you are also able to download the file manually, unpack itand then use 'dd' to write the file to the stick.

    for example:

    Code
    sudo dd if=</path/to/file.img> of=</path/to/device> bs=4M

    /path/to/device should be changed to something like: /dev/sdb

    depends on how the device is mounted. check 'dmesg' for the correct path to the device. be carefull to select the correct one. the drive will be wiped completely.

    but normally the tool should work. so please try using that again.