Hacker News new | ask | show | jobs
by colejohnson66 1955 days ago
Disable virtualization in the BIOS/UEFI before installing. As for a performance hit, virtualization in the silicon (through Intel VT-x or AMD-x) has almost none. Especially compared to what came before it where a VM had to essentially JIT the virtualized code.
1 comments

Ah, interesting. So this way I will not end up running the same virtualisation in software mode?
Yeah, Hyper-V is just hardware virtualisation, it can't run in "emulation" mode.