Ever run into a Windows system which won’t boot and instead just sits at a black screen with a blinking cursor forever? I have. Especially when the Windows system is a guest operating system in Microsoft Hyper-V. And frequently if that guest OS was recently converted from a VMWare Server or VMWare ESX Server vmdk to vhd. Well, after lots of searching I stumbled upon the solution:
- Boot the guest OS off of 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
- If that is the case, then type the following commands and then reboot the guest:
Thanks to Felipe Binotto’s Blog post which contained the original solution.
Tnx for your post it save my echange VM.
Thanks for help, it worked for me.
ty worked for me
Thanks, dude!
I have installed a Windows 7 in a VM (Hyper V) and not booted.
Your tip helped me to fix it!
Thanks Dude,
now the converting from virtualbox to hyper-v is complete.
Thanks
http://www.atlantaitservice.com/cms/techtips/boot-issues-with-windows-7
Works like a charm!
well done!
Thanks for the tips it work fine for me
Old post but still worked for me thanks.
Thanks for the tip.
Worked, saved me a few hours work!
Had Vmware Fusion and it seems that a snapshot corrupted my system. After applying option 2 the system booted.
Thanks Options 2 worked for me. BCD
Thank you. Your post save my day.
Appriciated your effort
THX for the todo, it works fine.
Thanks brother ..thanks a lot
hi,
am new to this stuffs. actually, what does first step mean? ( Boot the guest OS off of the appropriate Windows CD (mount ISO is also an option). )
Insert physical Windows CD into CDRom of host to appear in virtual CDRom in guest.
OR
If you have ISO (electronic copy, say, downloaded from MSDN) of Windows CD, you can mount this ISO file directly from the Hyper-V interface and it will appear to guest as virtual CDRom.
Tks, Its work for me too.
You save me. Thanks…
LIFESAVER!!!! Worked and SOLVED My problem
Thanks brother, with worked great after a Vmware -> HyperV conversion with acronis.
Its weird since i tried using the wizard to repair the MBR but only the command from prompt worked.
Great post!
Works