I'm trying to run Android Studio but the phone emulator wants to install Intel's HAXM. The installer for HAXM refuses because EPT (Extended Page Tables) isn't enabled.
From my vbox.log I can see that EPT is supported by the host but not by the guest:
- Code: Select all Expand viewCollapse view
*********************** VT-x features ***********************
Nested hardware virtualization - VMX features
Mnemonic - Description = guest (host)
...
Ept - Extended Page Tables = 0 (1)
...
What do I need to do to get EPT enabled for the guest?
I have an Intel i5-9600K processor.