반응형
Virtual Box 게스트 확장 CD 설치 에러 해결법
상황
Virtual Box로 CentOS7 Os를 생성한 뒤 게스트 확장 CD를 설치하던 도중 아래와 같은 에러가 발생함.
오류 메세지
VirtualBox Guest Additions: Kernel headers not found for target kernel
3.10.0-1062.el7.x86_64. Please install them and execute
/sbin/rcvboxadd setup
modprobe vboxguest failed
The log file /var/log/vboxadd-setup.log may contain further information.
Press Return to close this window..
해결법
yum update -y
yum install -y gcc perl kernel-headers kernel-devel
yum install -y "kernel-devel-uname-r == $(uname -r)"
재부팅 후 다시 시도하면 설치 됨.
반응형
'Tool 사용법 > VirtualBox' 카테고리의 다른 글
VitualBox Windows10 설치 시 한영키 사용법 (0) | 2020.10.04 |
---|---|
VirtualBox 클립보드, 드래그앤드롭 설정법 (1) | 2020.10.04 |