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

    Rainbow screen stuck raspberry pi 3b+

    Scheduled Pinned Locked Moved Help and Support
    raspberrycolorstuckbootproblem
    22 Posts 5 Posters 4.9k 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.
    • mituM
      mitu Global Moderator @ray3d
      last edited by

      @ray3d said in Rainbow screen stuck raspberry pi 3b+:

      I need to fix or upgrade, because download the new image and fresh install is not the solution, like I said, there are several years of configurations there.

      There's no magic here - you can't boot without an updated system on a 3B+ model. If you really want to keep your system, then you'll have to find a 3B system to run it (and try the upgrade) OR use something like ext4fuse to read the image on macOS and backup your ROMs and configuration from the Linux partition on the card, then write the new 4.4 image.

      1 Reply Last reply Reply Quote 0
      • R
        ray3d
        last edited by ray3d

        Ok from osx to read the ext system any link where is suggested what directories to backup? Could be find a needle in a haystack.

        simpleethatS 1 Reply Last reply Reply Quote 0
        • simpleethatS
          simpleethat @ray3d
          last edited by

          @ray3d I would at least grab from these places:

          home/pi/RetroPie/roms

          home/pi/RetroPie/BIOS

          opt/retropie/configs

          There might be more but I always make sure to keep those backed up apart from a image dumped from the SD.

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

            @ray3d http://lmgtfy.com/?s=d&q=retropie+wiki+backup See option 2 onwards and less /etc/samba/smb.conf if you want to know where the shares have their folder on the RetroPie.

            R 2 Replies Last reply Reply Quote 0
            • R
              ray3d @Lolonois
              last edited by ray3d

              @Lolonois @simpleethat Ok thank you I will check.

              1 Reply Last reply Reply Quote 0
              • R
                ray3d @Lolonois
                last edited by

                Can I use this to backup to USB:

                https://github.com/RetroPie/RetroPie-Setup/wiki/Running-ROMs-from-a-USB-drive

                It copies everything that comes with the old image (roms, settings, etc.), And is possible then return to the new fresh install? If yes how you return/copy to inside the new fresh install?

                simpleethatS 1 Reply Last reply Reply Quote 0
                • simpleethatS
                  simpleethat @ray3d
                  last edited by simpleethat

                  @ray3d You would have to be able to actually fully boot the system to be able to turn that feature on.

                  That being said it is an outside the box way of backing that stuff up easily.

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    ray3d @simpleethat
                    last edited by

                    @simpleethat Ok I see this script appears strong:

                    https://retropie.org.uk/forum/topic/17546/the-transfer-of-roms-and-more/3

                    But how do you run? Where do you copy? How you define the usb destination and directory to backup?

                    simpleethatS 1 Reply Last reply Reply Quote 0
                    • simpleethatS
                      simpleethat @ray3d
                      last edited by

                      @ray3d That I'm not sure. I do one of two things when I want to create a backup that isn't an exact image of my SD card:

                      1. Over my network browse my retropie and copy the directories I listed above to either my computer or my NAS (over wifi this can take a lot longer than it needs to.

                      2. Use a program that allows me to read the linux partitions on my PC (This is what I use for Windows and Mitu suggested ext4fuse for OSX) and copy them onto my computer or NAS that way (this is actually what I normally do if grabbing everything)

                      After grabbing all that stuff it's just a matter of writing the new image and copying everything back to where it originally was.

                      Personally with an image the size of yours I would opt for some kind of USB or NAS solution for ROMs and configs. Then if you ever have to do this again you really just have to do some minor configurations.

                      EfriimE 1 Reply Last reply Reply Quote 0
                      • EfriimE
                        Efriim @simpleethat
                        last edited by

                        @simpleethat
                        What would happen if he were to only update the boot partition with the firmware and kernel?

                        R 1 Reply Last reply Reply Quote 0
                        • R
                          ray3d @Efriim
                          last edited by

                          @Efriim Well I was thinking that mainly this:

                          https://retropie.org.uk/forum/topic/16145/retropie-upgrading-raspbian-jessie-to-stretch

                          And is supposed work. I will backup my card to a img and try to make what says there. If doesn’t work I will use ext4 or what suggest @simpleethat and the other guys.

                          EfriimE 1 Reply Last reply Reply Quote 0
                          • EfriimE
                            Efriim
                            last edited by

                            What if you were to program_usb_mode and boot from usb; then chroot into the sdcard and upgrade from there?

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              ray3d @Efriim
                              last edited by

                              @Efriim I understand the boot from usb but how you chroot? And what would the purpose?

                              1 Reply Last reply Reply Quote 0
                              • EfriimE
                                Efriim @ray3d
                                last edited by Efriim

                                @ray3d
                                400gb is a lot to back up, I don't want for you to lose it.
                                But if you want to try this the boot directory from my rpi3b+ with all the kernel and firmwares. I don't imagine the kernel will work with raspbian jessie but maybe the firmware will. No it probably isn't worth attempting, you would have your best bet using an ext4 mount and transferring the desired elements.

                                Anyway boot,

                                And don't go without backups.

                                I couldn't tell you how to chroot effectively. chroot changes the root directory so that a process and its child processes exist under the specified rootfilesystem. If you were then to run the update, I don't know if it would work or if it will break.

                                It sounds way too easy, I think you would invoke chroot like this
                                sudo chroot /mnt/sda2 /home/pi/RetroPie-Setup/retropie_setup.sh
                                or the mount would be a mmcblk0p2 you would chroot that instead, anyway I think you get the idea.
                                I'm not very sure, and it's hard to tell from the upgrade guide thread. I think the update process must upgrade the firmware.
                                I seem to remember one thing or another updating just that. It looks like you would need to update the sources.list @ /etc/apt/sources.list & /etc/apt/sources.list.d/raspi.list first.
                                I think the primary update was under retropie_setup>>configure>>raspbiantools>>Upgrade Raspbian Packages.

                                Additionally there is the USB boot problem, as far as I know the sdcard has to be removed for the USB to takeover. Then the risky part is putting the sdcard back into this voltage controlled sbc while it is on. It's probably fine, as long as you don't dick around with it.

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  ray3d @Efriim
                                  last edited by ray3d

                                  @Efriim Is working making the upgrade of the link posted here. Some minimal details to fix emulationstation but ran incredible well perfect everything after minimal fixes.

                                  EfriimE 1 Reply Last reply Reply Quote 0
                                  • EfriimE
                                    Efriim @ray3d
                                    last edited by

                                    @ray3d
                                    That's great, did you require to use the kernel, or only the firmwares?

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      ray3d @Efriim
                                      last edited by

                                      @Efriim Imjust followed the instructions from that link to update, upgrade, and I fixed some libraries that had error but very easy nothing complex. And after all the upgrading if I type “lsb_release -r” I receive 9.8 I guess is stretch because 8 is Jessie. Then everything went very smooth and the 400 go intact.

                                      EfriimE 1 Reply Last reply Reply Quote 0
                                      • EfriimE
                                        Efriim @ray3d
                                        last edited by

                                        @ray3d Oh I see, thats good none the less. But how did you get into your system to update it?

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          ray3d @Efriim
                                          last edited by

                                          @Efriim Doing this step by step only:

                                          https://retropie.org.uk/forum/topic/16145/retropie-upgrading-raspbian-jessie-to-stretch

                                          After finished there are some errors in libraries that made crash emulationstation but they are easy to solve. Once it runs very well including with overclocking. With this fan “Noctua Premium Fan, Brown, NF-A4X10-FLX 5V” I could overclock and no problems.

                                          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.