Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
I think that's really an oversimplification--it really all depends. Systems won't boot in under 20 seconds under all circumstances, and just because your system takes a while to boot doesn't necessarily indicate there's an issue.
But either way,
systemd-analize blame
will help you track down some possible issues and hopefully correct them.Another thing you can try if you're running Gnome, is to edit the
application.desktop
file in your system application launch folder and add a startup delayX-GNOME-Autostart-Delay=60
to some non-critical applications that you still want to run at startup. This will ensure that not everything tries to star at once, but you still get all your helpful apps to run at startup.