우분투 14.04 lts에서 게스트 확장이 제대로 깔리지 않았다.경고를 살펴보니Warning: unknown version of the X Window System installed. Not installing X Window System drivers.같이 뜬다. 해결방법 1. 기존의 게스트확장 제거$ /opt/VBoxGuestAdditions-4.3.6/uninstall.sh2. apt-get을 이용한 이미지 인스톨$ sudo apt-get install virtualbox-guest-additions-iso3. software-properties-gtk 다이얼로그를 이용하여 드라이버 활성화$ software-properties-gtk --open-tab=44. using x86 virtualizat..