I recently received a new laptop and have been trying to get some VMs up and running on it. I've been through Google and the forums trying to find the solution, and have seen multiple suggestions, but nothing has worked for me. Each time I try to start a VM, I get the following error:
Code: Select all
Failed to open a session for the virtual machine Kali-Linux-2018.4-vbox-amd64.
(VERR_NEM_MISSING_KERNEL_API).
VT-x is not available (VERR_VMX_NO_VMX).
Result Code: E_FAIL (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
I have checked my machine's BIOS and confirmed that virtualization is enabled.
I have also checked my CPU (Intel Core i7-8550U) and ensured that it supports VT-x.
I have tried many things with Hyper-V including the following:
- Removing Hyper-V through Enable/Disable Features and conducting complete power-cycle
- Running the following command in an admin powershell (per <link removed, haven't been a member long enough>):
Code: Select all
bcdedit /set hypervisorlaunchtype off - Running the following command in an admin powershell (per <link removed, haven't been a member long enough>):
Code: Select all
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
VirtualBox Version: 6.0.0
(I removed 6.0.0 and tried 5.2.22 and got the same error)
Host: Windows 10 Pro x64 v 1803
Guest: Kali Linux x64 v 2018.4 (logs provided)
Guest: Kali Linux x86 v 2018.4
Host Memory: 16GB
Guest Memory 2GB
At this point I'm at a loss, if anyone can provide me any guidance, I would appreciate it! And if this has already been solved somewhere else, and I missed it, I apologize for the redundant post.