2

My R-PI has been working fine for the past 5 days in a row with the official Soft-float Debian "wheezy", it was hard powered off by removing the plug from the wall, now the boot stops at the screen after the colored splash, the screen is completely black with the red berry logo on the top left corner, I see a cursor for 2/3 seconds and then nothing happens for at least 2 hours (no messages, kernel is not panic-ing, nothing is happening, red light is on, green is off).

I installed a bunch of software since last reboot:

  • java & scala
  • apache
  • mysql
  • php
  • the no-ip.org package

I tried to boot with only the screen connected (no eth, no usb devices), but still same result, I'm not even sure this is hardware related or software related, any debug suggestions?

Alex Chamberlain
  • 15,530
  • 14
  • 67
  • 113
Arjuna Del Toso
  • 121
  • 1
  • 1
  • 3
  • The first thing to check is to try if it's not card content problem. Backup your whole SD card, write new firmware onto it (or just use another card if you have one) and check if it's working. If it is, copy all the files from this fresh card's /boot/ partition to some temporary place, recover the old card content and then try overriding files on /boot/ partition with those from temporary folder. It's possible that only kernel or firmware files (which are on /boot/ partition). – Krzysztof Adamski Apr 09 '13 at 06:14
  • Thanks, I've nothing valuable on that SD so I'll just go for a fresh re-install. – Arjuna Del Toso Apr 09 '13 at 10:39
  • DON'T JUST PULL THE PLUG. http://raspberrypi.stackexchange.com/questions/381/how-do-i-turn-off-my-raspberry-pi – goldilocks Apr 09 '13 at 13:55
  • I think I found the issue http://pastebin.com/yGDx5TxM I'll buy a new SD card :( – Arjuna Del Toso Apr 10 '13 at 21:20
  • @ArjunaDelToso Could you make the solution as a answer for the sake of others having the same problem!Thanks. – SteveIrwin Apr 14 '13 at 20:36

3 Answers3

0

What I discovered is that you need to unplug the Raspberry Pi for about 10 minutes before loading the same or another SD card. If I switch cards to use a different OS-setup and doing this to soon I only get a splashscreen. After 10 minutes everything works fine again.

Stef
  • 1
0

Mine did the samething, I had put an older version of NOOBS on card to try and install Arch Linux.

The solution was to reformat the card following the NOOBS instruction video, and put the latest version of NOOBS on the card.

0

The problem I described in the question was caused by the SD card being somehow damaged, I bought a new card, re-installed, now everything is working fine!

Arjuna Del Toso
  • 121
  • 1
  • 1
  • 3