1

Ubuntu MATE pi image wont run. I want it to run on a pi 2, but the green light just stays lit. I also tried the imaged sd card on a pi B+ (just to test) and the green blinks 7 times.

I imaged the sd cards from the one available on raspberrypi.org with dd. This is far from my first time using dd so I doubt that's the problem and both pis run rapsbian fine so there's no hardware problem.

Any way to get this to work?

twinlakes
  • 221
  • 1
  • 10
  • How big is your SD Card? What class? How long did you let the RasPi idle for? – Kachamenus Oct 05 '15 at 04:39
  • The pis idled for up to 10 minutes, but regardless the green light should have started flashing to indicate activity. My SD card is 32gb. It is now running raspbian fine, but I would still like to use ubuntu mate. – twinlakes Oct 05 '15 at 14:58
  • Okay, so the SD card itself is fine. Got it. – Kachamenus Oct 05 '15 at 15:00
  • Do you get a Rainbow GPU screen? – Kachamenus Oct 05 '15 at 15:05
  • 2
    Ubuntu MATE won't work on a B+ because Ubuntu is ARMv7 only. This is why you get the "kernel not found" pattern of blinks. Green light on steady w/ a Pi 2 is what happens if you have no SD card, the card is not inserted properly, or the SD card reader does not like/recognize the card (which can happen -- try a different brand/model). – goldilocks Oct 05 '15 at 15:12

1 Answers1

1

One thing that can happen is that once you download the iso, it gets corrupted on download. You then try again and again to install on the SD, but it won't work because of the faulty download.

Can you try downloading it again and installing it for me?

According to this, LED blinking 7 times mean kernel.img is missing/corrupted. Make sure that this file isn't corrupt and exists.

goldilocks
  • 56,430
  • 17
  • 109
  • 217
Kachamenus
  • 749
  • 6
  • 26
  • 1
    Rather than downloading it again, you can mount and check the image file locally: http://raspberrypi.stackexchange.com/q/13137/5538 ...Including using `fsck` on the partitions. – goldilocks Oct 05 '15 at 15:10
  • Right. I keep thinking fsck is only for checking HDDs. – Kachamenus Oct 05 '15 at 15:12