I was recently given a completely new workstation at work. My old workstation has Kubuntu 20.04 and the new one has better hardware in every respect. I'm looking to install Kubuntu 22.04 on it.
I put all my data in my account's /home, which is its own partition on its own nvme drive. I'd like to use the (faster) drive in the machine already as the new home of my home partition, and install the OS on a different partition. I'm wondering if anyone has any advice on the most graceful way to affect the switch.
My current plan is to use my boot-drive USB to do a partitioned install on the new machine, and then copy the files in home over using an external drive. (including the various dotfiles that are used for configurations). This seems inefficient, though. If I can plug my old home partition into the new machine, then affect the transfer somehow thereafter, it seems like it might be faster/easier.
Thanks for the advice.
/home
partitions are not as transplantable as they were a decade or more ago. Most applications store configuration files there and this often does not translate to a new installation, especially if it's a different version or distribution. This is why a separate home partition is no longer recommended and not even offered as an option during system installation unless you choose "something else" to manually configure your install. I suggest a new installation with the default options (no separate home). Treat your existing home as a backup and restore only what is desired or necessary. – Nmath May 10 '22 at 23:20.Xauthority
and.xsession-errors
couldn't be transferred. In other words, the transplant did actually work except for that one file. Of course I did have to reinstall all the programs I used to have on the previous machine. I did that by saving the packages I had explicitly installed from apt to a txt file, then telling apt on the new machine to install all those packages. – LGS May 18 '22 at 19:00