본문 바로가기

끄적 정리

가상머신 에러 해결기

 

 윈도우 업데이트가 되고 나서,

잘 되던 가상머신 실행이 안되기 시작했다ㅏㅏ

(사실 이 경험은 이번이 두번째이다... ㅎ)


지난번 에러 때는

파일탐색기에서

C:\Users\{사용자이름}\VirtualBox VMs\homestead

1. 경로로 이동,

2. prev 파일을 복사하여,

3. vbox 파일로 만들어주면, 해결이 되었다. ( ex) SBLX3310.vbox-prev ==> SBLX3310.vbox )

 

그러나,

이번 에러는 이걸로는 안되더이다..

때문에, 다른 방법으로,

아래 출처의 BIOS 모드로 들어가서 가상화 설정을 변경해주는 두번째 방법도 시도해봤다

( 해당 방법은 윈도우 가상화를 허용으로 바꿔주는 방법이다

윈도우는 가끔 업데이트 후 각종 설정이 변경되는 경우가 있나보다^^* )

 

but,내 가상머신을 살려준 건

1. 첫번째 경로에 있던 두개의 ~~~.vbox 중 하나를 복사하고,

2. 그 두개를 삭제해주고,

3. 복사한 것을 붙여넣기 한 뒤에, 파일명(homestead.vbox)을 변경하여,

VirtualBox Machine Definition(.vbox) 형식의 homestead 파일을 생성해주는 것이었다..!

 


왜 이렇게 하면 가상머신이 살아나는지 이유를 잘 모르겠지만,

(예상하기로는, 한 가상머신에 연결해둔 vbox 와 같은 이름의 파일이 두개라서..?)

윈도우 업데이트 될 때마다 에러가 발생하는 것 같으니..

다음번엔 해당 방법으로만 시도해보고, 후기를 적도록 하겠다ㅏㅏ

총총






출처 : 
https://ryan.tistory.com/612

 

virtualbox 사용 중, Runtime error opening(E_FAIL (0x80004005)) 에러 발생 시

Virtualbox 사용 중, 아래와 같이 Runtime error opening(E_FAIL (0x80004005))가 발생하였다... 아마도 열어놓은 상태로 윈도우즈가 자동 업데이트하며, 재부팅해서 그런 듯... 고민 끝에, 구글링 해보니... 역..

ryan.tistory.com

 

https://techsupportwhale.com/not-in-a-hypervisor-partition/

 

[Fix] Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE) or VT-x is disabled in the BIOS for all CPU modes (VERR_VMX

Fix for "Not in a hypervisor partition (HVP=0) (VERR_NEM_NOT_AVAILABLE)" or "VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)"

techsupportwhale.com

 

https://stackoverflow.com/questions/30662746/vm-has-become-inaccessible-vagrant-no-longer-working

 

VM has become 'inaccessible' - Vagrant no longer working

For some reason this morning when I run 'vagrant up' I get the following error (this has worked absolutely fine for over a year) Your VM has become "inaccessible". Unfortunately, this is a critical

stackoverflow.com

 

https://extrememanual.net/11581

 

버추얼박스 E_FAIL(0x80004005) MachineWrap 에러 해결 방법 - 익스트림 매뉴얼

튜토리얼 환경 : 버추얼박스 5.1.22 가상 머신 - 의 세션을 열 수 없습니다. The virtual machine '-' has terminated unexpectedly during startup with exit code 1(0x1). More details may

extrememanual.net