Ошибка команды Vagrant up "При выполнении` VBoxManage произошла ошибка " - PullRequest
1 голос
/ 05 мая 2020

Я изучаю основы командной строки udacity Linux Я следил за всем, что было сказано в курсе. Я установил Virtual Box, затем vagrant, затем создал папку на рабочем столе, а затем загрузил vagrant-файл в эту папку. Затем я должен был запустить в своем терминале vagrant up, через несколько минут ожидания я получил это сообщение, все, что я сказал, после запуска vagrant up - это запустить vagrant s sh, но он говорит, что мне нужно запустить vagrant up прежде чем я смогу запустить vagrant s sh. Не понимаю в чем дело ...

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty64' version '20190514.0.0' 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", "7ca8f3db-c969-45a1-93db-06d990751a02", "--type", "headless"]

Stderr: VBoxManage.exe: error: The native API dll was not found (C:\windows\system32\WinHvPlatform.dll) (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
...