this post was submitted on 21 Jul 2023
26 points (88.2% liked)

Linux

48133 readers
1010 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] Kruemel@feddit.de 23 points 1 year ago* (last edited 1 year ago) (1 children)

systemd-analyze plot > plot.svg gives you a picture to look at what takes so long. Read here: https://wiki.archlinux.org/title/Improving_performance/Boot_process

I'm, too, more happy with systemd boot than i was with grub lately but mostly because of the cool looks.

[–] april4356@lemmy.world 9 points 1 year ago (2 children)

thanks, the pic is very clear and easily digestible. it seems that plymouth-quit-wait.service takes the longest (~23s). if i understand correctly, plymouth is essentially just some boot animation. is it a good idea to remove/disable/skip it?

[–] Kruemel@feddit.de 2 points 1 year ago

I'm happy it worked out well!

[–] YonatanAvhar@programming.dev 2 points 1 year ago

Yes, Plymoith is just the splash screen, you can try disabling it and seeing if it helps