반응형
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
'툴-팁' 카테고리의 다른 글
[번역] SID 보고 알아내기 (0) | 2010.12.08 |
---|---|
[CentOS] Memory for crash kernel (0x to 0x) not within permissible range ! (2) | 2010.11.23 |
[WINDOWS7] taskbar (0) | 2010.08.23 |
[VIM] 태그 빨리 지우기 (0) | 2010.07.13 |
[팁] exiftool 날짜가 잘못 된 디카사진 날짜 변경하기. (1) | 2010.04.10 |