RadarURL

Atom 계열의 컴퓨터에 VMware를 설치하다가 다음과 같은 오류가 나는 경우가 있다.

 

vmware_error.jpg

 

VMware can not installed. VMware requires feature that are not present on your CPU..

 

무언가 CPU에서 지원을 해주지 못해서 설치가 불가능하다는 얘기이다.

 

VMware에서 요구하는 CPU 특성은

 

The host system must have a 64-bit x86 CPU that meets the following requirements.

LAHF/SAHF support in long mode

1.3GHz or faster core speed

Multiprocessor systems are supported.

When you install Workstation, the installer performs checks to make sure the host system has a supported processor. You cannot install Workstation if the host system does not meet the processor requirements.

The operating system that runs inside a virtual machine is called the guest operating system. To run 64-bit guest operating systems, the host system must have one of the following processors.

An AMD CPU that has segment-limit support in long mode

An Intel CPU that has VT-x support

위와 같다.

 

위의 내용을 요약하면

 

CPU가 64-Bit를 지원하여야하고 VT-x 를 지원해야 한다.

지원 여부는 CPU-Z와 같은 CPU 정보확인 프로그램을 사용하면 된다.

cpu-z_1.61-32bits-en.zip

정보에서 EM64T (Intel) 또는 AMD64 (AMD)와 VT-x 가 보이면 지원하는것이다.

 

관련 질문과 답글도 찾을 수 있다.

 

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

http://www.howtogeek.com/forum/topic/vmware-giving-error-message-while-installing 

I downloaded latest built of VMware Player 4.0.2 and while installing,
Error: VMware Player can not be installed on this computer. VMware Player
requires features that are nor present on your CPU. See the
product release notes for specific hardware and software requirements.

7c4abfb7d9ca5a26f9d3a104e9343eb7e819786e2f22df2c62c9961b571454a36g.jpg

Posted 7 months ago #
 
This post has been reported.

Installation Requirements

When you install Workstation, the installer performs checks to make sure the host system has a processor that meets the following requirements. You cannot install Workstation if the host system does not meet these requirements.

64-bit x86 CPU
LAHF/SAHF support in long mode
You can use CPU-Z or a similar utility to determine if the host system CPU is 64-bit capable. CPU-Z shows EM64T (Intel) or AMD64 (AMD) if the processor is 64-bit capable.

If you plan to install a 64-bit guest operating system in a virtual machine, the host system must have one of the following processors. Workstation will not allow you to install a 64-bit guest operating system if the host system does not have one of these processors.

AMD CPU that has segment-limit support in long mode.
Intel CPU that has VT-x support. VT-x support must be enabled in the host system BIOS. The BIOS settings that must be enabled for VT-x support vary depending on the system vendor. See VMware KB article 1003944 for information on how to determine if VT-x support is enabled.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
위와 같은 문제가 아니라면 다음과 같은 문제가 있을 수 있다.
 

CMOS의 CPU 설정중 "No-Execute Memory Protection" 이라는 부분이 활성화된 경우에도

VMWare가 설치가 되지 않는다.

메모리 영역에서 악성코드가 실행되지 못하도록 막는 기능인데

VMWare의 기능을 악성코드로 간주하게 된다.

 

관련 질답은 다음에서 확인할 수 있다.

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

http://communities.vmware.com/thread/120655

 

Jan 10, 2008 1:17 AM
"No-Execute Memory Protection" BIOS settinghi guys!
 
while BIOS-upgrading our blade center (HP BL460c blades) i realized that the "No-Execute Memory Protection" setting was turned off everywhere. google, however, told me that turning on this setting would be a clever thing to do. the only problem is changing this BIOS setting results in our esx servers (3.5.0 / 64607; Infrastructure Center 2.5) complaining that the CPU is now different than it was at the point the VMs were created, and thus won't vmotion them. this kinda sucks because i don't really want to mess around with CPUID masks.
 
any ideas how to get around this? is there an easy hack to make the VMs vmotion again? or just leave the setting as it was, turned off?
 
thanks in advance,
 
Tom
 
EDIT: shutting down the guests, moving them to an different esx server with "No-Execute Memory Protection" turned on, starting them there, enables me to vmotion them between those servers which also have this setting turned on. weird...
 
Re: "No-Execute Memory Protection" BIOS setting
Hiya,
 
You can set a cpu mask on your VMs so that these type of cpu incompatibilities are ignored in the pre-vmotion checks
 
