my windows install used to boot in 20 seconds - from power button press to desktop. my manjaro install takes over twice as much at about 45 seconds. what are the typical ways to reduce boot times on linux? where should i start?

  • Lancaban@kbin.social
    link
    fedilink
    arrow-up
    19
    ·
    1 year 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.