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

    Update Failed {SOLVED}

    Scheduled Pinned Locked Moved Help and Support
    update failed4.8.4
    8 Posts 3 Posters 868 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.
    • AddisonA
      Addison
      last edited by Addison

      Raspberry Pi 4 version 4.8.4.

      cd RetroPie-Setup
      git reset --hard
      

      HEAD is now at 5fceb82e Merge pull request #3734 from cmitu/scraper-fix-dep2

      sudo ~/RetroPie-Setup/retropie_setup.sh
      

      alt text

      I goofed around some with adding new repos though I don't think they ever took for some reason.

      I'm sure I messed up something bigly on this.

      Any help? :)

      S 1 Reply Last reply Reply Quote 0
      • AddisonA
        Addison
        last edited by Addison

        Thought I had a fix with a reboot, but that was for a different Pi 4 I already upgraded.

        I have two of them here at home.

        Still hoping for a solution if anyone has an idea for me to try.

        1 Reply Last reply Reply Quote 0
        • AddisonA
          Addison
          last edited by

          I was able to update all main and optional packages.

          Only thing is that it continues to be stuck on version 4.8.4.

          Probably doesn't matter much, but it would be nice to have that updated as well.

          1 Reply Last reply Reply Quote 0
          • S
            sleve_mcdichael @Addison
            last edited by

            @Addison it looks like you did RP-Extra's "update from the old ZeroJay's repo", but you did it from inside RP-Setup instead RP-Extra. Can you do a:

            git remote -v
            

            ...from inside the Setup (not Extra) directory? If as I suspect it says https://github.com/Exarkuniv/RetroPie-Extra, you should be able to fix it with:

            git remote set-url origin https://github.com/RetroPie/RetroPie-Setup
            
            AddisonA 1 Reply Last reply Reply Quote 2
            • AddisonA
              Addison @sleve_mcdichael
              last edited by

              @sleve_mcdichael

              pi@retropie:~ $ git remote -v
              fatal: not a git repository (or any of the parent directories): .git
              pi@retropie:~ $ cd RetroPie-Setup
              pi@retropie:~/RetroPie-Setup $ git remote -v
              origin  https://github.com/Exarkuniv/RetroPie-Extra (fetch)
              origin  https://github.com/Exarkuniv/RetroPie-Extra (push)
              
              • git remote set-url origin https://github.com/RetroPie/RetroPie-Setup

              • sudo ~/RetroPie-Setup/retropie_setup.sh

              After this I was able to upgrade to version 4.8.5.

              Feels good to have the Pi fully current once again.

              Thanks!

              1 Reply Last reply Reply Quote 2
              • mituM
                mitu Global Moderator
                last edited by

                You should probably re-clone the Setup folder from scratch and re-add the extra repository in the ext folder, to prevent any future issues.

                AddisonA 1 Reply Last reply Reply Quote 1
                • AddisonA
                  Addison @mitu
                  last edited by

                  @mitu

                  I would need something to copy and paste to the command line for that.

                  I have no idea what I previously did wrong before nor how it was nicely resolved.

                  All I can do is try and follow directions from others here.

                  mituM 1 Reply Last reply Reply Quote 0
                  • mituM
                    mitu Global Moderator @Addison
                    last edited by

                    @Addison said in Update Failed {SOLVED}:

                    I would need something to copy and paste to the command line for that.

                    Move the existing setup folder out of the way, then clone the latest setup version

                    cd
                    mv RetroPie-Setup RetroPie-Setup.old
                    git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
                    

                    You can then follow the installation instructions for @ExarKunIv's extra repository.

                    1 Reply Last reply Reply Quote 1
                    • S sleve_mcdichael referenced this topic on
                    • 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.