Well at least you are in…just don’t reboot ever again…
What I suspect is happening is for some reason the network link is not up before the astrobox service tries to start and verify its connection to the internet. From what I see after a quick look at the astrobox service handler it tries 10 times at 2 second intervals to ping google…If it succeeds in this then it launches the astrobox-init otherwise it attempts to start the access point service…we can see that the astrobox-init is at least being launched but the question is how does it think it is connected or not connected as the case may be.
so since you have a network cable I am guessing either it thinks it is pinging google when it is not or it times out and can’t reach google (why?) and is trying to start the wifi access point service after which the ethernet service seems to be ignored (though not by the system only astrobox)
Do you perhaps have a really slow responding internet connection or some other issue on the LAN that would cause this to time out?
If you are comfortable you might just try upping the astrobox service time out to 60 seconds or something by editing the service script…as I understand it that would mean it would try longer to get to google…before it moves on to trying to use the wifi access point.
All of this is just speculation on my part as I am not part to the astrobox coding team…