[SOLVED]: boot scripts with ssh

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 :wink:

Hi Stroked_Papy,

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

Thank you so much

But the logs and journalctl they are there I do not find the details of the boot like that. :wink:

When I boot with tty1 the details of dietpi-process_tool are there but with ssh not

How to view the details of dietpi-process_tool in log ? :cry:

Thank you

Ah yeah dietpi-services and dietpi-process_tool output is indeed only done to main terminal.

The detailed service start infos can still be read from journalctl, for process tool I suggest you simply rerun it: dietpi-process_tool 1