Interesting. Did you do do a fresh install of Kodi with network booting? I simply copied everything from my SD card to my NAS and then made the modification to cmdline.txt.
Posts by Skrenes
-
-
None of this seems to work anymore. I posted here with what I've done and my log file. Is everyone else's working on the latest LibreElec for Raspberry Pi 3 B+?
-
OK, works now. Had to do something from this thread for the shutdown hang issue:
Copy /etc/connman/main.conf to /storage/.config/connman_main.conf
and add the network interface to NetworkInterfaceBlacklist optionCreate an autostart script to add default gateway and connman resolv.conf
nano /storage/.config/autostart.sh
Code/sbin/route add -net 0.0.0.0 gw 192.168.90.1 echo -e "search mydomain.org\nnameserver 192.168.90.1" > /run/connman/resolv.conf
chmod +x /storage/.config/autostart.sh
I did exactly this but mine still crashes on reboot/shutdown. My logs are here (created the same was as instructed). Any ideas?