Every year? What in the world are you doing with your hardware and software?
this post was submitted on 14 Nov 2025
-14 points (20.8% liked)
Linux
10111 readers
593 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
Seems awfully elaborate for something I can accomplish by backing up a few text files and directories of same. The only real issue I had with spinning up the new laptop this spring was due to an underdocumented and partially broken UEFI BIOS that I had to figure out how to work around. Once I got past that, transferring other packages and settings was trivial.
Easy:
- Swap MB
- reinstall Bootloader
- You're done
Bonus for switching devices:
- Liveboot on receiving device, do nc -lp 42069 > /dev/sda (or whatever disk you want)
- Liveboot on original device, do dd if=/dev/sda | nc 42069
- Reinstall bootloader, maybe change fstab
Problems I had:
- Had to uninstall old drivers (eg. Nvidia)
- Had to redo systemd-creds, as the receiving server had no TPM
NixOS users over here like

(75% joking; you'd still need to set up / do a lot of this)
How to do that with distrobox?