this post was submitted on 26 Jul 2025
284 points (93.6% liked)

Linux

56836 readers
338 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
 

Somehow the EFI partition doesn't mount and it's impossible to troubleshoot via phone, she asked me to put back the old system 😞

top 50 comments
sorted by: hot top controversial new old
[–] sxan@midwest.social 66 points 3 days ago

I gave my dad one of my spare laptops four years ago; it had never had Windows on it (being from the halcyon days when Dell sold laptops with linux pre-installed), so I put Mint on it for him.

Early this year he called and said one of the keys stopped working so he'd bought a newer, used laptop and could I help him put Linux on it, because that's what he was used to. Over the phone, I helped him download and burn a new Mint image from his ancient desktop, and verbally walked him through switching the bios to boot from the USB, and through the Mint install menus.

Since then, he's called me once for technical support for getting his printer connected.

Dad's in his 80's and was a cop with an associate's degree; he's never claimed to be a brainiac. That is what convinced me Linux is ready for anyone, but that the choice of distribution is important. I think dad never upgrades or installs new software, but that's OK. I have to update and reboot every week because I'm stupidly loyal to Arch.

I'm sorry that your mom had a bad experience; that's super frustrating.

[–] altphoto@lemmy.today 38 points 3 days ago (3 children)

This EFI thing is literally squarely a Microsoft induced problem.

load more comments (3 replies)
[–] dinckelman@lemmy.world 7 points 2 days ago

Is this a Dell machine or something similar? It’s not impossible that the internal battery has run dry, and it reset the UEFI settings. A lot of setups would refuse to work if internal storage mode has switched from AHCI to hardware RAID

[–] tiramichu@sh.itjust.works 42 points 4 days ago* (last edited 4 days ago) (2 children)

I switched my Dad to Linux recently, and set his account up without any superuser access. Updates have to wait until I visit once a week, but it restricts his ability to get himself stuck in any update-related tangles.

