Vmware Clone Windows Issues

From Leo's Notes
Last edited on 1 September 2019, at 03:34.


0x0000005 error after Cloning[edit | edit source]

In Windows open CMD as Administrator and type BCDEdit and enter, if your Windows Boot Loader Path is xOsload.exe then you need to remove some files and repair your BCD.

NOTE: you will need to re-activate Windows afterwards, so make sure you have your Windows 7 key handy.

Boot to Windows Repair - Command

Del D:\Windows\System32\xOsload.exe 
Del D:\Windows\System32\xNtKrnl.exe
Del D:\Windows\System32\Drivers\oem-drv64.sys
attrib c:\boot\bcd -h -r -s
ren c:\boot\bcd bcd.old
bootrec /rebuildbcd

http://answers.microsoft.com/en-us/windows/forum/windows_7-system/issue-with-accessing-programs-0x0000005-error/8c8f4fe4-83c3-4112-bf99-06b3bc9ffe32