I try to install Ubuntu 12.04 at my VirtualBox.
so, download virtualbox (https://www.virtualbox.org/wiki/Downloads)
and ubuntu 12.04 (http://www.ubuntu.com/download/desktop).
But ! I see this screen After Install is complete.
I try to Google Search to solve this problem.
Many answer...
(http://lmgtfy.com/?q=ubuntu+12.04+low+graphic+mode)
In my case,(Me.. Ubuntu..)
Solved the problem using Installing the Linux Guest Additions.
(VirtualBox User Guide ch 4, https://www.virtualbox.org/manual/ch04.html)
Press ctrl + alt + f1 when you see error screen.
And Type this command according to User Guide.
>>
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install dkms
sudo reboot
<<
As a result, I see this screen ! :)
kekekeke...
But..
I don't know what mean Installing Guest Additions...
I need study about linux...
-----------------------------------------------------------------------------------
영어 공부 많이해야 겠다..이게 뭐야..
어쨌던.
버츄얼박스 상에서 우분투12.04 를 설치하다보면
위 사진과 같이 low graphics 에러가 발생하더라.
구글링으로 많은 해결방법들이 있었는데
내가 해결한 방법은 VirtualBox UserGuide 에 나와있듯이
Guest Additions을 설치하는 것.
>>
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install dkms
sudo reboot
<<
일단 따라서 타이핑 치고 문제는 해결했는데..
게스트 에디션의 의미를 모르겠다.
게스트 에디션이 뭐지...
이것 저것 할게 많구만
'Trouble Shooting' 카테고리의 다른 글
Apple Silicon 에서 x256 빌드하기 (0) | 2023.04.01 |
---|---|
jekyll 에서 drafts 혹은 post가 인식되지 않을 때. (0) | 2017.01.08 |
Ubuntu에서 Panoglview를 빌드해서 equirectangular 이미지를 보자. (0) | 2016.04.05 |
iOS 카메라롤 정렬이 엉망이 되었을 때. (iOS 9.0.2 적용 시) (0) | 2015.10.03 |
build libmpg123. #1 (0) | 2015.08.02 |
때로는 풀기 어려운 문제를 안고, 그냥 안고 가야 할 때도 있다. (0) | 2014.08.04 |
digikam 3.5 빌드시 - include could not find load file: CMakePackageConfigHelpers 에러 (0) | 2014.04.08 |