I recently switched to an arch flavor because the AUR had a lot of little small utilities that make life better on wayland. Also, it's quite easy to install the latest version of golang and rust, etc. Pros: Documentation is excellent. Better than even Gentoo or Ubuntu's docs. Cons: Arch doesn't have an installer, and seems almost militantly against providing one, or a lot of other little utilities that could improve…
> Arch doesn't have an installer, and seems almost militantly against providing one, or a lot of other little utilities that could improve the user experience This just changed! The archinstall package is included on install media now and is not considered experimental (according to the wiki page history, that happened on 2022-07-08). https://wiki.archlinux.org/title/archinstall
Using the same Arch Linux installation for a decade
371–380 of 422 posts
Re: Using the same Arch Linux installation for a decade
#372Earlier quoted context omitted.
I haven't tried this in a while, but Windows 10 can too be rsynced between different systems. Fixing the bootloader is a major PITA though, and I had to relearn doing that every time. Of course, it then spends half an hour installing new drivers for everything, but it is expected in that world.
In the Windows 2k era I would do it, but it involved somehow tricking the system to think it was doing "first boot after install" and using default drivers for everything (especially the chipset). With some trickery you could get it to work (sometimes you had to preinstall the new chipset driver where it could find it. Wasn't worth it usually.
IIRC there was a tool called "sysprep" you could run to reset the drivers, hostname etc. so they would reconfigure themselves on first boot.
Re: Using the same Arch Linux installation for a decade
#373I always reinstall from scratch although I could just Debian "dist upgrade". My thinking is this: if, ten years ago, I somehow missed a security patch or some 0-day owned my machine before it was patched, then I'd potentially have been copying / dd'ing / rsync'ing a rootkit for ten years. By installing from scratch at every new stable (or unstable) release, I get rid of a lot of potential security issues. Now as an a…
Re: Using the same Arch Linux installation for a decade
#374Re: Using the same Arch Linux installation for a decade
#375Re: Using the same Arch Linux installation for a decade
#376running Arch for about 5 years. then again - dual booting Win10 and it's also chugging along just fine
Soon I'll have to buy a new motherboard, because of Windows 11. I'm curious if I can still keep the same OS without reinstalling.
Re: Using the same Arch Linux installation for a decade
#377This is so good, but Arch only annoys me in 1 way - that every week I need to download 500MB of updates. If I go away for a couple of weeks, my computer will most likely have 2 GB of updates pending.
How many packages (via pacman I assume?) do you have installed in total?
Re: Using the same Arch Linux installation for a decade
#378Earlier quoted context omitted.
> Debian is considered stable because apart from security updates package versions are set in stone til the next release, so there won't be any surprises. which is not what the rest of the world means by "stable" when talking about software, so there is in practice a lot of surprise for users coming to Debian when they hear "stable" thinking that it means "no bugs" when it actually means "no changes"
> which is not what the rest of the world means by "stable" when talking about software [citation needed] That's exactly what a lot of software projects mean when they make stable release branches, stable interfaces, stable protocols...
Re: Using the same Arch Linux installation for a decade
#379Earlier quoted context omitted.
Another Debian unstable user. It's hard to remember the exact installation date, but I have a `/var/log/firewalld.1` from Aug 25 2002. So, 20 years soon! And it has been migrated from 32-bit to 64-bit.
If you used d-i to install, it would have left logs in /var/log/installer/ Also, the installation-birthday package can figure out your installation's birthday.
Re: Using the same Arch Linux installation for a decade
#380Earlier quoted context omitted.
It's even better (to use unstable) since you don't have disappearing packages, you have access to packages only in unstable (Firefox instead of Firefox ESR), and you get timely security update. 20 years ago, things may break a lot in unstable. But nowadays, you just have to be careful to only use "apt upgrade" and from time to time "apt full-upgrade" (and check what is removed as it could remove everything).
You can also pin most packages to testing, but allow packages from unstable/experimental to be installed but pinned at lower priority and also pin security updates from unstable at a higher priority. I think this approach is the best of both worlds.