I successfully have an RPi3 booting LibreELEC 9.2 over PXE. Everything in that respect works. It’s really just for proof of concept to test everything out.
The issue I am having is SSH no longer works. My commandline.txt file has quiet ssh ip=dhcp at the end of it. In Kodi under the LibreELEC settings Add-On at first the option to enable SSH was not there under the Services tab, so I removed ssh from my commandline.txt and rebooted and now it shows up and shows as on, regardless if I keep it removed or put it back in commandline.txt
However, when I open a terminal from another computer on the same network and type ssh [email protected] (that’s the correct IP) I get ssh: connect to host 192.168.1.30 port 22: Connection refused. I tried a fresh install again and dropped a blank file titled “ssh” in the boot folder but that didn’t change anything.
What am I doing wrong or what do I need to do to get SSH working? Is it something to do with booting over PXE and technically no local install, rather I’m theoretically trying to ssh into the server over NFS instead?