Cannot enable Intel VT-d in the BIOS

Solution 1:

I then reboot and eveything is ok except I have this problem: Cannot disable Hyper-v and Windows Hypervisor Platform together i.e. hardware acceleration is not working when I try to debug Xamarin apps using x86 architectures.

Hyper-V nor Windows Hypervisor Platform actually require VT-d they only require VT-x. Infact it is not possible for you to enable VT-d, since you have a Core i7 950, which does not support it. So while you might have enabled it within your firmware, your processor does not actually support it, which is the reason Windows could not boot. I suspect you might have a motherboard which supported a processor that does support VT-d.

hardware acceleration is not working when I try to debug Xamarin apps using x86 architectures. What am I doing wrong?

Xamarin is designed for Android and iOS development, which suggests you are attempting to use HAXM, which itself requires virtilization technology to be enabled (VT-x) and Hyper-V to be installed.

The error in your other question suggests, the edition of Windows 10 you have, specifically the Windows Side By Side (WinSxS) directory might be simply corrupt and/or never included Hyper-V and Windows Hypervisor Platform.

Does my processor support x86 hardware acceleration?

If you could point me to the line in the specification that says whether hardware acceleration is supported then I would be very grateful.

Yes

enter image description here