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 Setup Script not loading

    Scheduled Pinned Locked Moved Help and Support
    retropie-setup
    7 Posts 4 Posters 3.7k 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.
    • B
      Buddha98
      last edited by

      Hi everyone, new here and new to Raspberry Pi (had it for just 1 week now)

      I've installed Raspbian using NOOBS and updated it and have installed the latest version of Retropie, installed some roms and got Kodi up and running within RetroPie.

      I have my RPi set up to boot into Kodi which I did using the RetroPie Setup but now I cannot access the RetroPie Setup script from the menu, I just get a black screen. Could anyone help me? Please tell me if I need to give more information
      Thanks :)

      B 1 Reply Last reply Reply Quote 0
      • B
        Buddha98 @Buddha98
        last edited by

        Just to add to this, I actually cannot access any of the menus e.g. Audio or bluetooth.

        I'm worried this has something to do with switching off power to the raspberry without shutting it down properly. I know this is bad but a couple of times I've had the Pi crash on me or for some reason have had to switch off the power.

        meleuM 1 Reply Last reply Reply Quote 0
        • meleuM
          meleu @Buddha98
          last edited by

          @Buddha98 try adding plymouth.enable=0 to the /boot/cmdline.txt. It must be at the end of the first-and-only-one line.

          Then reboot and try again.

          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          aschwanA 1 Reply Last reply Reply Quote 0
          • aschwanA
            aschwan @meleu
            last edited by

            @meleu how do you edit the /boot/cmdline.txt?

            i get
            /boot/cmdline.txt: line 1: dwc-otg.lpm_enable=0: command not found
            when I type /boot/cmdline.txt into the terminal.

            aschwanA 1 Reply Last reply Reply Quote 0
            • BuZzB
              BuZz administrators
              last edited by BuZz

              The black screen is due to the screen not being reset after exiting Kodi. It's a new bug due to timing etc, but actually it could have happened before, as the Kodi launch script didn't do a delay after running tvservice -p which is required before resetting the framebuffer.

              edit (via nano) - see https://github.com/retropie/retropie-setup/wiki/ssh /opt/retropie/configs/all/autostart.sh and between the kodi and emulationstation lines add the line sleep 1; fbset -depth 8; fbset -depth 32

              so it will look like

              kodi #auto
              sleep 1; fbset -depth 8; fbset -depth 32
              emulationstation #auto
              

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              1 Reply Last reply Reply Quote 0
              • aschwanA
                aschwan @aschwan
                last edited by

                @BuZz
                fixed my problem like this

                cd ~/RetroPie-Setup
                git reset --hard
                sudo ./retropie_setup.sh

                BuZzB 1 Reply Last reply Reply Quote 0
                • BuZzB
                  BuZz administrators @aschwan
                  last edited by

                  @aschwan this is a different issue (Their script is launching but they can't see it)

                  To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                  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.