I like norton ghost, then fix grub in the mbr because ghost will likely break it. After ghosting.. Boot with mepis (Any live-cd would probably do) Open a terminal window Mounted the drive (don't use the mepis icon as it mounts read only) mount -rw /dev/hda1 /mnt/hda1 chroot /mnt/hda1 grub-install /dev/hda
Note your partitions may differ IE /dev/hda2 etc... Works like a charm.. Note, grub wants the "drive" to install to. Not the partition. Tony Godshall wrote: >According to Jimmy Liang, > > >>Hi All, >> >>I'm in need of some hints here. I have a P4 box running Debian 3.1, with >>things like Postfix, spamassassin, MySQL, Apache, and other misc >>softwares. >>What I want to do is to move all that to a new box I have, with dual Xeon. >>Can you suggest the best way to do this? I'd like to move it to a larger >>drive, if possible, but its not critical. >> >> >... > >Look at dpkg-repackage- a handy way to migrate apps complete >with your customized configs to your new box (or to a fleet >of new boxes). > > > > -- Highest Regards, Rodney Richison RCR Computing http://www.rcrnet.net 118 N. Broadway Cleveland, OK 74020 918-358-1111 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

