I grabbed an iso of ubuntu 16 for raspi 3 from here: https://ubuntu-pi-flavour-maker.org/download/
I ssh'd in with ubuntu, set a password.
Ran apt-get update && apt-get upgrade
All good so far.
Then I ran poweroff
, great, the raspi appears to powerdown... leave it a bit but the leds are still on and red.
Leave for a total of about 4 mins.. led is still solid red.
Disconnect the lan and usb, leave for a bit.
Plug the lan and then the power source back in, but this time the little guys isn't booting up, the led is just solid red with nothing else.
This post is talking about a powerswitch: How do I turn on my Raspberry Pi after shutdown?
Is there a way to boot a raspi without buying this powerswitch? It's Easter and the shops aint open till Tuesday.. :/
UPDATE
Here is a snapshot of the little pi trying to boot up while connected to a screen.
If you can make out the image the first main error seems to be
No FDT memory address configured. Please configure the FDT address via "fdt add " command.
Then following with
ERROR: Did not find a cmbline Flattened Device Tree
:( https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1652270
UPDATE After some further reading it seams the iso i used (https://wiki.ubuntu.com/ARM/RaspberryPi) is not supported by cononical. I am now trying the https://developer.ubuntu.com/core/get-started/raspberry-pi-2-3 version.
I think i will have to get a screen hooked up and see what is happening during boot.
– John Apr 17 '17 at 10:20Snappy Ubuntu Core
which is probably NOT what you want (unless you are developing snap-ins). TheMATE
download from https://ubuntu-mate.org/raspberry-pi/ works without any problems. I have used earlier versions ofUbuntu Classic Server
, which are OK if you want a server. NONE of the distributions for Pi (except Snappy) are supported by Canonical, they are user ports. – Milliways Apr 18 '17 at 01:55