Repair unable to boot VM after a successful P2V with NovaBACKUP (if the VM is Windows 7 and above Workstation OS)
NovaBACKUP
Last Updated: May 09, 2018 02:19PM PDT
Repair unable to boot VM after a successful P2V with NovaBACKUP (if the VM is Windows 7 and above Workstation OS). This method requires having installation media for Windows 7 or above (.ISO image or DVD disc) on hand to be able to assign that installation media to the VM that is unable to boot in order to perform the repair.
NOTE: If you cannot obtain or locate a Windows installation media to utilize for this purpose for whatever reason you can utilize the alternate guide that we have to repair the VM which does not require any sort of installation or boot media to be on hand and allows the repair to occur from the Windows Hyper-V Hypervisor server directly after mounting the VHD in question on the Hypervisor server. That alternate guide is Repair unable to boot VM after a successful P2V with NovaBACKUP and BCDBoot (for Windows 7, 8, 10, Server 2008, 2008 R2, 2012, 2016).
So, you perform a successful Physical to Virtual (P2V) with NovaBACKUP using the Image Backup to VHD (Microsoft Virtual Drive) method or have used the Image Backup (.NDF) to VHD method. All is well until you boot the new VM and it FAILS to boot. For those situations where you simply get a black screen with a title of “Windows Boot Manager” stating that “Windows failed to start. A recent hardware or software change might be the cause”, maybe with a blinking cursor but no Windows load, there are two solution methods to take to get the VM to boot again. (If you are experiencing a blue screen this article is not for you).
First, do not fear the black screen. It simply means the path to load Windows cannot be found by the boot loader. This may be due to the boot loader, or it may be due to the MBR or Boot Sector. Let’s just say we aren’t concerned with all the technicalities and want to fix it. Here’s how.
Instructions for if the VM is a Windows 7, 8, and 10 workstation OS.
We’re going to fix the entire boot path, despite what part of it is broken. Locate an ISO or DVD of the installation media for any of the operating systems listed in the title above, it does not matter which you use from the list as they are all compatible. Prepare your VM to boot from this installation media. We’re going to use the Recovery Console. We’ll assume you are using the Windows 7 installation media.
-
Attach the Windows 7 installation disc or ISO image to the Virtual Machine’s virtual DVD drive. In this example we are using Hyper-V Manager to edit the existing VM that cannot boot and in the settings for that VM we have browsed to and assigned the Windows 7 installation .ISO image file to the 'DVD Drive' as shown here.
- Save the changes and then start the VM.
- Press a key when you are prompted to do with the “Press any key” text on screen.
- Select a language, a time, a currency, a keyboard or an input method, and then click Next.
- Click Repair your computer.
- Click the operating system that you want to repair, and then click Next.
- In the System Recovery Options dialog box, click Command Prompt. If an operating system is not found simply continue anyway.
- Issue the following four commands highlighted in bold in this order to repair the boot information (detailed in the Microsoft article here):
- bootrec /FixMbr (Fixes the MBR - Master Boot Record). The output of the command will need to state "The operation completed successfully".
- bootrec /FixBoot (Fixes the Boot Sector). The output of the command will need to state "The operation completed successfully". If you receive an access is denied message on this step please follow the guide here.
- bootrec /ScanOS (Detects installed Operating Systems to repair) - This command attempts to detect the installed Operating System(s) to be able to then run the next step to rebuild the entire boot environment). The output of this command will need to state "Total identified Windows installations: 1", and not "0". In order to execute the next step in this guide, the output of the command will need to state that it did detect at least one Windows installation.
- bootrec /RebuildBcd (Rebuilds the entire BCD - Boot Environment). For this command to have actually worked it needs to prompt you to "Add installation to boot list?", and it will state answer Yes(Y), enter Y and press enter there. If you are not prompted like that after executing the "bootrec /RebuildBcd" command it means that the OS was not detected. The output of this command will need to state "Total identified Windows installations: 1", and not "0", so watch for that output closely after executing this step. If "0" is displayed that means that the command actually did NOT complete to rebuild the boot environment (BCD), even though it may look as if it completed successfully. If this is the case and the output of the command showed that it detected 0 (zero) Windows installations then you will be required to proceed directly to Step 5 below to continue the repair steps.
- When done you can type the word 'exit' in to the black command prompt window, or close that window that you are in that contains the typed commands, then after that click the "Restart" or "Turn off your PC" option displayed and then power back on the VM again to test it.
-
If during Step 3 for the "bootrec /ScanOS" command, you see the message "Total identified Windows installations: 0" in the output just after executing "bootrec /ScanOS", you will be required to complete the steps using the alternate method of steps shown in the screenshot below, otherwise skip this step. The screenshot shows the first 3 steps executed in order, and after issuing the command for the third "ScanOS step it shows that the "bootrec /RebuildBcd" command identified 0 (zero) Windows installations. At that point we have to do some additional commands executed in the proper order to take care of rebuilding the entire boot environment. Please follow and execute the commands in the order shown in the screenshot below:
- You can now exit the command prompt session by closing the window or typing the word "exit", without quotes, in to the command prompt window.
- You will now be shown the prior System Recovery Options / Choose an option screen running from the boot media. You can click "Restart" or "Turn off your PC" and then power back on the VM again to test it.
- When you restart or power back on the VM it may come up with a black screen and prompt that defaults to the option to Start Windows Normally. Choose that option. You are now either booting into Windows, or you are not.
Further Information:
How to use the Bootrec.exe tool in the Windows Recovery Environment to troubleshoot and repair startup issues in Windows
http://support.microsoft.com/kb/927392
This guide explains how to use the Bootrec (bootrec.exe) utility for the following Windows versions: Windows Vista, 7, 8, 8.1 and 10.
https://neosmart.net/wiki/bootrec/
View all NovaBACKUP related P2V articles here.