Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VT-x is not available, despite VTx and VTd being active in BIOS #3

Open
tordbb opened this issue Sep 27, 2019 · 0 comments
Open

VT-x is not available, despite VTx and VTd being active in BIOS #3

tordbb opened this issue Sep 27, 2019 · 0 comments

Comments

@tordbb
Copy link

tordbb commented Sep 27, 2019

I have been in BIOS (how to access) and verified that the following are active:
Virtualization Technology (VTx)
Virtualization Technology for Directed I/O (VTd)

Next, I downloaded and installed Vagrant via https://www.vagrantup.com/

Then, I created the Vagrantfile in a new folder on my laptop.

This folder, I opened using powershell (tried both normal and as administrator).

There, I ran "vagrant up", and got the following error in return:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\tord.b.brandsaeter> cd 'C:\Users\tord.b.brandsaeter\OneDrive - Accenture\JUPYTER\acnTech_ubuntu'
PS C:\Users\tord.b.brandsaeter\OneDrive - Accenture\JUPYTER\acnTech_ubuntu> vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'acntech/ubuntu-developer' version '2.0.2' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "d25f0140-7496-4b7d-9f4e-2f0f69184c0e", "--type", "headless"]

Stderr: VBoxManage.exe: error:  (VERR_NEM_MISSING_KERNEL_API).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
PS C:\Users\tord.b.brandsaeter\OneDrive - Accenture\JUPYTER\acnTech_ubuntu>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant