Convert Physical Computer to Virtual (Microsoft Hyper-V)
After convert from physical to virtual process finish and continue/start process to run windows from Hyper-V and problem with window guest operating OS cannot boot and followed with blinking cursor forever and ever in the black screen, even though shutdown or reset with the running system. Based on article in the internet and doing some research found the solution bellow:
- Boot the guest OS off of the put the appropriate Windows CD (mount ISO is also an option).
- Go to the recovery options.
- Open the command prompt.
- Type the command:
bcdedit - You should see the windows boot manager in one partition and the loader in another one.
- If that is the case, then type the following commands and then reboot the guest:
bootrec /fixmbr
bootrec /fixboot - If that is not the case, try the following command and reboot the guest:
bcdboot C:\Windows - Reboot the system when finish
- If that is the case, then type the following commands and then reboot the guest: