jernej With the OPi3 not booting properly, it won't allow ssh (I've tried adding ssh to the parms on extlinux.conf and it ignores it). I've tried to ssh to the box via IP and name shown in DHCP leases, and it doesn't accept it.
I really think the improper booting is the problem but cannot figure what's wrong. Does the 11.0 version work properly on your end?
My boot goes as follows: Power on, LE logo shows for 15-30 seconds. Left edge of screen shows a scroll of messages starting at about 15.xxx sec to 18.xxx sec or so...then blanks for maybe 45sec to a minute. then the screen clears and the message shows :
*** Error in mount_storage: mount_common: Could not mount UUID=2d187d5b-a18a-45e5-a167-2dc64c4a2c42 ***
### Starting debugging shell for boot step: mount_storage... tyoe exit to quit ###,
Alternatively, I've changed the extlinux.conf to be:
LABEL LibreELEC
LINUX /KERNEL
FDT /sun50i-h6-orangepi-3-lts.dtb
APPEND boot=LABEL=LIBREELEC disk=LABEL=STORAGE console=ttyS0 115200 console=tty1 ssh
and it does basically the same thing,
If I type "exit" in response to the prompt, it begins scrolling a bunch of linux boot-up messages with some warnings, some errors and mostly status messages. After several screens worth of scrolling messages it finally quits with the messages and sits there (no prompt, no responses to commands, nothing)... it will respond to CTL-ALT-DEL with rebooting (back to the error in mount_storage message) but doesn't respond properly to many linux commands except the basics like ls -al.
This is all with the MicroSD card created directly from the LE-SD tool without ANY modifications, other than the above contents of the extlinux.conf file.
Can you a:) see anything Wrong I'm doing? and /or
b:) write a step by step how to get the OPi3 to boot properly and install LibreELEC onto the emmc so it will reboot properly.
Thanks VERY much for your help on this...