Jarry wrote:
> Maybe dump/restore is better solution? Or something else?

Boot a live CD, mount a source partition to /mnt/src, a destination
partition to /mnt/dst (with the right options, e.g. "acl" and
"user_xattr" if you use them), then:

  rsync -avHAX /mnt/src/ /mnt/dst

(The slash after "src" is intentional.)

Repeat with all partitions. Then install GRUB to the MBR of the new disk.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to