VHD boot and c00002e2 Errors
For some reason that is beyond me now I did not setup my Lab Manager test system to be a VHD boot. So before installing the 2010 RC version I decided to P2V this system (on the same hardware) to make backups easier whilst testing. All seemed to go well I used IMAGEX to create a WIM of the disk Created an empty VHD Used IMAGEX to apply the WIM to the VHD Formatted the PC with a default Windows 7 install Added a VHD boot Windows Server 2008R2 to the PC, tested this all booted OK Replaced the test VHD with my own and rebooted …. and it just went into a reboot cycle. Pressing F8 and stopping the reboot on error I saw I had a “c00002e2 Directory Services could not start” error. I managed to get into the PC by pressing F8 and using the AD recovery mode (safe mode did not work). After much fiddling around I eventually noticed that my boot drive was drive D: not C: as I would have expected. My VHD and parent drive had reversed letter assignments. So when the AD services tried to start they look on the parent Windows 7 partition (C:) for their data and hence failed. ...