Linux has problems, but I'm so glad I don't have to support my Dad on Windows anymore, because that was far less predictable for me. Like the time it decided to upload all his files to onedrive (despite him having no knolwledge of this, or what it was doing or whether he'd consented or not) and made the Internet unusably slow for 8 hours by totally saturating his meagre connection.

He didn't even know about onedrive, just phoned me like "The Internet isn't working, what's wrong?" and of course onedrive is the last thing I'd have suspected for causing that symptom, which made it so annoying to diagnose.

Much nicer now his OS doesn't do sneaky things behind his back, or mine.

[–] sxan@midwest.social 17 points 3 days ago (1 children)

set his account up without any superuser access

Oh, revenge for when he had parental restrictions on the router and you couldn't get to teh pron, huh?

I like it.

[–] tiramichu@sh.itjust.works 11 points 3 days ago* (last edited 3 days ago)

Hehe, you might think that!

In actuality though, I've always been the one who had to sort the tech stuff. We got our first family PC when I was 10, and I was the one who knew the most about it. We got the Internet when I was 13, and I was the one who had the passwords, and had to set it all up. Then when we got broadband, the router was actually in my room lol.

So yeah, I've always been the Admin, and Dad has always been the one who needed a limited account to protect him from himself.

[–] megopie@lemmy.blahaj.zone 19 points 3 days ago* (last edited 3 days ago) (5 children)

I had a colleague at work that had to redo several days of work because of the one drive thing.

The long and short of it is that they noticed that their connection was being super slow, opened up task manager to see if anything was eating bandwidth, saw one drive, went it it, correctly diagnosed that it was uploading files to it and eating up bandwidth, and then deleted all the files in one drive to stop it.

One drive decided that this meant they wanted all the local copies of the files deleted as well. Like, on the one hand, not the correct way to stop that behavior, but also like, the kind of thing a lot of people would try, and it then deleting all the local files in turn is an unintuitive outcome.

[–] tiramichu@sh.itjust.works 14 points 3 days ago

Yeah. When the cloud has more control over your own files than you do, that's not a feature, it's a problem.

load more comments (4 replies)
[–] krakenfury@lemmy.sdf.org 82 points 4 days ago (1 children)

How is /etc/fstab configured? Partitions should be assigned to mount points by UUID and not by their names (such as /dev/sda1). Names can easily change across boots.

Something to look into. Understand the frustrations here, but it looks like something that can be fixed if you are able to get to the machine and troubleshoot.

[–] knexcar@lemmy.world 5 points 3 days ago (1 children)

How the heck is mom supposed to know what an fstab is?

[–] krakenfury@lemmy.sdf.org 3 points 2 days ago
[–] nrab@sh.itjust.works 53 points 4 days ago

If the EFI partition truly was at fault, you wouldn’t get into Linux. And if the issue is mounting the efi partition after booting, that shouldn’t be a critical error. So it sounds like something else is at fault IMO

[–] utopiah@lemmy.ml 25 points 3 days ago* (last edited 3 days ago) (2 children)

Great example of why a safety net is required.

Yes hopefully the "base" setup works once you installed it, hopefully manage through some updates, some even tinkerings... but what happens when it break?

Windows (despite all the criticism, and I'm one of the first to complain about Microsoft the corporation) usually has been fallback mechanisms. It can usually rollback an update. It usually has a hidden recovery partition. It usually has an alternative medium to recover (e.g. USB stick, CD-ROM back in the days, etc).

So... you genuinely did try to help your mother but do not give up. Try instead to provide a better safety net so that she is genuinely safer. In fact I would recommend testing it together, make it a learning adventure. One way to do so would be to go there, help her fix it... then botcher the setup together! Delete system files, etc, then try again. Obviously the 1st step is insuring her own data (e.g. family photo, documents, etc) is safe.

While doing so, you might also want to setup up remote control, or not. Anyway a LOT of things to genuinely discover together.

IMHO if you do do it, she will not only appreciate the effort but assuming you do manage, she'll have a new sense of pride, both in you but also herself and share the experience with her friends. This in turn might bring more people in!

[–] LeLachs@lemmy.ml 19 points 3 days ago (2 children)

There also are distros with some kind of similar safety net. Immutable distros usually let you Boot previous versions if an update breaks something. This usually means that they need a lot of storage tho. https://itsfoss.com/immutable-linux-distros/

[–] elucubra@sopuli.xyz 2 points 2 days ago

I used to recommend Mint with Timeshift. Timeshift has saved my ass (or has made fixing stuff way easier) a couple of times. Now my go to is Aurora.

I believe that immutable distros are a game changer (god I hate this expression) for nebws.

[–] Shape4985@lemmy.ml 4 points 3 days ago

I have had to do this with fedora in the past and i was able to fix my boot issues and then go back to the newest version

[–] AllHailTheSheep@sh.itjust.works 9 points 3 days ago (1 children)

I find it's super rare any form of recovery actually works. best thing to do is pull the files you need off with a nvme/sata adapter then reinstall and replace those files. 90% when windows actually breaks there's not much to be done (I try all forms of recovery every time though).

plus, 9/10 times the reinstall process is actually way faster than fighting with windows or searching for the problem online and getting hundreds of people asking you to run sfc \scannow.

[–] utopiah@lemmy.ml 1 points 2 days ago (1 children)

super rare any form of recovery actually works. [...] 90% when windows actually breaks

To clarify I used Windows as an example of an OS which manages its own recovery. I'm absolutely not suggesting to use Windows.

I'm personally using Debian so here are some examples of official resources :

Honestly none of these look like practical options for somebody who is not working in IT.

Here are examples of community provided resources :

The very last one, namely Ventoy Linux Recovery Helper, looks quite interesting. Unfortunately there is literally 0 issue https://github.com/zudsniper/VLRH/issues which makes me think very few people might be actually using it. In fact while creating the first issue https://github.com/zudsniper/VLRH/issues/1 I noticed # Created by Claude for Jason in the header leading me to believe this was AI generated. Regardless of how it was done (sigh) it seems it was not thoroughly tested so I clearly would look for another alternative.

[–] rdri@lemmy.world 7 points 3 days ago

Could it be a dying SSD?

[–] pyssla@quokk.au 31 points 4 days ago (1 children)

What distro did this happen on?

How long ago did you install it?

[–] Moonrise2473@lemmy.ml 30 points 4 days ago (4 children)
[–] anon5621@lemmy.ml 38 points 4 days ago (3 children)

Try silverblue or kinoite something immutable that will not break

[–] The_Grinch@hexbear.net 8 points 4 days ago

Or btrfs with snapper snapshots you can roll back to. Either way I suspect hard drive corruption. That's usually what it is for me (although I do lose power with abnormal frequency)

load more comments (2 replies)
[–] OhVenus_Baby@lemmy.ml 18 points 4 days ago (1 children)

Pop os wasn't the best distribution to start her on. It's new. Unstable and updates often. Linux mint, Debian, fedora.

[–] Hawke@lemmy.world 6 points 3 days ago (1 children)

It's new. Unstable and updates often.

Are you thinking of some other distribution?

Pop! hasn’t released a new version since 2022 and rarely updates aside from security patches.

load more comments (1 replies)
load more comments (2 replies)
[–] Tehhund@lemmy.world 19 points 4 days ago (6 children)

Loool, all the people who are trying to help you troubleshoot are 1) probably correct and 2) completely missing the point. I have a Windows desktop, a Mac, and a Linux desktop at home and this kind of shit only happens on Linux these days.

