Hacker News new | ask | show | jobs
by Bancakes 1955 days ago
How would I turn all that virtualisation off for more performance or is it embedded into the kernel nowadays?
1 comments

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.
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.