I recently installed Debian Wheezy onto a hard drive I later intend to connect to a different computer, though the computers use different brands of hardware. Will this work? Or am I setting myself up for failure?
Asked
Active
Viewed 52 times
1 Answers
2
It will work as long as your initial system is not 64bit and the target 32 bit. If you set things up on a 32 bit system and your target is 64 bit you will have some performance hit.
Make sure you don't install proprietary hardware changes (like NVidia kernel patches) if the systems differ there (but Debian might not have those in the first place).
I have done this with SuSE and Ubuntu, first installing in a VM, then copying things over to a real system.

Timo
- 6,332
/lib/modules/some.distro.kernel
there's way more drivers than any one system could ever need + the kitchen sink. However, I don't know if installers build a custominitramfs
...if they do, that may be a problem, since it will include drivers for accessing the disk with the root filesystem. In which case you'll need to create your own containing the drivers for both systems. – goldilocks Jan 18 '14 at 14:31