pull down to refresh

Do you have physical access to the server?
If so, plug a keyboard on it and try to access and login on a TTY. You can access one with CTRL + ALT + F2 (or 3, or 4, or 5, or 6. 7 is usually where X is running)
After login, try running startx to see what happens. It'll probably throw an error saying that there's already an open display or session or something but, for now, we only want to know if you can get to this point
One more question: I'm not familiar with Start9. Is it a distro or is it something that runs on top of another distro? If it is a distro, which one is based on? Debian, Ubuntu, other?
Can't plug a keyboard into the thing, its running off of a rasberry pi.
StartOS is the distro, not sure what its based off on.
reply
As @Scroogey said, you can plug a keyboard and a mouse on the Raspberry Pi. You can also plug it to a monitor
Do that and boot the thing so we can continue guiding you
not sure what its based off on.
I made a quick research and it appears to be base on Debian
reply
deleted by author
reply
10 sats \ 1 reply \ @felipe 17 Dec
Nice, that is progress
Can you open a terminal inside this kiosk mode you mentioned?
If so, before trying anything else, plug a usb drive and back up everything you think you might need later
After that, you can do the following:
sudo systemctl stop lightdm (or gdm if it can't find the lightdm service)
this will stop the current X session and drop you back to a TTY
login on this terminal
rename files like .Xprofile and .xsession or something like that to something else (I like to append .old)
try to start a new session with:
startx (try to append --verbose to see if it throws any useful log
if startx didn't work, try sudo systemctl start lightdm
Let's see what happens after all that
reply
deleted by author
reply
deleted by author
reply