In the VI client, rt click on the VM, edit settings, select the "options" tab, click on advanced, then look in the CPU Identification Mask
 
You can just mask the NX flag - or you can mask other advanced features (search the vmtn forums and/or google for more info)
 
Dinny
Report Abuse
 
Re: "No-Execute Memory Protection" BIOS setting

thanks for your response!
i found out that shuting down the gues OS, then the ESX server itself, then enabling the BIOS setting and starting up again does the trick. no CPUID mask needed.

-Tom

 
Re: "No-Execute Memory Protection" BIOS setting

That's OK if all your hardware supports the same cpu settings - obviously if they are all the same - then there are no compatabilities to mask.

 

If some ESX hardware supports some cpu functionality, and some doesn't - that is when you do need to mask out the incompatabilities

 

Dinny

 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
내 메인모드는 현재 AD2700-ITX인데
'No-Excute Memory Protection' 기능이 있다.
이 부분을 비활성화 시키면 VMWare의 설치가 가능하다.
 
도움이 되었기를..
?

공부 게시판

공부에 도움되는 글을 올려주세요.

  1. [공지] 공부 게시판 입니다.

    Date2003.08.18 By처누 Views928129
    read more
  2. [apache] HTTP/HTTPS 리다이렉트(Redirect/Rewrite) 하는 방법

    Date2025.09.11 Category웹서버,WAS ByJaeSoo Views0
    Read More
  3. http를 https로 리다이렉트하는 여러가지 방법

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  4. SSL인증서 없이 HTTPS에서 HTTP로 되돌리기

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views2
    Read More
  5. [SSL] win-acme, Let's encrypt로 무료 SSL 인증서 발급

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  6. [SSL] Windows 10에서 Let's Encrypt로 SSL 인증서 무료 발급받기

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  7. 무료로 https SSL/TLS 인증서를 발급받을 수 있는 인증 기관

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  8. 아파치 서버에 https SSL 인증서 적용하는 방법 (apache httpd)

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  9. 아파치2(Apache2) SSL HTTPS 적용하기

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views0
    Read More
  10. 아파치 웹서버에 멀티 도메인에 대한 80, 443 포트 설정하는 방법

    Date2025.09.10 Category웹서버,WAS ByJaeSoo Views3
    Read More
  11. Google Photo 대신 Immich를 써보자

    Date2025.08.07 Category소프트웨어 ByJaeSoo Views130
    Read More
  12. [사진관리] PhotoPrism vs LibrePhoto 비교 소감

    Date2025.05.19 Category소프트웨어 ByJaeSoo Views14
    Read More
  13. 윈도우 자동 로그온 설정이 보이지 않을 때 조치사항

    Date2024.08.16 Category윈도우즈 ByJaeSoo Views203
    Read More
  14. 핸드폰 연락처 한방에 깔끔하게 정리하기 - by.컨택에디터(Contact Editor)

    Date2024.05.27 Category소프트웨어 ByJaeSoo Views32
    Read More
  15. Rufus 로 윈도우10 usb 디스크를만들때 UEFI,Legacy 설정 (4G 이상 부팅 이미지 GPT)

    Date2023.11.20 Category윈도우즈 ByJaeSoo Views2261
    Read More
  16. Windows 11에서 모든 시스템 트레이 아이콘을 관리하고 표시하는 방법

    Date2023.11.05 Category윈도우즈 ByJaeSoo Views1367
    Read More
  17. 윈도우11 작업 표시줄 좌/우/상/하 이동 및 두 줄 만드는 방법

    Date2023.11.05 Category윈도우즈 ByJaeSoo Views1251
    Read More
  18. 윈도우11의 마우스 오른쪽 버튼 메뉴, 기존 윈도우 형태로 되돌리는 방법

    Date2023.10.25 Category윈도우즈 ByJaeSoo Views914
    Read More
  19. [Msoffice] Pdfmaker office addin 오류 해결방법

    Date2023.08.21 Category윈도우즈 ByJaeSoo Views3776
    Read More
  20. [U2L] Unix to Linux 기대효과 분석

    Date2023.05.16 Category유닉스/리눅스 ByJaeSoo Views1259
    Read More
  21. 리눅스 inodes full 이슈 해결 방법

    Date2023.05.02 Category유닉스/리눅스 ByJaeSoo Views169
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 33 Next
/ 33


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너