My goal: Clone everything on C:
to my SSD drive f:
, then use the old "c:" for data.
Some threads say I need GPT (on one? both?) I think it's already set to F: bedcause the convert button is gray in Disk Management
.
The free cloning tools would only do one partition, so they skip the bootloader / UEFI?
From the BIOS, if I manually boot on the SSD drive it will not boot.
Is there a way to confirm that it's a problem from cloning, or missing boat files?
Note: I do have a recovery bootable USB stick.
First I deleted everything on F:
the SSD using diskpart
and clean
. (Previously I couldn't UEFI in Disk Manager). I created it as a GPT.
Created 3 partitions on F:
, matching the sizes on C:
: 170 gb for root, 300 for restore image, 110 for EUFI
I used "EaseUS todo backup" to clone each of those 3 seconds from c:
to f:
Powered off computer, removed disk that was c:
.
Bootup by manually selecting the rescue USB. Choose troubleshoot -> startup repair. It says it fails to repair
Bootup by manually choosing f:
fails.
At one point I receive the 0xc0000225 error.
under troubleshoot I try "refresh pc" I get the error Drive where windows is installed is locked. Unlock the drive and try again.
I plug my old c:
drive in, and reboot.
It keeps giving me an error, unable to boot. (But the drive was unplugged during all the previous steps, so how can it be broken?)
I finally had to set the BIOS boot order to use the windows boot
. Now I'm back into windows with the c:
drive like where I started.
Could 'repair` (which ends very fast) be failing because of a locked drive? (It sounds like this means either boot is corrupt, or fast reboot is enabled)
Here's my Disk management.c:
is the old root windows drive. f:
is the new SSD. D:
is just storage.
What is your recovery cd? Just the Windows8 disc, or a PC Manufacturer recovery disc?
I'm going to write this below as your recovery disk is a Windows 8 disc.
There are some more advanced things that might have to happen, but this should cure your problem.
Hope that helps.
It was a roundabout way but this was my solution:
(A) is my old drive ( Windows non-SSD; Clone source) (B) is my new SSD (Clone target)
One problem was my BIOS was set to legacy mode when there's both legacy and UEFI. Which caused Windows 8.1 install to boot in legacy mode. Which means it complained when I had the correct format of GPT on (B).
diskmgmt.msc
. Delete (B).CSM
in the BIOS.E:
to destination C:
0xc0000225
.Change directory to (B) (For me it was E:
at this time) and rebuild your BCD:
e:
bootrec /rebuildbcd
If it asks to add to the boot menu, say yes.
Windows now boots off the SSD clone. It's finally over. Make sure you eat something.
For future reference: I used the program "AOMEI Backupper", for converting my old system drive (MBR) to a new SSD (GPT).
I used the program's "System Clone" feature (making sure to enable "Sector by sector" and "... optimize for SSD" features), and it just worked afterwards.
Neither "EASEUS TODO Backup" nor "EASEUS Partition Master" would do this direct conversion, let alone produce a bootable GPT disk in ANY way (I tried several processes!!!). If you make sure to convert your destination drive to GPT first, then "AOMEI Backupper" will automatically convert from MBR to GPT, if your source drive is MBR. I wish I had done this from the beginning, and saved myself 4 hours of trial and error.
EDIT: I also tried the other answers to this topic first, to no avail. I found out about AOMEI Backupper from another forum.
EDIT: By the way, I'm not sure if the free/trial version can do this direct conversion. I think it does. If you find out it doesn't, please correct me.
User contributions licensed under CC BY-SA 3.0