SecurityFactorial/My Share Note
No 3D support is available from the host.
S!_Jmini
2024. 2. 21. 17:41
문제 상황
- 퍼징을 수행하던 VMware를 pause하고 PC 재종료 후 resume 하였을 때 실패하는 경우
- 3D support available과 관련한 문제가 있다고 발생하는 경우
- 'Did you reboot after installing VMware Workstation?' 문구가 포함된 경우
시도했던 해결 방안
- 늘 MS 기술자들이 말하는 'SFC /scannow' (실패)
- https://www.makeuseof.com/vmware-failed-to-start-the-virtual-machine-error-windows-11/ 여기있는 9가지 전부 (실패)
성공한 해결 방안
- 활성화하려는 .vmx 파일을 메모장 또는 editor로 연다
mks.enable3d = "TRUE"
를mks.enable3d = "FALSE"
로 변경- 그럼에도 해결이 되지 않고 다른 경고창이 발생한 경우 pause에서 poweroff로 변경
vmci0.present = "TRUE"
를vmci0.present = "FALSE"
로 변경- Power on 시 정상 동작
Reference