내가 VM을 부팅 vagrant up
을 사용하는 윈도우 10에서 사용할 수 및 없음 Hyper-V 관리자 아니다, 나는 다음과 같은 오류 ox80004005 (필자는 가상화를 위해 오라클 VM 버추얼 박스를 사용하고 있습니다)VT-x는
[email protected]:~/vagrant/rpm$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'jhcook/fedora27' 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", "769fc6c1-ea8d-46d8-8a7b-16989540d530", "--type", "gui"]
Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Screenshot: VT-x isn't available ERROR
내가 윈도우 (10) 내 프로세서가 64 비트를 사용하고 인텔 (R) 코어 (TM) i7-7500U CPU 2.70 GHz의 @.
이 오류를 해결하기 위해 내 호스트 Windows 컴퓨터에서 Hyper -v을 비활성화해야한다고 제안되었습니다. 내가 하이퍼 -v 기능을 해제하기로 선택했을 때, 나는 내 컴퓨터에는 Hyper-V를이 없음을 발견 (이상한!) 그때 하이퍼 바이저를 사용하지 않도록하려면이 명령 dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
을 사용
Screenshot: No option to enable or disable Hyper-v
및 나는 이것을 발견했다. (참고 : CMD를 관리자로 실행한다.)
Microsoft Windows [Version 10.0.16299.125]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All
Deployment Image Servicing and Management tool
Version: 10.0.16299.15
Image Version: 10.0.16299.125
Error: 0x800f080c
Feature name Microsoft-Hyper-V is unknown.
A Windows feature name was not recognized.
Use the /Get-Features option to find the name of the feature in the image and try the command again.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32
내 가상 컴퓨터 구성 :
- OS : 우분투 16.04.03
- RAM : 3천72메가바이트
- 저장 : 500기가바이트
- 저장 유형 : VDI
소리가 VirtualBox 버그와 유사하므로 오라클 지원 리소스에 문의하거나 다른 가상화 솔루션을 사용해야합니다. 프로그래밍과 관련이 전혀 없습니다. –