Hi,
I'm trying the same just now with 7.95.2
I updated root=/dev/sda2 in cmdline.txt but I think it's not enough, maybe I've to change /etc/fstab.
(From Raspbian, /dev/sda2 contains only lost+found, strange, I will try again to create SD using win32diskimager in place of Rufus).I think LibreElec should give a LABEL to root partition to refer in cmdline.txt and /etc/fstab
Also could be nice to boot LibreElec from PXE, maybe it's only more complicated the autoupdate being the firmware files loaded via tftp
Thank you
Just tried it and it works!
I have loaded 7.95.2 fresh on the USB stick and before starting the rpi changed cmdline.txt from:
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet
to:
boot=/dev/sda1 disk=/dev/sda2 quiet
That was all.
Of course I had already made the rpi USB-boot ready with raspbian.
@Irusak: wondering if it would be helpful to add the other parameters that raspbian has like:
dwtc_otg.lpm_enable=0 console=serial0,115200 console-tty1 elevator=deadline fsck.repair=yes rootwait
Any idea?
I agree with fabio70mi that using a label rather than an address would be nicer. Don't know how that should be phrased in cmdline.txt (or elsewhere).
As far as fstab is concerned: I cannot find it on the USB stick from my Linix Mint box!