COMPUTING

[VMWare] 오류 해결 - This host supports Intel VT-x, but Inter VT-x is disabled.

Exeter 2015. 1. 16. 21:17
반응형


VMWare에서 Windows 64bit 버전(x64)를 설치하다보면 다음과 같은 에러가 나타나는 경우가 있습니다.


This virtual machine is configured for 64-bit guest operating systems.

However, 64-bit operation is not possible.


This host supports Intel VT-x, but Inter VT-x is disabled.


Intel VT-x might be disabled if it has been disabled in the BIOS/firmware settings or the host has not been power-cycled since changing this setting.


(1) Verify that the BIOS/firmware settings enable Intel VT-x and disable “trusted execution”.

(2) Power-cycle the host if either of these BIOS/firmware settings have been changed.

(3) Power-cycle the host if you have not done so since installing VMware Workstation.

(4) Update the host’s BIOS/firmware to the latest version.


For more detailed information...



다양한 원인이 있겠지만, 대부분 아래와 같은 이유에서 에러가 발생합니다.


1) BIOS에서 Intel® Virtualization Technology 기능을 Disabled 로 설정했거나,


2) BIOS가 구버전으로 Intel® VT(Virtualization Technology) 기능 활성화 메뉴 자체가 없거나,


3) CPU가 VT 를 지원하지 않는 경우.



원인1) 해결 방법

이 경우에는 해결 방법이 간단합니다. 일단 BIOS Setup 화면으로 진입해야 하는데, 대부분의 경우 컴퓨터 전원을 켜자마자 F10 이나 DEL 키를 누르면 설정 화면으로 진입할 수 있습니다. BIOS메뉴에서 VT 활성화 메뉴가 있는지 살펴보고 Disabled로 되어 있다면 Enable 상태로 변경해야 합니다.


원인2) 해결 방법

구형PC에서 초기 버전 BIOS에서는 VT 메뉴 자체가 존재하지 않는 경우가 있습니다. 이 경우 먼저 메인보드 제조사 홈페이지에서 최신 BIOS 이미지를 다운받아 업데이트를 먼저 해야 합니다. 제조사마다 업데이트 방법이 다양하므로 해당 모델에 대한 업데이트 방법을 먼저 숙지하고 진행하시기를 바랍니다. 그리고 위 1번의 절차를 실행하면 됩니다.


원인3) 해결 방법

이 경우 CPU가 Virtualization Technology 를 지원하지 않는 경우로, 아래 INTEL 홈페이지에서 CPU 모델명으로 확인 가능합니다. 


https://ark.intel.com/content/www/us/en/ark/search/featurefilter.html?productType=873&2_VTX=True



반응형