Your tuturial on windows XP migration.
I just want to thank you for talking to us, like the children we are. Not all of us was born with this embedded in our brains. About 2 minutes ago I completed my first XP migration. Your instructions were simple and to the point. The only issue I had was that the code you gave , ( dd if=/dev/hda of=/dev/sda bs=32256) had to be changed to (dd if=/dev/sda of=/dev/sdb bs=32256) because thats the way terminal had designated it. Could you show a me a code, lets say , to single out one partition of a duel boot, with XP and linux, on a single drive. I think if I seen this it would better help me understand, this process . Thanks again AD johnson:cool:
Can't increase the size of my cloned XP installation to use additional disk space.
Very useful topic - so far! I've succesfully migrated my XP installation from an 80GB IDE to a 250 GB SATA. Due to errors on the disk I did have to use ddrescue rather than dd but I got there eventually and it all boots up just fine.
However, resizing the cloned partition has not been so easy. the new disk shows up as having one NTFS partition of 80GB and the rest as Unallocated space. I've tried using Gparted and the Parted Magic Live CD but nothing seems to allow me to expand the existing partition to take advantage of the additional space on the new drive. I am allowed to set up the new partition size but when I "apply" the operation I get a rather unhelpful message telling me that the operation couldn't be performed.
From the description of the migration process detailed at the start of the thread there is no indication that this operation should present any problems but all my attempts to accomplish it have met with failure.
Am I missing something obvious?
Change file systems on migration
The dd method is solid and simple and resolved my first question of whether or not I could migrate my system as is to a larger hard drive; two quhow to migrate linux system to a new driveestions still:
1. I have been reading about increasing speed and optimizing ubuntu for laptops and wanted to change the default ext3 file system to xfs or or another faster file system. Is this possible to do before or after the dd process?
2. Is it possible to use this method to create a bootable sd card of a current ubuntu setup? how to migrate linux system to a new drive