this post was submitted on 11 Apr 2025
68 points (68.3% liked)

Linux

53094 readers
1014 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
 

Hey folks. I've had an on-again, off-again relationship with Linux for over 20 years. Usually, my attempts to use it are either thwarted by issues installing, issues booting, or general problems while using it... leading to “catastrophic failure” that I can't fix without digging into hours of research and terminal commands.

Windows 11 (even 10) are rock solid for me, even as a very heavy multitasker. No crashes. No needing to reboot, unless I'm forced to with an update, and really no issues with any hardware or software I was running.

But with Linux, I just can't believe how unstable it is, even when I do the absolute basic things.

I'm trying to learn why this is, and how I can prevent these issues from coming up. As I said, I'm committed to using Linux now (I'm done with American software), so I'm open to suggestions.

For context, I'm using a Framework laptop, which is fully (and officially) supports Fedora and Ubuntu. Since Fedora has American ties, I've settled with Ubuntu.

All things work as they should: fingerprint scanner, wifi, bluetooth, screen dimming, wake up from suspend, external drives, NAS shared folders, etc. I've even got VirtualBox running Windows 11 for the few paid software that I need to load up from time to time.

But I'm noticing issues that seemingly pop out of nowhere on the software/os end of things.

For example, after having no issues updating software, I get this an error: "something went wrong, but we're not sure what it is."

Then sometimes I'll be using Firefox, I'll open a new tab to type in a search term or URL, and the typing will "lag", then the address bar will flicker like it's reloading, and it doesn't respond well to my mouse clicks. I have to close it out, then start over for it to resolve.

Then I'll open a different app, sometimes it might open, sometimes it won't.

Or an app will freeze for no obvious reason, and I'll get a popup asking to wait or quit.

Another time I left my computer while I went out for a walk, came back, and it was like I just rebooted... all my work was gone, and it was starting fresh from the login screen.

I'm trying not to overload things, and I'm doing maybe 1/5th of what I'd normally be doing when running windows. But I don't understand why it's so unstable.

Any suggestions would be greatly appreciated.

FWIW, I'm not keen to switch away from Ubuntu, because I do still want official support if there's ever a problem with getting hardware to work.

UPDATE: Wow, I did not expect to get so many responses! Amazing!

Per suggestions, I ran a memtest86 for over 3 hours and it was clean.

I installed Fedora 41 and am now setting it up. Seems good so far, and elevated permissions can be authorized with biometrics! This was not something I had to. Ubuntu, so awesome there!

Any specific tips for Fedora that I should know? Obviously, no more Snap packages now! 😂

UPDATE 2: Ok, Fedora seems waaaay more stable than Ubuntu (and Mint). No strangeness like before... but not everything works as easily. For example, getting a bridged network adapter to work in virtualbox was one-click easy on Ubuntu... not so much on Fedora (still trying to get it working). And Virtualbox didn't even run my VM without more terminal hackery.

But the OS seems usable, and I'm still setting things up.

One thing I have noticed, however. When I search for how to fix or do something, nearly all websites and forums reference Debian/Ubuntu commands, so the fragmentation there is a little annoying

(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 4 days ago (1 children)

This blows my mind, honestly. Since I moved to Linux about 8 years ago, I've had little to no issues. No force of nature can ever make me go back to Windows and it's constant crashing for no reason. I run PopOS on a PC, Fedora Workstation on my laptop, my wife is also in Fedora, kids too (Nobara), and everything works. Mind you, the only device that is "made for Linux" is my laptop.

Your experience is very out of the ordinary.

[–] Showroom7561 4 points 4 days ago

Your experience is very out of the ordinary.

That gives me hope! LOL

If it is something I'm doing, then this could be remedied.

[–] [email protected] 7 points 3 days ago* (last edited 1 day ago)

Usually with Linux, once you start out you're gonna get a ton of issues and you'll have to troubleshoot them one by one. However, afterwards it should just be a smooth sailing.

Also as a word of warning from my personal experience, official support isn't something you should be that concerned about. When it comes to software, when some corporation makes some official version for a specific distribution (like Ubuntu), it usually is made by some B-team and doesn't work that great. If the program is good, it should be available on most major distros rather than just "an official version for just one" if that makes sense.

Also good call - if one distro is causing a fuck ton of issues, just give another one a try. The main difference for users between distros is what kind of software setup they are going with, and some setups are just prone to issues on some hardware or wasn't tested properly. Still, I do hope Fedora treats you better.

[–] [email protected] 9 points 4 days ago

it sounds like something underlying is wrong, so would test everything that is underlying your system.

a memtest is the easiest first check. i wouldn't rely on the one that's on your system since it could be bad too, but it's still worth it give it a try since it only takes a few seconds. if it finds anything, then there's definately something wrong with your hardware.

instead, i would rely on a usb stick with the ubuntu image you downloaded. first verify that the checksum for the ubuntu image you have on a trusted computer is the same that ubuntu has on its website. then copy it to your usb stick and then use memtest from there. if it comfirms that your ram is okay, use ubuntu's installation tools to verify that image on the usb stick is good; google or deepseek can show you how with easy to copy/paste commands.

in your shoes, i would re-install because at his point because then there's confidence that the base steps are verified and should be working correctly and then you can move onto othere testing strategies if you continue to experience the same behavior.

[–] [email protected] 7 points 4 days ago

People downvoting a post asking for help have very weak egos. I hope you’re able to find a better Linux experience, OP.

[–] [email protected] 6 points 4 days ago

Another time I left my computer while I went out for a walk, came back, and it was like I just rebooted… all my work was gone, and it was starting fresh from the login screen.

Well, I'm pretty sure I had this happen once or twice in the recent past after wake from suspend I think, but it might be that my CPU is just one of the faulty intel ones.

Either way the rest of this does not reflect my experience at all. Try distrohopping, I feel like you'll find one that you like and doesn't have these issues. openSuSE is always one of my suggestions, it was the one that I used for a long time when I started out as well, but tbh I'm out of touch with the more mainstream distros, I've only touched Gentoo and NixOS in the past >5 years. (I also specifically recommend against using Ubuntu.)

Then I’ll open a different app, sometimes it might open, sometimes it won’t.

Or an app will freeze for no obvious reason, and I’ll get a popup asking to wait or quit.

Check journalctl --user, and also htop, specifically the process state, for the last one (you mention a NAS, is it perhaps stuck on IO? I'm in a fucked network where that regularly happens with my NAS.)

[–] [email protected] 7 points 4 days ago (4 children)

Usually, my attempts to use it are either thwarted by issues installing, issues booting, or general problems while using it… leading to “catastrophic failure” that I can’t fix without digging into hours of research and terminal commands.

This was my experience as well ... 20 years ago. I've not had many of these issues over the past few years using any distro. I used Debian for a couple years and now I'm on Arch. Really, it just works for me...

TBH now that I think about it, I ran in to more issues with Ubuntu than just simply using Debian.

load more comments (4 replies)
[–] [email protected] 7 points 4 days ago (1 children)

It's purely anecdotal but every time I've used an Ubuntu based distro it has been unstable or it nuked itself after 6 months to a year of use. I've been on fedora for 2-3 (4?) years now and I've not had a single issue apart from the Nvidia drivers behaving wonky sometimes.

[–] Alakná[email protected] 4 points 4 days ago

Had the same feeling about Kubuntu. Absolute shit-show.

Went through Tuxedo OS (technically also Ubuntu based) and was very happy until Heroic and Steam blew themselves up when I installed a dGPU, then switched to Garuda (Arch based) and so far, so good.

[–] BCsven 5 points 4 days ago

This has not been my experience. I'm not on Ubuntu, but OpenSUSE and NixOS. Everything works and operates as expected everytime. The only issue once was nvidia driver updated versions before kernel did and I had to reboot to a previous snapshot and wait a few days till the kernel update was released to work with whatever happened to the driver. But 8 years of a dependable system otherwise

[–] [email protected] 6 points 4 days ago

Unrelated to OP—

This community is the fuckin sauce! Y’all really jump in to support each other and it’s really cool :)

I just set up a usb boot for mint yesterday and am prepping my pc to switch once I feel confident enough about Linux. I’m starting to gather that will be much sooner knowing the community is here to help out! I can’t wait to get all my services switched to FOSS alternatives.

[–] [email protected] 6 points 4 days ago (2 children)

I work in a small lab. Our systems are controlled using two computers that run 24/7. The main real-time control stack is open source and open hardware. I happens in a Linux box that runs NixOS. I would trust my life to that machine and fly it to the end of the universe and back again. It just never fails. We can even run updates while everything keeps running undisturbed. Some devices need drivers that only work with Windows. The second computer runs those under Windows 11. In contrast we have to babysit that machine constantly, USB connections are unreliable, things fail randomly. When we have to update, the world comes to a halt. It‘s an amazing difference.

load more comments (2 replies)
[–] [email protected] 6 points 4 days ago (10 children)
[–] Showroom7561 6 points 4 days ago (7 children)

I did a full memtest and chkdsk BEFORE installing Linux (I'm dual booting right now), and things were fine. Again, I only seem to be having issues in Linux, not Windows (native or through virtualbox!).

Even just now, Digikam is crashing, but it won't let me force quit (waiting just brings up the window again).

load more comments (7 replies)
load more comments (9 replies)
[–] [email protected] 5 points 4 days ago* (last edited 3 days ago)

I use Debian on an old Thinkpad and (mostly) don't have such issues. Installs and upgrades in particular work fine. I had probs with the wifi driver on my x220 but it works fine on the similar t520. Framework might be trying to do too much.

[–] [email protected] 3 points 4 days ago

NAS shared folders

now that is something that can easily make the system unstable, especially a laptop that will disconnect from the network at least ince in a while. my experience is with KDE, that if there's an unresponsive SMB mount 8n the filesystem, the whole KDE plasma environment fill freeze left and right, maybe with the exception of the window manager. but I have experienced this with other programs too. I suspect they all do filesystem accesses on the main thread and that's why when a directory read hangs, they can't do anything even handle clicksuntil the read times out.

its infuriating honestly, in a sense. of course, I have got all my money back lol. but it's like nobody is testing software with SMB shares, but I guess probably same goes for NFS, SSHFS or anything remote

load more comments
view more: ‹ prev next ›