16

I have a problem with my Raspberry Pi. When I plug in the power, the device fails to power on. The POWER LED turns on, but nothing else happens. My display still says No signal, the OK LED does not turn on or blink and network LEDs stay unlit even though the cable is inserted.

Basically, the symptoms are the same as if I tried to turn the Raspberry Pi on without an SD card inserted. I last used a Raspberry Pi a week or so ago and it worked fine. I've checked if the SD card has maybe died and it is working fine on my computer. I've tried reflashing it with a fresh Arch image but still nothing.

The power supply and the USB cable are almost certainly adequate (5.0V with my multimeter between TP1 and TP2 and I've never had any problems even when running intensive computation and having external USB devices attached)

The funny thing is... if I hold the PCB and the SD card together with two fingers, the Raspberry Pi DOES turn on, but the boot process freezes (no kernel panic or anything, just hang) when I release it.

What could be the cause of this problem? Is it more likely that the SD card is indeed faulty or is there a problem in the Raspberry Pi itself?

  • Have you checked the physical connection between the card reader and board and between the card reader and the card itself. It sounds like you have a bad connection or card and can't reliably read the card. I would also try another card. – Steve Robillard Jul 01 '12 at 12:57
  • It seems fine. What is even more bizarre is that once the system boots, SD card works even if I release it. –  Jul 01 '12 at 13:00
  • In that case I would definitely try a new card because once booted it doesn't need the boot partition. – Steve Robillard Jul 01 '12 at 13:01
  • I had similar symptoms but it was not fixed by holding the PCB and SD card, I had to reflash the SD card and then it was fine but I observed the same symptom where only the power LED was on and nothing else so your issue sounds strange.... – EdChum Jul 01 '12 at 14:53
  • I've had some issues with OS images. Did you validate the image with the checksum after downloading? – Jivings Jul 01 '12 at 18:37
  • I didn't, but I've had it on my hard drive and it worked just fine for previous re-flashings. –  Jul 01 '12 at 18:42
  • 1
    Check out this Wiki for almost all answers to problems related to booting the RPi: http://elinux.org/R-Pi_Troubleshooting#Power_.2F_Start-up – Sjaak Trekhaak Jul 02 '12 at 08:38
  • Are you by chance using a microSD card in an adaptor? I had a similar issue, until I ditched the adaptor for a different one. – zenbike Jul 03 '12 at 05:44

4 Answers4

9

It sounds like it could potentially be one of two things:

  • A problem in the SD card meaning that when booting, it struggles to access the boot partition correctly (which would explain why when you boot and let go, it freezes again)

  • A problem with the physical SD card slot in the Pi - one of the contacts could be broken or faulty meaning that when you squeeze it it makes the contact again and works ok.

The easiest thing to do would be to try another SD card, and then perhaps potentially another Pi if you can get your hands on one. Until that, it's quite difficult to say which one of those issues it likely is.

berry120
  • 10,924
  • 10
  • 51
  • 62
3

if I hold the PCB and the SD card together with two fingers, the Raspberry Pi DOES turn on, but the boot process freezes (no kernel panic or anything, just hang) when I release it.

There's a problem with the card connection.

It seems fine. What is even more bizarre is that once the system boots, SD card works even if I release it.

If the system is running idle, it wont be interacting with the SD card. In fact, some of the boot process should be occurring in RAM. I would expect it to only halt when reading the image, starting daemons or mounting filesystems.

Try creating or copying files, or unmounting filesystems when the system is 'running' after you help it boot. You should find that this is when it fails.

Jivings
  • 22,538
  • 11
  • 90
  • 139
0

Are you using a MicroSD Card adapter? Don't do that. Use a SD Card.

0

My pi had the same problem. I've been using the NESpi case and I was having a hard time getting the SD cards in and out of the thing. I guess with all my struggling it messed up the SD card slot on the pi. If I press on the slot when I turn it on it works like normal. If I don't it acts like there is no card inserted.