Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

중첩 가상화(Nested Virtualization) - The virtual machine could not be started because this platform does not support nested virtualization.

(2022-07-23 업데이트) 현재 윈도우 11의 버전이 10.0.22000.795이고, AMD CPU를 위한 중첩 가상화 기능이 구현됐습니다.




Hyper-V에서 호스팅 중인 VM 내에서 다시 가상화를 하는 것이 가능한데요,

Hyper-V 내의 VM에서 다시 Hyper-V를 설치: Nested Virtualization
; https://www.sysnet.pe.kr/2/0/11218

아쉽게도 이게 AMD CPU에서는 가능하지 않습니다. 예를 들어, AMD CPU가 장착된 머신에서 ExposeVirtualizationExtensions을 VM에 활성화 시키고 나면,

// VM 이름 testvm이라고 가정

Set-VMProcessor -VMNAME testvm -ExposeVirtualizationExtensions:$True 

해당 VM을 시작 시 다음과 같은 오류 메시지가 발생합니다.

An error occurred while attempting to start the selected virtual machine(s).

'testvm' failed to start.

'testvm' could not initialize.

The virtual machine could not be started because this platform does not support nested virtualization.

'testvm' failed to start. (Virtual machine ID B20F20E6-7F19-4796-BA40-D9FFE2D8FE29)

'testvm' failed to start worker process: Unspecified error (0x80004005). (Virtual machine ID B20F20E6-7F19-4796-BA40-D9FFE2D8FE29)

'testvm' could not initialize. (Virtual machine ID B20F20E6-7F19-4796-BA40-D9FFE2D8FE29)

The virtual machine could not be started because this platform does not support nested virtualization. Consider not exposing virtualization extensions to the virtual machine.

실제로 관련 문서에 "Intel-only"라는 문구가 있습니다.

Run Hyper-V in a Virtual Machine with Nested Virtualization
; https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization

An Intel processor with VT-x and EPT technology -- nesting is currently Intel-only.

그리고 다행히, AMD의 지원이 preview 버전 단계로 작업 중인 19636 버전에서 구현되었다는 소식이 있습니다. (참고로, 2021-03-28 기준의 Windows 10 20H2는 19042입니다.)

AMD Nested Virtualization Support
; https://techcommunity.microsoft.com/t5/virtualization/amd-nested-virtualization-support/ba-p/1434841

Disable check for nested virtualization only working on Intel CPUs 
; https://github.com/GNS3/gns3-server/issues/1777

,.. AMD is now allowed on Windows 10 build 19640 or later. This will work in our next release, version 2.2.10.

해당 preview 버전이 언제 정식으로 나올지는 모르겠지만. ^^




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]

[연관 글]






[최초 등록일: ]
[최종 수정일: 7/23/2022]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 181  182  183  184  185  186  187  188  189  190  [191]  192  193  194  195  ...
NoWriterDateCnt.TitleFile(s)
299정성태7/23/200624068개발 환경 구성: 5. VMWare - VM 생성 화면 캡쳐
300정성태7/15/200629932    답변글 개발 환경 구성: 5.1. VMWare 오류 유형 - The handle is invalid.
301정성태7/18/200624586    답변글 개발 환경 구성: 5.2. VMWare - 사용 후기.
298정성태7/14/200624286개발 환경 구성: 4. VMWare Server를 64bit 운영체제에 설치 시 주의 사항 [2]
296정성태7/10/200633022.NET Framework: 73. [ASP.NET] HTC(DHTML Control Behavior)를 WebResource.axd로 제공하는 방법 [3]
295정성태7/1/200626781VC++: 25. Microsoft National Language Support Downlevel APIs 1.0 사용 방법파일 다운로드1
294정성태6/30/200623343.NET Framework: 72. XSDObjectGen.EXE 기능 개선
293정성태6/29/200625350Team Foundation Server: 10. TFS 버전 컨트롤(TFVC)에 참여시킨 프로젝트의 로컬 경로를 옮기는 방법
290정성태6/26/200622598Team Foundation Server: 9. HTTPS를 통한 Team Server 접근 - 두 번째 이야기 [1]
291정성태6/26/200624035    답변글 Team Foundation Server: 9.1. [선행 작업] HTTPS 를 통한 Team Server 접근 - 두번째 이야기 [1]
292정성태6/26/200623520    답변글 Team Foundation Server: 9.2. TF30177 오류 발생
307정성태8/3/200625410    답변글 Team Foundation Server: 9.3. Team Server 접근 이름을 바꾸는 방법 [1]파일 다운로드1
308정성태2/18/200725178        답변글 Team Foundation Server: 9.4. Team Server HTTPS 접근 완료. ^^ [1]
288정성태6/26/200639831오류 유형: 10. error MSB6006: "aspnet_merge.exe" exited with code 1
286정성태6/23/200627521웹: 4. 웹 사이트 식별자(Identifier) 값 변경
285정성태6/20/200627909오류 유형: 9. [TFS] Report 관련 서비스를 조회할 때 rsErrorImpersonatingUser 오류 메시지 발생 [1]
284정성태6/19/200625550VS.NET IDE: 40. FxCop - IDE 에서 제공해 주는 SuppressMessage 코드
283정성태1/19/200726951Team Foundation Server: 8. 소스 세이프에서 TFS SourceControl 로 마이그레이션 [2]
279정성태12/27/200633339개발 환경 구성: 3. VS.NET 원격 디버깅 [1]
280정성태6/12/200632018    답변글 개발 환경 구성: 3.1. VS.NET 2003 원격 디버깅 설정
281정성태8/11/200633397    답변글 개발 환경 구성: 3.2. VS.NET 2005 원격 디버깅 설정
315정성태8/11/200634148        답변글 개발 환경 구성: 3.3. VS.NET 2005 원격 디버깅 설정 - ASP.NET F5 디버깅
278정성태6/11/200630258오류 유형: 8. [Outlook] 0x8004011D 에러 - "Exchange over the Internet" 환경
276정성태6/7/200623498Team Foundation Server: 7. 외부 빌드 머신 구성
287정성태6/24/200621460    답변글 Team Foundation Server: 7.1. 외부 빌드 머신 구성 - 다른 블로그 자료
275정성태6/7/200629259디버깅 기술: 4. VC++ 8.0 원격 디버깅 구성 - Side-by-Side DLL 문제.
... 181  182  183  184  185  186  187  188  189  190  [191]  192  193  194  195  ...