I am trying to create a virtual machine of a Windows 10 laptop using Sysinternals 'Disk2vhd utility.
First I created a vhdx
file of the laptops C:
drive using the Disk2vhd
utility. Afterwards I copied the vhdx
file to my Windows 10 desktop computer and created a virtual machine in Hyper-V-Manager. The virtual machine starts and I can see the login screen but after a few seconds I am always getting a memory management
blue screen 0xC000000F
.
Is there anything I could do to fix this problem? Thank you in advance for your help!
Update: I discovered that you can also attach a vhd
or vhdx
file in Windows 10 through the Computer Management
(for more information refer to this article). I attached a fresh copy of the vhdx
file i previously tried to boot in Hyper-V and everything works as expected and i can access the data stored in the vhdx
file.
The Computer Management
shows that the partitions: efi, windows ntfs and recovery are error free. I still don't know the reason for the continuously appearing blue screen in Hyper-V.
Update 2: I also learned that you can convert a vhd
or vhdx
file to a other file format like vmdk
using VBoxManage
from VirtualBox
. I converted the vhdx
file into a vmdk
file and used it to create a virtual machine in Workstation Player
. The virtual machine works flawless in Workstation Player
. I still don't know the reason for constant blue screens in Hyper-V but at least i have a working virtual machine now. I hope this can help people with a similiar problem.