QT-DevOps / AWSIssues

Issues with AWS
Apache License 2.0
3 stars 26 forks source link

vagrant up #4

Closed navaneethmola closed 5 years ago

navaneethmola commented 5 years ago

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole PS F:\VAGRANT\jenkins> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/xenial64' 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: Running 'pre-boot' VM customizations... ==> 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", "677aba1b-8749-448e-b9a2-1bb621151283", "--type", "headless"]

Stderr: 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 F:\VAGRANT\jenkins>

anon-42 commented 5 years ago

If you OS is Windows 8/10 pro or higher version, Use hyper-V . Else go and disable HYPER-V in windows features for using virtualbox , reboot. And try again

shaikkhajaibrahim commented 5 years ago

https://stackoverflow.com/questions/37955942/vagrant-up-vboxmanage-exe-error-vt-x-is-not-available-verr-vmx-no-vmx-code

Get Outlook for Androidhttps://aka.ms/ghei36


From: anon-42 notifications@github.com Sent: Monday, April 29, 2019 6:54:39 PM To: QT-DevOps/AWSIssues Cc: Subscribed Subject: Re: [QT-DevOps/AWSIssues] vagrant up (#4)

If you OS is Windows 8/10 pro or higher version, Use hyper-V . Else go and disable HYPER-V in windows features for using virtualbox , reboot. And try again

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/QT-DevOps/AWSIssues/issues/4#issuecomment-487578127, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AASTJLN5Q2XAMKMQ6GL3DM3PS3ZJPANCNFSM4HI3RDWA.

navaneethmola commented 5 years ago

Thank you sir!!