Release 10, buster image:
After a reboot, I suddently could not login by ssh anymore. I could ping the Pi's IP and the connection looked all good, nmap returned me some weird timeout messages though.
I hooked up one of my screens with HDMI and see that the boot process stopped and it asks me to login with the root pwd, i did and executed jornalctl -xb, there's a lof info and at the end it says:
Code: Select all
systemd[391]: emergency.service: Executable /bin/plymouth missing, skiiping: No such file or directory
Subject: Process /bin/plymouth could not e executed
Defined by: systemd
Support: http://www.debian.org/support
The process /bin/plymouth could not be executed and failed.
I installed plymouth with apt, rebooted and the process stopped again, this time, after entering my password, it said:
Code: Select all
bash: /DietPI/dietpi/func/dietepi-globals: No such file or directory
[FAILED] DietPi-Login | Failed to load DietPi-Globals. Skipping DietPi login scripts...
My /DietPi/ is empty....but I guess I found dietpi-globals on https://github.com/MichaIng/DietPi/blob ... pi-globals from where I can download and netcat it across (since ssh is not working..) okay, that's what i did, reboot and the same message about a missing /DietPI/dietpi/func/dietepi-globals - even though I just created it, /DietPi/ is empty again.... what's going on? How do I solve this?