on Sun, Jan 21, 2001 at 10:13:22PM -0600, Gregory Guthrie ([EMAIL PROTECTED]) wrote: > I have a working system, and want to upgrade the MotherBoard. > > I'd could just move disks, but would rather just "clone it, to the new > system. How, most easily? > > Both are on a loca network. > > For example, boot the new system to CDrom, and dd the disks over?
dd works for *absolutely* *identical* systems. Otherwise it's not
recommended.
You can tar across slightly different disk geometries.
My preference is to do a minimal base system installation, then run:
$ dpgk --get-selections > file
...on the old system followed by
$ dpkg --set-selections < file
$ apt-get update; apt-get upgrade
...on the new one.
--
Karsten M. Self <[email protected]> http://kmself.home.netcom.com/
What part of "Gestalt" don't you understand? There is no K5 cabal
http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
pgpPIbrnsftOR.pgp
Description: PGP signature

