this post was submitted on 30 Jun 2023
8 points (100.0% liked)

Linux

45513 readers
1300 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
 

I've been working on my boot time lately, but I realize I really don't have a good handle on what it should be. I am hoping some of you will share yours so we can all get a feel for it. I'm including some HW specs here also because I've heard it can be relevant:

64GB RAM, 2 x 2 TB NVME:

Startup finished in 9.922s (firmware) + 1.151s (loader) + 3.506s (kernel) + 4.006s (userspace) = 18.586s graphical.target reached after 4.003s in userspace.

Edited to add boot time detail

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 1 year ago

It does not matter unless you reboot your machine every hour.

[–] tuto193 8 points 1 year ago (1 children)

Literally don't personally care about boot time, as long as it's under 30-60s (currently at about ~5?), and since I reboot like once a month, I don't really pay much attention to it. How come you want to minimize that so much? Any particular target you want to achieve?

[–] [email protected] 4 points 1 year ago

I really just wanted to get a gauge on what a good range is. For my machine, I just want to see how low I can get it without sacrificing needed features or maintainability. 10s would be amazing.

[–] [email protected] 3 points 1 year ago
  1. a few minutes. Usually I expect 2, claim 5, but when updating gitlab or something equally bloated I'll need 7-10 for the patch-and-bounce.

  2. no one cares whether it takes a minute extra while you're getting coffee or when it's in the middle of the night. The #1 selling feature of systemd is thus moot and it's truly just a piece of hot garbage.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)
# systemd-analyze time

Startup finished in 39.050s (firmware) + 6.680s (loader) + 993ms (kernel) + 3.519s (initrd) + 22.326s (userspace) = 1min 12.570s 
graphical.target reached after 21.680s in userspace.

for me, most time is used until the bootloader shows up, because I had to disable "fast boot" in bios because it made some problems on rebooting. pressing enter in grub could speed up 5 seconds more ;-) gentoo, systemd, 2x2tb nvme, 32 gb ram, 4 hdds. could be faster, but it mostly doesn't matter because I power on the system every morning but don't use it right away

edit: on my server, which is not UEFI, therefore has no "firmware" part:

# systemd-analyze time
Startup finished in 1.814s (kernel) + 47.640s (initrd) + 36.602s (userspace) = 1min 26.057s 
graphical.target reached after 36.602s in userspace.

and on my laptop, which boots fast AF

# systemd-analyze time
Startup finished in 4.242s (firmware) + 14.631s (loader) + 1.737s (kernel) + 3.210s (initrd) + 5.136s (userspace) = 28.959s 
graphical.target reached after 4.936s in userspace.

[–] [email protected] 2 points 1 year ago (1 children)

About twenty seconds from 'power button' to 'desktop' on my laptop, about two minutes on my desktop, mainly because it's got about 9 disks in it in various RAID patterns, and a discrete graphics card and fancy USB audio and all that shit needs initialised. Doesn't matter much, they both sleep / hibernate and rarely need restarted

[–] [email protected] 1 points 1 year ago (1 children)

Interesting - I also have a discrete GPU and a USB interface. Do these things add much time?

[–] [email protected] 2 points 1 year ago

We're talking seconds, but on top of 'twenty seconds' then it's a large fraction of the total. The real problem is mounting disks in RAID for me, though - takes quite a while.

[–] ipsirc 2 points 1 year ago

Linux 6.5 Should Spend Less Time Waiting On PCIe Devices: https://www.phoronix.com/news/Linux-6.5-PCI

[–] superfes 2 points 1 year ago

About 8.673s (systemd).

Sometimes takes longer to POST >_>

[–] [email protected] 1 points 10 months ago

Last time I rebooted the laptop it was about 30 seconds... six months ago.

Seriously guys, why the boot time that important nowadays ?

[–] [email protected] 1 points 1 year ago

My server takes about a minute but it's a dual core Atom with 1.8gb of ram >_<

[–] RegalPotoo 1 points 1 year ago

From cold shutdown, the server takes ~8 minutes by the time the IPMI has initialized, it's probed all the RAM, initialized all the PCIe cards and run their boot ROMs, then actually booted Linux, brought all the RAID arrays online and done all the other stuff. It's another 5-10 minutes until things are actually usable while the containers start. Only gets rebooted every month or so, and I'm usually doing something else while it's happening so it's not a big deal.

Laptop is about a minute, but again, it's in sleep mode most of the time so 95% of the time I'm not waiting for it to boot.

load more comments
view more: next ›