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

    Asking for retropie login on boot? (after update)

    Scheduled Pinned Locked Moved Help and Support
    loginretropie-setupstart up
    99 Posts 42 Posters 225.4k 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.
    • S
      SuperPitendo
      last edited by

      SOLVED!!!

      At least in my case...

      I had the same issue and (I had this issue also in the past) the only thing I´ve done was:

      RetroPie-Setup -> Configuration/Tools -> Autostart -> Start Emulationstation at boot

      I guess this re-enables it. It worked for me.
      Hopefully for you guys too!

      1 Reply Last reply Reply Quote 3
      • vokitakV
        vokitak @billmet68
        last edited by

        @billmet68 type this:
        login: pi
        password: raspberry
        Then do this:
        at command prompt, type sudo raspi-config
        select option 3 in menu (Boot Options)
        select option B1 (Desktopp/CLI)
        select option B2 (Console Autologin)

        J 1 Reply Last reply Reply Quote 1
        • J
          JRM @vokitak
          last edited by

          @vokitak This does not work. When I enter the login and password given it just says login incorrect and goes back to asking for my login again. How do you get to the point where you can type in a command again?

          Better still, has anyone found a username and password default that actually works?

          Feeling quite depressed by all this, which I am only trying to set up because this was a birthday present for my 11-year-old child. GRRRRRR!

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

            @jrm said in Asking for retropie login on boot? (after update):

            Better still, has anyone found a username and password default that actually works?

            That's the default user/password for Raspbian - it has been since the beginning, when the Pi was released. If it doesn't work, then maybe you changed it - in this case there's nothing we can do about it.

            1 Reply Last reply Reply Quote 0
            • paffleyP
              paffley
              last edited by paffley

              Default Instructions for pi: (Unless you have changed the default user/pass on your pi)

              *Keyboard required

              login: pi
              password: raspberry (this does not move the curser but is actually inputting the password when you type)

              Press Enter on keyboard

              Emulation Station will now boot up

              Now go to: RetroPie-Setup -> Configuration/Tools -> Autostart -> Start Emulationstation at boot

              Exit Retropie-Setup

              ……………………..
              You will have to repeat the above with every update (for now).

              LolonoisL 1 Reply Last reply Reply Quote 3
              • R
                residentjim Banned
                last edited by residentjim

                Hi, what about this:

                i Used the new berryboot version 20180929 with a stock retropie 4.4 image,i did a full system update(apt-get upgrade)

                And after i did a reboot and before it does the reboot it got stuck with this message:

                systemd[1]: caught <ABRT.>, dumped core as pid 7450.
                systemd[1]: Freezing execution.

                any suggestions?

                1 Reply Last reply Reply Quote 0
                • H
                  HappySpaceInvdr @Sano
                  last edited by

                  @Sano said in Asking for retropie login on boot? (after update):

                  @BuZz This reminds me of something reported here a few months ago... Too bad they didn't take your case into account.

                  Here is the simpliest way to fix this:

                  • at command prompt, type sudo raspi-config
                  • select option 3 in menu (Boot Options)
                  • select option B1 (Desktopp/CLI)
                  • select option B2 (Console Autologin)

                  Then Ok, exit all the way and restart.

                  Still an issue in 4.4.3.

                  For some reason, I wasn't able to login at the prompt on my TV screen, using my "pi" account, but I was able to SSH in from a laptop (using the exact same credentials) and run it.

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

                    @HappySpaceInvdr It's not a retropie issue but an underlying OS issue. It's unrelated to the version of RetroPie.

                    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
                    • DarkkMatterD
                      DarkkMatter
                      last edited by DarkkMatter

                      Same issue here only after updating. I'm going to apply the fixes listed above, and thanks for them.

                      Confirmed that what Paffley2 typed above works. Auto-logged right into Emulation Station.

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

                        Just a heads-up, the newest updates to Raspbian (probably incorporating the latest Debian minor release ) also include a systemd update that will break auto-login again.

                        S 1 Reply Last reply Reply Quote 1
                        • S
                          SuperNu69 @mitu
                          last edited by

                          @mitu - Thanks for the heads up!

                          --SN

                          1 Reply Last reply Reply Quote 0
                          • H
                            Hotmud9
                            last edited by

                            I figured it out! I had the exact same problem, and even though it doesn't look like anything is being input to the password field, it still notices your keystrokes, which I think is a security measure. Anyways, if nothing above works, try typing "raspberry." When I typed nothing and pressed "enter", it didn't work, but by typing "raspberry", it worked perfectly!

                            1 Reply Last reply Reply Quote 0
                            • B
                              bennyblunts
                              last edited by

                              @BuZz Thank you for the fix sir!

                              1 Reply Last reply Reply Quote 0
                              • ohmycommodoreO
                                ohmycommodore
                                last edited by

                                Taking note of this issue again and have a question... ok I see the workaround, but what happens if you HAVE changed your login/password? Is that still active, and therefore entering that is the only change to this workaround?

                                I'm just reacting to the "there's nothing we can do about it" comment.

                                mituM 1 Reply Last reply Reply Quote 0
                                • LolonoisL
                                  Lolonois @paffley
                                  last edited by

                                  @paffley exactly. I prefer the CLI to reenable autostart into emulationstation: After

                                  aptitude update && aptitude -y safe-upgrade
                                  

                                  I ssh to the retropie as pi user, edit

                                  /opt/retropie/configs/all/autostart.sh
                                  

                                  and add

                                  emulationstation
                                  

                                  since it got eaten by the update somehow.

                                  Save. Exit. Reboot. Smile.

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

                                    @Lolonois That's not the issue though and it's not how you fix it.

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

                                      @ohmycommodore said in Asking for retropie login on boot? (after update):

                                      Taking note of this issue again and have a question... ok I see the workaround, but what happens if you HAVE changed your login/password? Is that still active, and therefore entering that is the only change to this workaround?

                                      Yes, even if you changed the password, you'll still be able to log in - with your changed password - and re-apply the auto-login setting.

                                      1 Reply Last reply Reply Quote 0
                                      • LolonoisL
                                        Lolonois @mitu
                                        last edited by

                                        @mitu Well YMMV but it fits to the OP.

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

                                          @Lolonois It's not the same issue. The problem reported happens because of an OS upgrade which breaks auto-login. The autostart.sh script is not modified by the OS upgrades so re-editing it doesn't fix anything.

                                          1 Reply Last reply Reply Quote 0
                                          • C
                                            cschultz099
                                            last edited by

                                            The easiest way to fix it is to first login with username: pi Password: raspberry
                                            then go to raspi-config 0_1542863665706_tutorial-retropie-02-01f.jpg
                                            Select Change User password 0_1542864006915_raspi-config.png
                                            Set to auto login in the options
                                            And you are done your pi should start normally and login without manually having to out in the password.

                                            1 Reply Last reply Reply Quote 1
                                            • 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.