Lancaban

joined 2 years ago
[–] Lancaban@kbin.social 17 points 2 years ago

This article might help:

https://itsfoss.com/check-boot-time-linux/

specifically, the command : systemd-analyze blame

This will show a list of processes that run during boot, and exactly how long each one takes, which can help identify any specific bottlenecks.

The article goes into a bit more detail, I recommend it as a starting point.