11

I was wondering if there are any downsides (even theoretical) to enabling Hardware Virtualization in the BIOS. I noticed that it is disabled by default, and perhaps it is that way for a reason although I can't think of a good one.

My computer is an Intel-based (i7 QuadCore) HP EliteBook laptop, but I'm more interested in the general case.

Isak Savo
  • 221

2 Answers2

15

One reason is security.

Root kits could use it to gain higher access to hardware than OS. Setting it to disabled mitigates this risk (see analysis).

Josip Medved
  • 8,909
10

Performance-wise? No.

Security-wise? See @Josip's answer (which I've upvoted, btw)

However, common malwares can't yet leverage the virtualization extension. And if you use your computer safely (e.g., run as a regular user instead of an administrator-level one), the risks are practically mitigated.

That said, if you want to run virtual machines, Virtualization Extensions (Intel VT-x or AMD-V) will help increase performance significantly.

pepoluan
  • 1,332