7

I've read other related questions here and around other forums but none have helped me so far. I do get the rainbow screen (just a sort of RGB color selector) and some console feedback: enter image description here

That is the last line, after this it just offers the Recovery screen ("For recovery mode hold Shift") and starts again.

I checked and the power adapter is a 5V 2.3A one, I just bought this today and the guy at the store seemed pretty confident in selling this "kit", the SD is a 16GB Samsung one and I do not have another at hand to test. I have it connected via HDMI but no mouse or keyboard at the moment, with or without a mouse/keyboard it still does it. I also tried unplugging the HDMI and connecting it, waited for a minute or so (went to the kitchen) and connected the HDMI, it was rebooting so I believe it is not caused by having the HDMI connected. I also tried installing Raspbian and Archlinux and there was no difference, the output was actually the same, I am using NOOB (love the name btw :] )

Im basically out of ideas, since this is my first day ever owning a Pi Im very fresh in this whole thing...

Any ideas on what could it be?

Purefan
  • 201
  • 1
  • 3
  • 8

7 Answers7

6

I'm not sure what the problem would be, but I would start with your power supply. Try to trouble-shoot your power supply as this seems like the culprit. You will need some kind of multi-meter or volt-meter to do this test. I would not attach any peripherals including the HDMI cable while conducting the test. Some power supplies do not actually deliver the current they promise.

If the board voltage seems good (5.0 V) while being powered, then I would suspect your SD card and would try to write the latest NOOBS or Raspbian Wheezy image to the card.

techraf
  • 4,353
  • 10
  • 32
  • 43
3

Ok so I managed to get this fixed by using the Raspbian “wheezy” raw image instead of NOOBS. Here is more precisely what I did:

  1. Format the SD card with SDFormatter, the options I chose were: Format Type: Full (Overwrite) and Format Size Adjustment: On
  2. Downloaded Raspbian Wheezy from here
  3. Extracted the Raspbian Wheeze image and installed it with Win32DiskImager
  4. Put it in the Raspberry Pi and connected the power supply.
  5. The raspi-config program showed up and I enabled to load the GUI/Desktop from there, but I doubt that this is needed, I think at this point it was already working.
  6. Clicked Finish and rebooted. It was working

After that I disabled the GUI by opening a terminal and doing: sudo raspi-config the same interface as before showed up and just disabled it there.

Then I clicked Finish and typed exit to close the terminal, then I mouse clicked the "start" icon and rebooted normally. Perhaps I could have rebooted from the terminal but I didn't want to risk it.

After this it booted to console and it seems to be working just fine now.

Purefan
  • 201
  • 1
  • 3
  • 8
1

I had the same problem. Found out I had connected the wrong power supply (only good for 600mA) but it was reading 5.0009V. Connected the 2.5A Pi PS and it worked fine.

CraigVan
  • 11
  • 1
1

I had same problem, installed Win10 IOT edition used it for couple hours, the next day I used a different cable (I was using my phone charger before and it was busy at the time) and PI kept rebooting over and over again.

Used a different SD card, same problem.

After reading many posts that point to power supply, I checked the voltage on 5v pin, it was 4.38V.

I was using 5Amp 0-30V adjustable Lab power supply, so I knew it would not be the power supply.

I tried another microUSB cable and Raspberry PI booted without any problem. I measured 4.91V on 5V pins.

Looks like the cables are not created equal, I hope it helps others.

David Duman
  • 111
  • 3
1

I have had a similar problem with re-installing my Pi 3, after adding a 3.5 inch LCD screen. Turns out the wall-wart power supply I was using could not handle the power demands of both.

Check the base requirements for your Pi on this page (about 3/4 of the way down). https://www.raspberrypi.org/help/faqs/ (A Pi 3 requires about 2.5 Amps.)

Then get something a little bigger so you don't overtax the supply.

Far
  • 11
  • 1
-2

To me, it is a power adapter issue. It was solved using my Samsung S4 power adapter.

-2

please be sure that power source has enough currents at least 1 amper

Hamid s k
  • 101
  • 1