Hello
I want to be able to follow the progress of the boot scripts but my dietpi does not start with a screen but with ssh
I think make a file and a direction
How to do that
Thank you
Attachments
Last edited by Stroked_Papy on Thu May 09, 2019 5:18 pm, edited 1 time in total.
The boot scripts print to the "physical" terminal "tty1" (usually), while SSH sessions attach to virtual terminals, e.g. "pts0". Also the SSH server starts in middle/end of the boot process of course, since e.g. network needs to be active already. So it is naturally impossible to follow the boot process via SSH session.
But anyway easier is check the logs afterwards where you can browse back and forth: journalctl
To see the detailed logs of what DietPis own boot scripts do: cat /var/tmp/dietpi/logs/dietpi-preboot.log
cat /var/tmp/dietpi/logs/dietpi-boot.log