To resolve this issue, perform one of the following methods:
Method 1
Use this method if you have the Windows Server 2008 installation media
1. Configure the virtual machine to boot off the Windows Server 2008 installation media, and then restart the virtual machine.
2. Select the following options, and then click Next:
• Installation language
• Time and currency format
• Keyboard layout
3. Click Repair your computer.
4. In the System Recovery Options dialog box, click the operating system that you want to repair, and then click Next.
5. Under Choose a recovery tool, click Command Prompt.
6. At the command prompt, type the following command, and then press ENTER:
copy c:\Windows\System32\DriverStore\FileRepository\wstorflt.inf_2f8e5cd8\storflt.sys c:\Windows\System32\drivers
Note: The drive letter may be different in WinRE. Use the diskpart list volume command to verify the correct drive letter.
7. Type exit to close the Command Prompt window.
8. In the System Recovery Options dialog box, click Restart to restart the virtual machine.
9. Once you logon to the virtual machine, open an elevated command prompt and run the following command:
%WINDIR%\Virtualization\6.0.6001.17101\setup.exe /uninstall /quiet
This command will uninstall the beta version of integration components, restart the virtual machine, and the correct version of the integration components for Service Pack 2 will automatically install.
Method 2
Use this method if you do not have the Windows Server 2008 installation media
1. Shutdown the Windows Server 2008 virtual machine that’s experiencing the Stop 0x7B.
2. Take the virtual hard disk (VHD) file from the Windows Server 2008 virtual machine that you’re booting from and attach it as a secondary drive to another virtual machine that has Windows installed.
3. Boot the virtual machine that has the Windows Server 2008 vhd attached.
4. Open Disk Management on the virtual machine and confirm that the vhd that you just attached has a drive letter assigned to the volume.
For this example, we’ll use F:\ as the drive letter that’s assigned to the Windows Server 2008 vhd that you just attached.
5. Using Windows Explorer or the Command Prompt, copy F:\Windows\System32\DriverStore\FileRepository\wstorflt.inf_2f8e5cd8\storflt.sys to F:\Windows\System32\drivers.
6. Shutdown the virtual machine that has the Windows Server 2008 vhd attached.
7. Remove the vhd from the virtual machine and re-attach it to the original Windows Server 2008 virtual machine.
8. Boot the virtual machine and you should no longer receive the Stop 0x7B.
9. Once you logon to the virtual machine, open an elevated command prompt and run the following command:
%WINDIR%\Virtualization\6.0.6001.17101\setup.exe /uninstall /quiet
This command will uninstall the beta version of integration components, restart the virtual machine, and the correct version of the integration components for Service Pack 2 will automatically install.
To prevent this issue from occurring, perform the following steps on your Windows Server 2008 virtual machines before you install Service Pack 2.
1. Open Programs and Features within the Control Panel.
2. If you see “Microsoft Hyper-V Integration Components” listed, you have the beta version of the integration components installed in the virtual machine.
3. To remove the beta version, open an elevated command prompt and run the following command:
%WINDIR%\Virtualization\6.0.6001.17101\setup.exe /uninstall /quiet
4. Restart the virtual machine.
5. Install Service Pack 2.