#Is it possible to shorten the boot time?
13 messages · Page 1 of 1 (latest)
that does seem a little weird. that time window from when the login prompt appears, until when the screen blanks. seems... suspect.
systemd-analyze blame may offer some clues
I wonder if this is the old "wait for network ready" can bus issue?
If you're running CAN, can you post the output of this command (run over ssh):
cat /etc/systemd/network/25-can.network
Thanks. Here is the output of systemd-analyze. I'm not running CAN.
I'm not sure of what I'm looking at
You're looking at a list of all the startup processes, sorted by which ones take longest
Keep in mind, that doesn't necessarily tell you what matters, since some things run in parallel
But it offers some ideas where to start looking for slow downs
What is NetworkManager-wait-online.service? It has the word wait in it.