[–] Ziglin@lemmy.world 12 points 3 days ago (2 children)

How am I the only one who does have annoying issues like this on Windows (except that Windows only gives a useless error code at most) while Linux has failed to boot a total of once (without me explicitly changing nvidia drivers).

[–] swelter_spark@reddthat.com 2 points 2 days ago

You aren't. My bf has constant problems with Windows that he barely knows how to diagnose (not that he isn't knowledgeable about computers, the problems are just...opaque.) He doesn't seem to perceive them as being related to Windows, though. I think that might be what's going on with a lot of people.

[–] daniskarma@lemmy.dbzer0.com 5 points 3 days ago (1 children)

System breaking errors that doesn't allow you to even login?

Windows have lots of issues, but it's been a while since I found those system breaking issues to be somehow common.

For all their shit, credit myst be given when credit is due. And windows it's become a really robust systems against layer 8 issues. Even powering off middle update is kind of easy to recover (I have to solve this issue for a user recently).

load more comments (1 replies)
[–] InFerNo@lemmy.ml 8 points 3 days ago (1 children)

You're right, this never happens on windows. It's so robust no one ever complains

/s

[–] lightnsfw@reddthat.com 4 points 3 days ago

People complain about all the invasive controlling bullshit Windows does. I haven't seen any kind of failure to boot issue with windows in a long time and I work in IT. Last thing I really remember being common in our organization was bitlocker getting triggered and people having to call in to get the key to unlock it, and that was back in the windows 7 days.

[–] iopq@lemmy.world 6 points 4 days ago (1 children)

Literally happened updating just yesterday so I went to an older boot entry. The Matrix channel blamed my hardware, but the older revision boots just fine

[–] utopiah@lemmy.ml 3 points 3 days ago

Right but you see it never happened to that person so it means it's like that for everybody else. Clearly you are wrong. /s

load more comments (3 replies)
[–] eager_eagle@lemmy.world 22 points 4 days ago* (last edited 4 days ago) (2 children)

That happens when I select the wrong kernel in the systemd boot menu, before that screen. Doing nothing after an upgrade also selects the wrong version by default, it's kinda annoying. I have to select the most up to date version and press Ctrl-D to make it the default on the next boot.

If that's also what happens here, maybe a solution could be to keep only one kernel version and its fallback. But idk if you're using systemd-boot or grub

[–] LeFantome@programming.dev 3 points 3 days ago

I also have a β€œcurrent” kernel and an LTS one. If current ever has an issue, I just reboot into LTS.

It has saved me on Arch at least once.

You might try using rEFInd instead.

[–] Core_of_Arden@lemmy.ml 11 points 4 days ago

It's good your mom tried. It's sad she gave up so soon. I've helped 4 people switch in the past months. I've gotten even more people curious and more open to switch. A success is not only the switch, but that people start to realize that they can. In my opinion. :-)

[–] someacnt@sh.itjust.works 15 points 4 days ago

RIP, this is sad day today

[–] 9488fcea02a9@sh.itjust.works 9 points 4 days ago (1 children)

At least your mom was cool enough to try. I had to trick my mom into using linux by putting a macOS themed, KDE, debian on an old macbook that was identical to her dead macbook

[–] LeFantome@programming.dev 4 points 3 days ago* (last edited 3 days ago) (2 children)

Was she tricked? I would think the jig would be up the second she clicked on something.

My mom is old. Her whole workflow is just open the browser and go to gmail, and forward me a bunch of spams...

Whether its on iOS or debian, you can't tell the difference unless you're looking hard

load more comments (1 replies)
[–] zdhzm2pgp@lemmy.ml 10 points 4 days ago

Really out of my depth here, but anywayβ€”

What model computer does your mom have? Does it by any chance have solid state drives that are RAID 0?

Have you tried Linux Mint? After really struggling with Fedora, I was able to get Mint up and running after a few minimal problems and haven't looked back since.

load more comments
view more: next β€Ί