Updating AcreetionOS Safely
AcreetionOS rolls: there are no version jumps to "upgrade" — you just stay updated.
The habit
sudo pacman -Syu # repos
yay -Syu # repos + AUR (if you use yay)
Weekly is plenty; monthly still fine. Avoid letting a machine sit un-updated for many months — the bigger the jump, the likelier manual attention is needed.
Before you update
-
Plug in laptops (an update killing power mid-kernel-upgrade ruins days).
-
Glance at changelog/news for flagged actions.
-
Optionally snapshot:
sudo timeshift --create --comments "pre-update"— see Timeshift.
During
Read the prompts. Two classics deserve respect:
| Prompt | Meaning |
|---|---|
|
Normal during kernel bumps — answer yes. |
|
Config templates changed upstream; merge with |
Kernel got updated — reboot?
The running kernel stays in memory until reboot. New hardware modules load from disk, so mismatch bugs appear as weirdness after updates. Reboot soon after a kernel bump; reboot required style checks: compare uname -r with pacman -Q linux.
When an update misbehaves
-
Still boots? Roll back packages:
ls /var/cache/pacman/pkg | grep <pkg>thensudo pacman -U <cached-version>. -
Won’t boot? Boot the ISO or built-in recovery: Recovery Environment, then chroot and repeat
pacman -Syu. -
Snapshot exists? Timeshift restore fixes everything non-/home in minutes.