I'm soon changing my motherboard (and CPU and RAM btw.) from Asrock J5005-ITX to the new one with Intel's B660 chip. I have Ubuntu Server booting root from ZFS pool.
How should I prepare for the migration? What should I double check before and should I expect any particular issues that I should prepare solutions for in advance?
From what I have been reading such hardware migrations are mostly safe but I haven't found much info on migrations particularly with system booting from ZFS.
The system originally was Ubuntu Server 18.04 with ZFS pool configured using this guide https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2018.04%20Root%20on%20ZFS.html but now it is upgraded to 21.10 for highest compatibility possible with Alder Lake stuff.
apt policy zfs*
andzfs version
. Make sure that all zfs packages match in versions. If they don't read this – Lockszmith Feb 05 '22 at 21:53zfs version
gives me2.0.6
then all packages should be in2.0.6
? This is the output of these commands on my server. Is this correct? https://pastebin.com/bs4fAcgE – Rychu Feb 07 '22 at 21:36policy
output, what counts is what is installed. – Lockszmith Feb 07 '22 at 22:41