I got a new HDD and want to move an existing Linux installation (more specific: OpenSUSE 11.1) from a partition on the old HDD to a partition on the new HDD.
My plan is:
boot using a boot CD (let's say it's the OpenSUSE boot CD)
EDIT As suggested by many people (thanks to all)
1a. copy all of the files from one drive to the other- modify /etc/fstab (add mount points to new partitions)
- modify /boot/grub/menu.conf (add boot partition)
- reinstall grub
Am I right? Is that's it?
Or did I mis some important step? (I'm pretty sure I did)