I wrote a program to copy server A’s volume 0 to server A’s volume 1.
Volume 1 is then moved from server A and placed in server B.
When server B is started I get the error: Windows failed to start. Status: 0xc000000e.
http://support.microsoft.com/kb/2261423
Running X:\Sources\Recovery\StartRep.exe will fix this problem.
This will not be an option for my disaster recovery plan as no one will be there to enter this command.
The above url indicates that I can run bcdedit to fix this problem.
On server A, once the volume copy is complete, drive letter I is assigned to the volume. I run the three bcdedit commands against drive I:
bcdedit /set {default} device partition=i:
bcdedit /set {default} osdevice partition=i:
bcdedit /set {bootmgr} device partition=i:
This does not resolve the Windows failed to start. Status: 0xc000000e error.
Please advise.