wordpressで環境構築をしているのですがうまくいきません。
使っているosはwindows10です。
またVirtualBox, Vagantを使っています。
コマンドプロンプトで vagrant up と打ち込み、Vagrantを起動させようとしても vagrant status と打ち込んで稼働の有無を確認すると稼働していないことになっています。
該当のソースコード
<vagrant upと打ち込んだ場合>
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'prime-strategy/kusanagi-wp5' version '1.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: Adapter 2: hostonly
==> 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", "a1e7bfc8-f067-4e5c-ad41-1e61f8f3eb90", "--type", "headless"]
Stderr: VBoxManage.exe: error: Not in a hypervisor partition (HVP=0) (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
<vagrant statusと打ち込んだ場合>
Current machine states:
default poweroff (virtualbox)
The VM is powered off. To restart the VM, simply run vagrant up
試したこと
vagrant upの打ち込みから出たエラーにはvirtualbox manegeにエラーがあると書いてあるのでvirtualboxを開いて探してみたのですがどの部分をどのようにすればいいのかわかりません。
どのようにすれば解決できるのでしょうか?
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/10 11:17