-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Last April I downloaded the Windows 10 Arm VHDX file (it seems not available anymore, only Windows 11 Arm VHDX). I tried running it with Parallels and it worked fine.
Now I need to create a Win10 virtual machine using UTM. I converted the VHDX file to a qcow2 file using the following qemu command:
qemu-img convert -p -O qcow2 Windows10_InsiderPreview_Client_ARM64_en-us_21354.VHDX Windows10.qcow2
Then I created a VM using UTM with the following settings:
but during the boot process I get this error INACCESSIBLE_BOOT_DEVICE:

Then, I tried to convert the VHDX file to a qcow2 file from a Windows machine using StarWind V2V Converter (the qcow2 converted file was different that the one created with qemu). I create a VM in UTM using the same configuration, but I got the same error during the boot process.
I read what is written here #2646, but I have already set the hardisk as a NVMe.
What configuration am I doing wrong? I report that I tried the same process using the Windows 11 VHDX file and the qcow2 generated using StarWind V2V Converter, and the Windows 11 machine is running correctly in UTM in my MAC M1.

