View Single Post
  #10  
Old July 29th 16, 09:45 PM posted to alt.comp.hardware.pc-homebuilt
Paul[_28_]
external usenet poster
 
Posts: 1,467
Default Aligning my XP partition on my 500gig WD harddrive

Paul wrote:
John B. Smith wrote:

After the Macrium Restore of the XP partition with Partition
Properties set to Vista/7/SSD, when I attempted the XP boot, it says:
"File \ntldr
Status 0xc0000225"


I've managed to reproduce your problem (in a dual boot VM).

https://s32.postimg.org/jfkjmc1c5/pr...reproduced.gif

You can see right away, what's wrong. The "restored,bad" BCD
info is on the right. The good one, on the left.

https://s32.postimg.org/kffk030yd/bc...ixing_ouch.gif

It should take some bcdedit commands to fix that,
and you can do them from an Administrator Command
Prompt window in Windows 7.

*******

As is usually the case with these, I never invent
anything myself, just copy the command from somewhere :-)

http://windowsitpro.com/systems-mana...cratch-bcdedit


bcdedit /set {bootmgr} device partition=d:
bcdedit /set {ntldr} device partition=d:

All fixed :-)

*******

The bottom frame, the numbers on the right are now
divisible by 2048, so they're both now aligned. In
the top picture, the WinXP partition is divisible
by 63, the Win7 one divisible by 2048. I used Macrium
to realign-on-restore, the WinXP partition. The bottom
partition table shows the results.

https://s32.postimg.org/y0rqn8m6p/realigned.gif

Paul


The very last link is wrong. It should be:

https://s32.postimg.org/8uqsgekwl/realigned.gif

Paul