this post was submitted on 19 Mar 2025
1645 points (96.2% liked)
linuxmemes
23785 readers
2264 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
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
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.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
It's not because you can't check on Windows, that it doesn't exist ! I'm sure there are a lot of different boot issue logs in Windows, they are just hidden behind a "beautiful" Welcome page.
You're making a huge assumption based only on the fact that Windows hides these logs from the end user.
I've had line of sight to those logs through a system that automatically highlights those errors and warnings for something like eight years now, for a fleet of over 1000 Windows machines at the start which is now roughly 5000 total.
In that time I've seen less than 200 graphics driver issues logged, and they all were on machines with failing hardware.
Yes, they are not anywhere as visible to the end user as they are on Linux, but they are also significantly less common (graphics issues in particular).
Also, if the warnings are meaningless, why display them to the end user? It's just more noise that actual problems can sneak by in.
I mean to be fair, the Windows Event Viewer has zero shortage of warnings that are meaningless to the everyday user as well.
I've always seen the event viewer and
dmesg
to be two sides of the same coin - both of them serve the same (or close enough of an equivalent) purpose to my knowledge, and both are very verbose.