this post was submitted on 25 May 2026
45 points (97.9% liked)

Linux

13763 readers
415 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 19 comments
sorted by: hot top controversial new old
[–] megopie@beehaw.org 1 points 3 hours ago (2 children)

in an era where many systems are always-on and suspend/resume working more reliably these days

… do people not turn their computers off when they’re done using them?

[–] cm0002@lemy.lol 1 points 2 hours ago

I sure don't, my current record is 6 years (On Windows no less lmao)

[–] keisatsu@infosec.pub 1 points 3 hours ago (1 children)
[–] megopie@beehaw.org 1 points 2 hours ago

Sleep is important

[–] gwl@lemmy.blahaj.zone 3 points 8 hours ago

Your boot time is slow?

Mine goes from cold off to login screen in 5 seconds

[–] unexposedhazard@discuss.tchncs.de 10 points 11 hours ago (2 children)

All my boot time comes from LUKS decryption...

[–] peterhorvath@mastodon.de 1 points 11 hours ago (1 children)

@unexposedhazard @cm0002 Das sollte nicht so sein, symmetrische Ciphers sind schnell

[–] unexposedhazard@discuss.tchncs.de 1 points 10 hours ago* (last edited 10 hours ago)

So wie ichs verstehe ist Argon2 absichtlich "langsam" um bruteforce Angriffe zu erschweren. Auf meinem 5800X3D brauchts nur ~2 Sekunden aber auf nem Thinkpad mit deutlich weniger compute sind das eher so 10 Sekunden.

[–] cecilkorik@piefed.ca 18 points 13 hours ago (2 children)

I boot off an SSD and besides intentional delays like waiting to see if I want to pick a different kernel, it only takes a handful of seconds. I don't really see the issue, but it's a good cause and best of luck I guess.

[–] HelloRoot@lemy.lol 1 points 5 hours ago* (last edited 5 hours ago)

5 seconds? How?

My grub is set to 2sec.

From pressing the power on button to an open start menu (I measure like this because the DE is still unusable for a good 5s after it becomes visible) it takes me about 36 seconds.

I recently tried hibernation thinking it would speed things up, but it takes about 2 minutes... huge RAM bad I guess.

(And yes, windows on the same hardware is way faster at about 17s, because it does some magic idk about)

[–] testaccount372920@piefed.zip 7 points 12 hours ago

That's basically what the article states. Most users have fast enough systems to not bother with this tool, but embedded systems and other slow hardware could benefit from this. I imagine it's mostly useful for engineers (and smart home hobbyists) to optimize processes or product lines.

[–] LaMouette@jlai.lu 4 points 10 hours ago (1 children)

Bazzite take a very long time to load on a 16gb ram core i7 laptop i have. Something like 30s at least. So I'd take any advice to improve that

[–] prole@lemmy.blahaj.zone 0 points 4 hours ago

The way I improved it was by remembering that 30 seconds isn't actually a long time at all

[–] justlemmyin@lemmy.world 2 points 10 hours ago (1 children)

Doesn't systemd have a command to do something similar? Why use this.

But also, you guys reboot? 😅

[–] Gonzako@lemmy.world 2 points 10 hours ago

PCs on my room and shutting it down is a good ritual to sleep

[–] KaRunChiy@fedia.io 4 points 13 hours ago

It takes my system 3 seconds to go from POST to a gui login, so uuhhh, what boot times

[–] Evotech@lemmy.world 3 points 13 hours ago (1 children)
[–] peterhorvath@mastodon.de -1 points 11 hours ago

@Evotech @cm0002 Systemd ist eine sch...e, es sagt parallel boot, aber es hat so viele unnötige interne Abhängigkeite, es ist praktisch single-threaded wie sysv. Runit is parallel, niemand nutzt es.