I have three main computers.
I installed openSUSE Tumbleweed KDE 64Bit onto one of the main computers.
Works great.
If I clone the HDD and put the cloned HDD in one of the other two computers will it work?
Installing OS and apps took a full day of time, just wondering if above would work?
You may have to run mkinitrd to discover hardware if the machines are different hardware wise. But the clone should boot to terminal mode at least. Also if the are differences in the GPUs then you may need to remove and or install drivers if the origan machine had proprietary drivers installed.
Far more likely yes than no, though gogalthorp’s comments are true. I’ve done it many times. It’s not unusual that some package and/or config tinkering is required for X to work optimally, or at all, and it’s likely that the old ethernet MAC address will need to be purged before networking works as expected. Deleting /etc/udev/rules.d/70-persistent-net.rules typically will fix it effective with subsequent boot. Sound also may require a bit of tinkering.
Both PCs would need to be using the same boot method, either both MBR/Legacy, or both UEFI.
I script my machine setups if they’re mostly the same.
Be aware that machines must be uniquely identifiable on the network so you’ll need to make modifications before cloned machines can be on the same network.
In general, cloning of system disks works well as long as the hardware is similar enough to let the kernel (and initrd) boot on the target computer.
I do this a lot, albeit with completely identical hardware among all systems.
Be prepared for one more annoyance: ethernet interfaces are renamed when moving system disks; on the “copied” system the first ethernet interface will be called eth1.
To mitigate the annoyance remove the line containing “eth0” from /etc/udev/rules.d/70-persistent-net.rules
Well, ok, I cloned the openSUSE Tumbleweed 1TB SSD to an empty 1TB SSD using a standalone HDD duplicator…
Haven’t booted up the second desktop yet - there will be more questions…
Going to power on the second desktop soon.
Before I do it what should I change on the original desktop as far as network goes?
Both the original desktop and cloned second desktop are connected to the same network in my home office.
Let me know, thanks!