There’s never a wrong time to update Arch Linux!
No wrong times, only small periods of unfortunate times!
I think you mean there’s never a right time to update! You’re always rolling the dice!
So that’s why they’re called “rolling” releases!
/s
Roll d20
Nat 1
Your Arch install just wiped itself and all your personal data, hope you had backups
“An update can wreck your bootloader with no notice, but hey, that’s part of the fun!”
A wrecked bootloader is not a problem, but a lesson to keep a usb drive to be able to chroot.
Timeshift has been huge for this
Atomic distro users: Look what they need to mimic a fraction of our power!
Never had problems with that tbh, only with NVidia. Even on testing.
I had a problem with a Intel HD4000 on arch.
The moment you finally install arch and your realize you still feel empty inside.
Should’ve installed Intel.
He jumped into Gentoo two days after with Arch
I tried arch once. Eventually, my computer just showed a black screen on booting. I managed to fix it by resetting my bios. That was the end of that attempt at using arch. Still want to try again, though.
I had this happen once or twice, caused by bad Nvidia drivers with Wayland.
I use AMD now for my day job, haven’t had a single issue in over two years. That’s not to say you should use it - it’s still a rolling release distro and will always have a potential to break over most other distros.
New arch user. Just switched to LTS on my gaming rig. Only took 6 months to learn my lesson.
Never seen the third LotR film; I was literally about to finally watch it today so thanks for spoiling the movie for me.
Spoiler alert Snape kills Boromir
That’s Harry Potter
As a former arch linux guy, the solution to this is to be prepared by having a separate partition for home, and a bash script to reinstall f—ing everything again with a single command.
You reinvented NixOS
I want to install NixOS on a laptop that I have lying around BTW.
a bash script to reinstall f—ing everything again
Why would you ever want to do that?
First of all, almost any Arch update induced problem can be solved by downgrading the offending package to the previous version, which handily is available in
/var/cache/pacman/pkg/
. This is an essential Arch troubleshooting skill.Even an unbootable system (which has only happened once in my 10 years of using Arch because I didn’t read important news) can be fixed this way, because you can always boot from the installation usb stick and then use
arch-chroot
to access your installation and fix problems.Secondly, if the problem was indeed caused by an Arch update, you will just reinstall the problem if you run a reinstall script.
This is an essential Arch troubleshooting skill.
Well you see, I didn’t know that haha, I know there are better ways to deal with a “defective” arch update but to me, that was the easiest, laziest way to do it and it worked most of the time. I have to admit this was a “me” problem I’m not blaming arch it’s just that I grew tired of things breaking because I didn’t read the news before doing pacman -Syu.
Honestly I only ever learnt Linux admin by troubleshooting my borked Arch updates, necessity being the mother of invention and all.
deleted by creator
Btrfs my beloved. Things stop working? Just load a snapshot lol.
Just don’t try plugging it into a Raspberry Pi 5.
No data loss, but won’t work without changing your kernel. The other way around is much worse though — you can use an RPi5 to make a BTRFS drive which essentially only works on RPi5s.