본문 바로가기
WORK/Sotfware

[Linux] Virtualbox ubuntu 15.10 게스트 확장 설치 에러/오류

by KANG Stroy 2017. 10. 28.
728x90
728x90

Virtualbox 확장 설치가 되지 않을 때가 있다. 


다음과 같은 오류가 나올 때가 있다. 


sudo ./VBoxLinuxAdditions.run

 

Verifying archive integrity... All good. 

Uncompressing VirtualBox 4.1.12 Guest Additions for Linux......... 

VirtualBox Guest Additions installer 

Removing installed version 4.1.12 of VirtualBox Guest Additions... 

Removing existing VirtualBox DKMS kernel modules ...done. 

Removing existing VirtualBox non-DKMS kernel modules ...done. 

Building the VirtualBox Guest Additions kernel modules 

The headers for the current running kernel were not found. If the following 

module compilation fails then this could be the reason.

 

Building the main Guest Additions module ...fail! 

(Look at /var/log/vboxadd-install.log to find out what went wrong) 

Doing non-kernel setup of the Guest Additions ...done. 

Installing the Window System drivers 

Warning: unknown version of the X Window System installed.  Not installing 

X Window System drivers. 

Installing modules ...done. 

Installing graphics libraries and desktop services components ...done.


이와 같은 동작이 될 때 참 난감 하다. 화면은 점점 작아서 고통을 호소 할 때 다음과 같이 시도를 해 보시길 바랍니다. 일단 위와 같은 현상에서 정상적으로 설치가 되었습니다. 


1) 패키지 최신 버전로 정보 갱신


sudo apt-get update

-> 여기서 에러가 나면 우분투가 최신 버전이 아닙니다. 업데이트 경로를 변경 하세요. 


http://gangsanilee.tistory.com/   참고 하세요 


2) virtualbox 게스트 확장 패키지를 설치


sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11


시간이 오래 걸립니다. 


3) 시스템을 리부팅


sudo shutdown -r now


동작 되는 것을 확인 하세요 ... 그래도 안되면 다른 것을 찾아 보세야 할거 같습니다. 위 사항은 다른 분이 올린것을 적어 둔것을 올립니다. 

728x90

댓글