this post was submitted on 10 Oct 2025
359 points (92.2% liked)
linuxmemes
27650 readers
306 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. ๐ฌ๐ง Language/ัะทัะบ/Sprache
- This is primarily an English-speaking community. ๐ฌ๐ง๐ฆ๐บ๐บ๐ธ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. ย
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
But by the time the lid is up to reach the power button, it's already out of sleep and operationalโฆ
I remember when windows used to brag about incredibly fast boot times.
Now, my 5 yo gaming PC takes about 30 seconds to wake up to the password screen. While my Linux laptop takes 15 seconds to go from cold start to desktop.
For me I can reach the windows desktop in around 14 or 15 seconds (auto login), for most people the biggest bottleneck is a slow bios.
Linux and windows normally have very similar boot times at least on my hardware.
5600X
B550 AORUS ELITE
Intel 660p
@Sustolic @VitoRobles 15 years ago initng in linuxmint was doing magic; booting system to gnome2 desktop in 3 seconds from grub. On PCs with intel motherboard this was about 4 seconds from poweron. And moreover, this was on HDD.
Now all systems are bloated and cannot boot in 3 seconds even on SSD
My 10yo gaming PC is probably "faster" to boot because it is set up to auto logon without password promt so it boots straight to desktop without any interruptions while my Linux laptop has pre-boot-authentication and then normal login. But between these two password promts is basically no time at all
Meanwhile, my work Windows laptop is significantly slower to wake up now as I'm forced to hibernate it thanks to them removing S3 sleep in favor of the modern standby shit.
Lucky you! Mine just crashes when I try to enter Sleep mode leaving both screens on and frozen, and nothing at all working.
Maybe try the kernel parameter
amd_iommu=off
if you have an AMD CPU (and you're talking about Linux and not Windows). I had the same problem and this fixed it for me.Hey, thanks! Unfortunately, I'm a very new Linux user (190 days according to fish), so I've no idea how or where I would set that parameter.