툴-팁
VirtualBox+CentOS VirtualBox Addition 설치하기
daewonyoon
2010. 10. 8. 15:40
반응형
VirtualBox 에 CentOS를 설치하고 버츄얼 박스 부가기능을 설치하지 못하여 작은 화면에 답답해 하다가 검색하여 문제를 해결했습니다.
직접 테스트한 시스템은 CentOS 5.5 였으며, kernel sources 패키지는 설치할 수 없었습니다. gcc와 kernel-devel 패키지만 설치했었고, VBoxLinuxAdditions 파일의 이름도 달랐지만 따라하니 성공하였습니다.
http://forums.virtualbox.org/viewtopic.php?t=4960 의 내용을 번역한 것입니다.
직접 테스트한 시스템은 CentOS 5.5 였으며, kernel sources 패키지는 설치할 수 없었습니다. gcc와 kernel-devel 패키지만 설치했었고, VBoxLinuxAdditions 파일의 이름도 달랐지만 따라하니 성공하였습니다.
http://forums.virtualbox.org/viewtopic.php?t=4960 의 내용을 번역한 것입니다.
CentOS 5.1에서 Guest Additions 설치하는 방법
How to install Guest Additions in CentOS 5.1
2008년 3월 yoyo
Postby yoyo » 3. Mar 2008, 22:17
root로 로그인하고 터미널에서 다음을 입력합니다.
log in as root and type in terminal
yum install gcc -y
yum install kernel sources -y
yum install kernel-devel -y
시스템 재시작
restart the system
재시작 후 /media 디렉토리에 있는VBoxAddition 디렉토리로 가서 다음을 입력합니다.
now go to the VBox Addition directory in your /media directory and type:
sh VBoxLinuxAdditions.run
시스템을 재시작합니다.
restart the system again
How to install Guest Additions in CentOS 5.1
2008년 3월 yoyo
Postby yoyo » 3. Mar 2008, 22:17
root로 로그인하고 터미널에서 다음을 입력합니다.
log in as root and type in terminal
yum install gcc -y
yum install kernel sources -y
yum install kernel-devel -y
시스템 재시작
restart the system
재시작 후 /media 디렉토리에 있는VBoxAddition 디렉토리로 가서 다음을 입력합니다.
now go to the VBox Addition directory in your /media directory and type:
sh VBoxLinuxAdditions.run
시스템을 재시작합니다.
restart the system again
728x90