문제 상황
리눅스 환경 작업을 위해 VM에서 Ubuntu를 실행하던 중 에러가 발생했다
vmwgfx 0000:00:0Z.0 [drm] *ERROR* vmwgfx seems to be running on an unsupported hypervisor.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* This configuration is likely broken.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* Please switch to a supported graphics device to avoid problems
구글링을 통해 답변들을 봤지만
Turns out it was a storage issue. I have been using dynamic storage.
After transferring a huge amount of data from host to VM,it got stuck (my theory).
I logged in to the computer through ALT+F2 and deleted big chunk files,
so the VM started without any problem.
동적저장공간 이슈라고?
난 오늘 처음 실행해본 거였는데..
게다가 ALT + F2 를 활용한 로그인도 수행되지 않았고 big chunk files가 구체적으로 무엇을 의미하는 지 알 수 없었음
구글링 출처 virtualbox - vmwgfx failure on Ubuntu boot - Ask Ubuntu
vmwgfx failure on Ubuntu boot
An Ubuntu (64 bit) virtual machine was working on a Windows 10 computer through VM VirtualBox Manager without a problem. Today, suddenly, it gives the error below during the boot. vmwgfx 0000:00:0Z...
askubuntu.com
해결과정
처음 실행했을 때부터 발생한 오류이기에, 컴퓨터 혹은 설정에 문제가 있을 것을 확신하였다.
이에 다른 방법들을 찾아보던 중 다음과 같은 해결책 2가지를 설정하여 해결할 수 있었다.
1. Windows 하이퍼바이저 플랫폼 기능 켜기
'제어판\프로그램\Windows기능 켜기/끄기'에 들어갔을 때

'Windows Hypervisor에서 가상화 소프트웨어를 실행할 수 있습니다.' 위 기능을 체크한다
이는 Windows에서 가상 컴퓨터를 만들 수 있도록 (VM) Hyper-V를 사용하도록 설정하는 기능으로 이 기능을 선택할 경우가상 소프트웨어를 실행할 수있다.
2.그래픽 컨트롤러 바꾸기
vmwgfx 0000:00:0Z.0 [drm] *ERROR* This configuration is likely broken.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* Please switch to a supported graphics device to avoid problems
지원되는 graphics에서 문제가 발생했다는 말은 Ubuntu 설정의 그래픽 관련 문제일 수 있겠구나
VirtualBox setting에서 VMSVGA를 VBoxVGA로 바꾸기

그래픽 컨트롤러 | VBoxSVGA | VMSVGA |
호환성 | Windows 7 이후 버전을 위해 설계된 VirtualBox의 기본 그래픽 컨트롤러로, VirtualBox 특정 기능을 최대한 활용하여 Windows VM의 성능 향상 | VMware와의 호환성을 목표로, 대부분의 Linux 배포판에서 기본 옵션으로 설정 |
VirtualBox Graphics 관련 출처
https://www.baeldung.com/linux/vboxvga-vmsvga-vboxsvga-virtualbox
'ComputerScience > OS' 카테고리의 다른 글
프로세스(Process)와 스레드(Thread) (1) | 2024.06.16 |
---|
문제 상황
리눅스 환경 작업을 위해 VM에서 Ubuntu를 실행하던 중 에러가 발생했다
vmwgfx 0000:00:0Z.0 [drm] *ERROR* vmwgfx seems to be running on an unsupported hypervisor.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* This configuration is likely broken.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* Please switch to a supported graphics device to avoid problems
구글링을 통해 답변들을 봤지만
Turns out it was a storage issue. I have been using dynamic storage.
After transferring a huge amount of data from host to VM,it got stuck (my theory).
I logged in to the computer through ALT+F2 and deleted big chunk files,
so the VM started without any problem.
동적저장공간 이슈라고?
난 오늘 처음 실행해본 거였는데..
게다가 ALT + F2 를 활용한 로그인도 수행되지 않았고 big chunk files가 구체적으로 무엇을 의미하는 지 알 수 없었음
구글링 출처 virtualbox - vmwgfx failure on Ubuntu boot - Ask Ubuntu
vmwgfx failure on Ubuntu boot
An Ubuntu (64 bit) virtual machine was working on a Windows 10 computer through VM VirtualBox Manager without a problem. Today, suddenly, it gives the error below during the boot. vmwgfx 0000:00:0Z...
askubuntu.com
해결과정
처음 실행했을 때부터 발생한 오류이기에, 컴퓨터 혹은 설정에 문제가 있을 것을 확신하였다.
이에 다른 방법들을 찾아보던 중 다음과 같은 해결책 2가지를 설정하여 해결할 수 있었다.
1. Windows 하이퍼바이저 플랫폼 기능 켜기
'제어판\프로그램\Windows기능 켜기/끄기'에 들어갔을 때

'Windows Hypervisor에서 가상화 소프트웨어를 실행할 수 있습니다.' 위 기능을 체크한다
이는 Windows에서 가상 컴퓨터를 만들 수 있도록 (VM) Hyper-V를 사용하도록 설정하는 기능으로 이 기능을 선택할 경우가상 소프트웨어를 실행할 수있다.
2.그래픽 컨트롤러 바꾸기
vmwgfx 0000:00:0Z.0 [drm] *ERROR* This configuration is likely broken.
vmwgfx 0000:00:0Z.0 [drm] *ERROR* Please switch to a supported graphics device to avoid problems
지원되는 graphics에서 문제가 발생했다는 말은 Ubuntu 설정의 그래픽 관련 문제일 수 있겠구나
VirtualBox setting에서 VMSVGA를 VBoxVGA로 바꾸기

그래픽 컨트롤러 | VBoxSVGA | VMSVGA |
호환성 | Windows 7 이후 버전을 위해 설계된 VirtualBox의 기본 그래픽 컨트롤러로, VirtualBox 특정 기능을 최대한 활용하여 Windows VM의 성능 향상 | VMware와의 호환성을 목표로, 대부분의 Linux 배포판에서 기본 옵션으로 설정 |
VirtualBox Graphics 관련 출처
https://www.baeldung.com/linux/vboxvga-vmsvga-vboxsvga-virtualbox
'ComputerScience > OS' 카테고리의 다른 글
프로세스(Process)와 스레드(Thread) (1) | 2024.06.16 |
---|