this post was submitted on 12 Nov 2025
59 points (98.4% liked)

Linux

14024 readers
49 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Well technically a power outage broke my system. My machine lost power in the middle of a pacman upgrade which left me able to boot, but with very limited functionality. Thankfully I keep an emergency live USB laying around for just such contingencies and was able to complete timely repairs. For the record, if anyone else runs into this problem the Arch Wiki has instructions on how to proceed.

I cannot express how much of a relief it is to have a system which is designed in such a way to enable this type of diagnostic and repair capability. It was also a great reminder to revisit my backup and recovery options which will be one of this weekend's projects.

My wife had a problem with her Windows 11 PC the other day and I literally couldn't even figure out how to begin to diagnose the issue, let alone fix it. I am so thankful for the Arch Wiki and the extensive documentation available to cover these types of situations. I know Arch will forever have the reputation for being a "hard" distribution, but not having to feel helpless when something goes wrong is so nice!

all 22 comments
sorted by: hot top controversial new old
[–] Sanctus@anarchist.nexus 21 points 1 week ago (2 children)

I have found in my short four years using Linux distros that people say arch is hard because you can't leave alone and sometimes the rolling releases break things with new implementations. I use it as my daily driver and the biggest issue I ever had was running out of space on the root partition the first manual install I did. Arch is lovely with the wiki, and honestly Debian too. I run those distros all over my house and I am in love with my home network.

[–] duhlieluh@lemmy.zip 5 points 1 week ago (3 children)

how did you go about expanding your root partition?

[–] Sanctus@anarchist.nexus 5 points 1 week ago (2 children)

I followed the Arch Wiki page on doing it. After all was said and done nothing happened so I wiped the entire thing and set it up right lol

[–] duhlieluh@lemmy.zip 3 points 1 week ago

sorry wrong person, thanks lol ill have to wait until i get my backup storage.

[–] bluGill@fedia.io 4 points 1 week ago (1 children)

In my case it wasn't expanding the partition, it was clearing the pacman cache of old packages. I have limited space on my laptop.

[–] duhlieluh@lemmy.zip 3 points 1 week ago

thats what i did as well, using paccache to automate it. i would like to increase my partition size to 60-100 from 40 though, i just dont know how to go about it safely.

[–] littleomid@feddit.org 1 points 1 week ago

Use gparted.

[–] LwL@lemmy.world 5 points 1 week ago

Arch is hard if you don't like reading documentation and doing basic troubleshooting. Which is perfectly valid.

If you don't mind that or even enjoy learning things that way, arch is the nicest experience possible.

[–] Damage@feddit.it 13 points 1 week ago (1 children)

One of the reasons why I love my immutable distro: if an update breaks things, I just reboot and select the previous image in GRUB.

[–] ada@piefed.blahaj.zone 12 points 1 week ago

I do that with BTRFS!

[–] jahtnamas@slrpnk.net 13 points 1 week ago

sure, arch is "hard" but it's also hardy in my experience

[–] logicbomb@lemmy.world 7 points 1 week ago

It was also a great reminder to revisit my backup and recovery options which will be one of this weekend’s projects.

If the problem was a power outage, maybe it's time to think about getting a UPS.

[–] Diplomjodler3@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

Diagnosis: Windows 11

Treatment: install Linux

There. Glad I could help.

[–] Jumuta@sh.itjust.works 4 points 1 week ago

not having to rely on "black box" solutions are really nice

[–] frongt@lemmy.zip 4 points 1 week ago

Good to know. I still like Debian and RHEL-derived distros because even if an upgrade is interrupted, you can almost always boot and resume where it left off. I can't think of anything so critical that interrupting its upgrade would render a system unbootable (except the kernel, but that's why old ones are kept around).

[–] kalkulat@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

Another popular Linux system restore utility is called Timeshift. It has a GUI to control making system 'snapshots' at regular intervals ... as frequently as you like. I've never had to use it to save -major- messes, but I've needed it a couple of times. It's worked flawlessly ... taking just a few minutes to scan and replace/remove wayward packages.

[–] Deebster@infosec.pub 2 points 1 week ago* (last edited 1 week ago)

Having at least your OS's install/rescue media as well as some dedicated rescue ISOs (Ultimate Boot CD, SystemRescue, etc) on a Ventoy usb stick is something you will never regret - and future you may be so grateful.

Also, if you ever find yourself being lazy while creating symlinks and not making them relative - this story should make you realise why your system root might not always be root. Those ugly ../../usr/lib/ are preferred for good reason.

[–] jimmy90@lemmy.world 2 points 1 week ago (1 children)

nixos and bazzite are waiting for you

you are released from pacman

[–] hellmo_luciferrari@lemmy.zip 2 points 1 week ago

I like pacman.

[–] rowinxavier@lemmy.world 2 points 1 week ago

Yep, so good to be able to recover. I love btrfs for this exact reason. Immediately before updates a new snapshot is taken and if I lose power or similar it doesn't matter, I can just boot to the state before the update. Linux is awesome, the full ecosystem around it is amazing, made by such passionate nerds, we are very lucky.

[–] one_knight_scripting@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

Yeah... I don't have those pacman update issues anymore... I used Arch wiki to setup btrfs, snapper, and grub-btrfs. I can boot from a snapshot and revert if there is an issue