RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    RetroPie will not install on MX Linux 18 (Unsupported OS Error)

    Scheduled Pinned Locked Moved Help and Support
    mx linuxunsupported osinstall issuesinstall errorlinux
    2 Posts 2 Posters 755 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • irBagsI
      irBags
      last edited by

      This is a report on the issue and the solution.

      I was trying to install RetroPie's newest source from git on my fresh MX Linux 18.3 install today. Normally I use Debian 9 which has no issues, however I have been setting up an arcade cabinet with older hardware from 2006-ish - specs really aren't important I don't think - because I liked how MX Linux was running on the hardware.

      Anyway, I was getting "Unsupported OS" error during install. MX Linux is built on Debian so it should work fine, but the install scripts look for generic OS ID's and MX Linux isn't included in the script.

      The solution was to add "|MX" to the system.sh script in the OS version detection routine.
      Currently it's line 78 in system.sh which can be found in "~/RetroPie_setup/scriptmodules/" or wherever you have downloaded RetroPie setup to.

      Change:

          case "$__os_id" in
              Raspbian|Debian)
      

      To:

          case "$__os_id" in
              Raspbian|Debian|MX)
      

      save and restart the installer.

      I can happily report that the install went smooth and I am currently enjoying Shadowrun on the genesis!

      Ultimately, in the end, our destinies are all the same.

      1 Reply Last reply Reply Quote 1
      • ClydeC
        Clyde
        last edited by Clyde

        Sharing is caring. Thank you.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.