When moving the drive that has OpenBSD installed on it to a new machine, the new hardware is not automatically configured.
For example, the new network interface does not appear in ifconfig, and the new DVD drive does not magically appear in fstab.
Surely there are other adjustments that would need to be made as well.
Therefore,
What changes need to be made after moving the system drive to a new computer?
Thank you.
In this specific case, both machines use I217-LM network interfaces, but on the new machine, em0 does not show up in the output of ifconfig, as was expected.
How can the machine be made to see the device?
If the interfaces are the same, and the first machine picks it up and configures it, but not the second, then the configuration might be slightly different.
Again, you should use dmesg on both machines, to make sure the interfaces are the same. I suspect the 2nd machine may have a different card than the 1st.
Another possibility is that the 2nd machine has an additional, and different, network card that is picked up as the primary one by the system. But dmesg should be able to tell you what the issue is.