this post was submitted on 26 Jul 2025
248 points (94.6% liked)
Linux
56722 readers
682 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sounds like a hardware issue, so ...
Seems like only the EFI partition is missing. She told me "ls /home/her name" shows stuff but "ls /boot/efi" is empty
Apparently this happened by itself
I should have chosen something like silverblue but I wasn't familiar with that
How does it even get into emergency mode without the efi partition?
The EFI partition isn't missing or, you're right, it wouldn't boot at all.
If the /boot/efi isn't set to nofail in fstab then it failing to mount would dump them into emergency mode. This could also be cause by something simple like a syntax error in fstab.
It's also possible that there's a broken bootloader entry. For example, If the system was installed with LUKS encryption on the home directory and one of the boot entry doesn't have the luks module. The system would boot but everything after that would fail because it can't decrypt and mount /home.
The screenshot isn't useful, those BPF errors are likely a symptom of the original problem but they pushed the real error off screen. We'd need to see the output of journactl -xb in order to figure it out.
e: I forgot my unhelpful advice: Tell her to try Arch.