this post was submitted on 27 Mar 2026
41 points (79.7% liked)

Linux

64150 readers
251 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 6 years ago
MODERATORS
 

Normally I always forget why I still keep thinking about switching back to Windows. Today was a great reminder. Linux can be frustrating. This post is somewhat about awareness and partly about me learning about other peoples experiences. I updated my CachyOS as usual. There were some system packages upgraded and I got the notification to reboot. Figuring I'd do it later I left after some time and the PC went to sleep. Upon returning the screen stayed black. Even upon forced reboot. Remembering I was using Limine with BTRFS snapshots I tried multiple previous snapshots but to no avail. I remember this happened before. So now I face another reinstall.. This and having to dive into the deep end of terminal commands to get drivers, programs or games working can be quite frustrating. I understand why people are turned off and go back to Windows..

Onto NixOS for me. A big dive but it seems very stable which might be just what i need. I feel like the philosophy of NixOS combined with a graphical store to install programs and what not seems like a great solution.

What would your ultimate distro be like?

you are viewing a single comment's thread
view the rest of the comments
[–] Nibodhika@lemmy.world 1 points 21 hours ago (1 children)

I'd argue that CachyOS is more noon friendly than arch.

I'd say no, Arch forces you to learn to use a terminal, chroot and other things so you can fix your system if it breaks. CachyOS expects you to know this but doesn't force you to. It's like saying jumping off an airplane is more noob friendly because of the static line.

People fail to see my point that sometimes Linux breaks very easily and I'm not blaming Cachy or Arch specifically but a simple update and sleep should not result in a black screen on any OS IMO.

Yes, that's correct, I have never ever in my 20 years of running Linux and administering Linux laboratories seen a system break because of a sleep during an update. It's very likely that that was just a coincidence and the system would have broken regardless of the sleep. I don't have all of the info but my guess would be either Nvidia driver related (as I see recent news mention it on both Arch and Cachy) or (more likely) you changed a system config and the update kept your version which is now not compatible (it happens, it's part of the reason why Arch is called unstable, on stable distros that can only happen during version updates, and you get promoted about each of them, but Arch expects you to check pacnew/pacsave files after an update)

It's you who's missing the point that the other person made, your experience is not something that matches other Linux users. CachyOS is not noob friendly, these sort of thing should never happen in Mint or other more noob friendly, but Cachy expects you to be aware of certain things because it is a bleeding edge rolling release distro. People think Arch is difficult because of the installation process, but that's not it, that's very straightforward, maintain the system is what's difficult.

[–] BandanaBug@piefed.social 1 points 4 hours ago (1 children)

As a newbie it is easier to set up Cachy. When shit hits the fan either fixing it on Arch or Cachy would give a similar experience to a noob I think.

I understand it might be a fluke or that I am at least a minority in this issue. But that makes troubleshooting harder. I'm even on all AMD hardware.

It's interesting that the whole idea about stability (the system not breaking) shifts from the developer to the user.

[–] Nibodhika@lemmy.world 1 points 3 hours ago* (last edited 3 hours ago)

As a newbie it is easier to set up Cachy. When shit hits the fan either fixing it on Arch or Cachy would give a similar experience to a noob I think.

Yes, but Arch prepared you for it. Arch philosophy is one of teaching you why you need to do something, and then how to do it, so if something breaks you have some vague idea of what was and how to fix it. CachyOS is Arch, it has the same expectations of you knowing things, and having read the wiki, but you skipped the tutorial. This is why me and many others despite the idea of recommending an "easy" Arch to newbies, it's not easy and only causes trouble.

Arch is very unstable (in the sense that anything can change) and that means it's easier to break things if you're not careful with things you don't know to be careful about. For example, not saying that this is your case, but I've seen people install drivers and programs through binaries downloaded form a webpage like they would on Windows, that is a TERRIBLE idea as it will likely break on the next update, and if it's something important like a GPU driver you will be dropped to a terminal.

I understand it might be a fluke or that I am at least a minority in this issue. But that makes troubleshooting harder.

It's not about being a minority, it's about we don't have all of the info so can't help you. From the info you gave us I can tell you it's not something known, as I haven't seen it being reported by others, which means it's something specific that you did to your system. Every thread I find for CachyOS update breaking things is a unique case where the person did something.

And I know your knee jerk reaction will be "I did nothing, I only updated", but that's probably not true, otherwise we would see other people reporting the issue. If simply updating now was enough to break the system we would be hearing from hundreds of people whose system broke. But we haven't, the only report we have is yours, which very likely means you did something different from everyone else. And I get that you don't know what it is, when I first started using Linux I used to break my system every couple of months, and I always thought it was the system fault, but guess what? It wasn't. Eventually I learnt to use Linux and my system never broke again, I can't tell you for sure what I was doing before, but clearly I was doing something.

It's interesting that the whole idea about stability (the system not breaking) shifts from the developer to the user.

Well, that's bound to happen if you own the system. Same reason most companies have a warranty void if you fiddle with the internals, once you do that it's impossible to say if the issue was caused by you or them, and the same thing is true for a Linux system. My guess here is that you changed a config, or installed an unofficial package or something or the sort, it might have been months ago, but now the update changed one of the underlying things and it broke. I would probably lean to the config side of things, since I don't expect you installed anything critical from outside the repos. Or another possibility is that you went a long time without updating, that can have consequences on Arch systems.

PS: I get it, I know this seems harsh, I know you're probably thinking "I did nothing, this Linux is unstable and finicky", I know that because I was in your shoes 20 years ago. Arch is not for everyone, even some extremely knowledgeable people dislike the high maintenance it sometimes imposes, for new people without experience it can be like walking on a landmine field. Which is why I always recommended more newbie friendly distros like Mint, because they try to be more stable in all senses of the word (you can still break them though, as you are in control of the system, but it's more difficult).