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

    runcommand blinking cursor (no launch menu)

    Scheduled Pinned Locked Moved Help and Support
    runcommand
    52 Posts 6 Posters 21.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.
    • herb_fargusH
      herb_fargus administrators @dildo_baggins
      last edited by

      @dildo_baggins

      if its improving this so that there is a retro-setup.sh script option that allows for PROPER editing of cmdline.txt which is in line with how you guys envision supporting... all the better (via Product Enhancement)

      We've made RetroPie too stupid proof already. I liked it better when it required more thought to use. We had more time to focus on code.

      chill out you will live longer :)

      I think we'd all live longer if people could learn to debug their own issues and really get into what the raspberry pi was designed for- learning how to use Linux and solve problems as they come.

      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

      1 Reply Last reply Reply Quote 0
      • dildo_bagginsD
        dildo_baggins
        last edited by dildo_baggins

        let me start by saying. @herb_fargus i respect you very much and i respect your opinion. i am a big fan of this SW since inception. your videos are WHY i am even using Retropie in the first place.

        @herb_fargus said in runcommand blinking cursor (no launch menu):

        @dildo_baggins

        if its improving this so that there is a retro-setup.sh script option that allows for PROPER editing of cmdline.txt which is in line with how you guys envision supporting... all the better (via Product Enhancement)

        We've made RetroPie too stupid proof already. I liked it better when it required more thought to use. We had more time to focus on code.

        Obviously you haven't.... considering the lack of testing of a known FAQ article and updating retropie. but this is what the community does it helps enhance product (noting an issue, giving env details, debugging on our own and providing details to remedy so others and the dev team can address) and you guys are taking offense for some unknown reason... all this energy on Dildo could be spent coding features for things that matter (not my blinking cursor, i apologize to those with real product issues... sorry guys!). this item was closed yet we continue to talk about it.

        chill out you will live longer :)

        I think we'd all live longer if people could learn to debug their own issues and really get into what the raspberry pi was designed for- learning how to use Linux and solve problems as they come.

        are you suggesting there wasnt lengthy debugging on our own? i have no problem debugging this and the other 40 apps /software that work well and the communities that dont treat their loyal patrons like simpletons who have over 20 years experience from Solaris to Linux and everything in between. the fact is there is a FAQ page that suggests a course of action that an update to retropie breaks... its a community, glad to update the faq with this detail.... (COMMUNITY) hubris is something perhaps lacking in the team that develops for this product. what was suggested by the team didnt work... a member of the community's suggestion did... why stifle that? your users are what make your community great.... along with your amazing efforts.

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

          @dildo_baggins we can't read minds, and we can't predict every 3rd party software change that has an interaction with a Raspian modification.

          This issue has arisen in the most recent set of Raspbian updates from just a couple of days ago.

          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

          dildo_bagginsD 1 Reply Last reply Reply Quote 0
          • dildo_bagginsD
            dildo_baggins @BuZz
            last edited by

            @BuZz agreed. but dont penalize the folks providing you details to address it. i know it takes time.. truly apologize i will be more patient int he future on responses.

            1 Reply Last reply Reply Quote 0
            • dildo_bagginsD
              dildo_baggins
              last edited by

              just now..i have made a donation to retropie. thank you to you guys again for all your hard work.

              can we end this now?

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

                I just updated my dev machine, and during the updates it notified me about the plymouth changes and how to disable (related to the Raspbian bootsplash). It mentioned a disable config for it or removing the plymouth package, but you can try adding plymouth.enable=0 to the cmdline.txt to see if that makes a difference (it may not). I've not yet tried it.

                (Note - me looking into this is unrelated to the donation :) - I was looking into it as you posted - but thanks also.)

                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

                dildo_bagginsD 1 Reply Last reply Reply Quote 0
                • dildo_bagginsD
                  dildo_baggins @BuZz
                  last edited by dildo_baggins

                  @BuZz said in runcommand blinking cursor (no launch menu):

                  plymouth.enable=0

                  that did it!

                  heres my working /boot/cmdlline.txt on my test box! (ON ONE LINE...)
                  wc_otg.lpm_enable=0 console=serial0,115200 console=tty3 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet loglevel=3 logo.nologo consoleblank=0 plymouth.enable=0

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

                    from /usr/share/doc/plymouth/NEWS.Debian.gz which was displayed on upgrade.

                    plymouth (0.9.2-2) unstable; urgency=medium
                    
                      Starting with this version, installing the plymouth package will
                      automatically enable plymouth I/O multiplexing functionality. This is needed
                      if you are using an event-based init system. The bootup messages will still be
                      displayed as usual.
                    
                      If you don't want this functionality, you could either uninstall the
                      plymouth package or pass "plymouth.enable=0" to the kernel cmdline.
                      On the other hand if you want a fancy boot screen, you explicitly need to
                      pass "splash" to the kernel cmdline as before.
                    
                     -- Laurent Bigonville <bigon@debian.org>  Wed, 14 Oct 2015 20:54:08 +0200
                    

                    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
                    • S
                      sc0tt88
                      last edited by

                      I'm having this problem too but I can't edit my cmdline.txt?

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

                        @sc0tt88 Start a new topic - after reading https://retropie.org.uk/forum/topic/3/read-this-first

                        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
                        • S
                          sc0tt88
                          last edited by

                          A new topic with the exact same issue? I cannot get to the console to so that I can add plymouth.enable=0 to cmdline.txt which I assume will also fix the issue for me. Is there another way to do it?

                          BuZzB 1 Reply Last reply Reply Quote 0
                          • S
                            sc0tt88
                            last edited by

                            Ok plugging in the SD card to my computer let me edit the file. Fixed!

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

                              @sc0tt88 said in runcommand blinking cursor (no launch menu):

                              A new topic with the exact same issue? I cannot get to the console to so that I can add plymouth.enable=0 to cmdline.txt which I assume will also fix the issue for me. Is there another way to do it.

                              Yes - especially if the topic is old. Oherwise threads get messy. Also the cause could be different. If you update RetroPie-Setup it adds the line for you.

                              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
                              • S
                                sc0tt88
                                last edited by

                                It didn't.

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

                                  @sc0tt88 said in runcommand blinking cursor (no launch menu):

                                  It didn't.

                                  Well it should - but without any details from you I cannot advise (eg versions, and also if you are using a splashscreen)

                                  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.