2

I've been using the following SD card:

PNY - 8GB High Performance Secure Digital High Capacity (SDHC) Class 10 Memory Card

All of a sudden, my Pi will not boot. So I throw in another card and the Pi boots up. So the card is corrupt. I reformat it, and try again. Nothing. So now I want to know if the card is really bad, I reformat it and try storing some files and retrieving them from a PC. I am able to store data on the card.

My question is, if I can store and retrieve data why cant the Pi boot?

PhillyNJ
  • 1,210
  • 2
  • 16
  • 28

2 Answers2

3

I have about a dozen Rpis, and have had nothing but trouble with the SD cards. There are quite a few tutorials around for doing almost all of the booting from a USB flash or hard drive. An SD card is still necessary, but it is only read from, not written to. I have yet to lose one of these. Also, they are much faster.

If you need another USB port or two, you can get a dongle that lets you put two USB lines into a port. I have had no luck with memory devices on a powered hub, though other devices are fine.

Interestingly enough I have had no trouble with an SD card on a UDOO.

user17315
  • 46
  • 1
0

You have two problems here:

Corruption

When you shut down the pi, make sure sure you are shutting down pi fully via the desktop shut down option or by running sudo shutdown -h now before unplugging the power. Simply unplugging the power will corrupt the sd card. See here for info.

Note: The pi is only fully shut down once all LEDs except the red power LED turn off.

Unable to reformat

The Windows Explorer formatter (and some other basic SD card formatters) don't take into account that the sd card has several partitions. To format completely, use a more advanced tool. See here for instructions.

DankMemes
  • 123
  • 1
  • 4