VBox Guest Additions 설치에서 Kali 커널 4.14.0-kali1-amd64에 대한 헤더를 찾을 수 없습니다.

VBox Guest Additions 설치에서 Kali 커널 4.14.0-kali1-amd64에 대한 헤더를 찾을 수 없습니다.

VirtualBox에 Kali를 설치했으며 이제 전체 화면 보기를 위해 게스트 추가 기능을 설치하려고 합니다.

패키지를 업데이트 및 설치하고 dkms를 설치했습니다. linux-headers를 설치하려고 하면 다음과 같은 메시지가 나타납니다.

# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-headers-4.14.0-kali1-amd64 is already the newest version (4.14.2-1kali1).
0 upgraded, 0 newly installed, 0 to remove and 86 not upgraded.

설치된 헤더는 다음과 같습니다.

# dpkg --get-selections | grep linux-headers
linux-headers-4.14.0-kali1-amd64        install
linux-headers-4.14.0-kali1-common       install
linux-headers-amd64             install

Guest Additions CD를 실행하려고 하면 다음과 같은 메시지가 나타납니다.

Verifying archive integrity... All good.
Uncompressing VirtualBox 5.0.40 Guest Additions for Linux............
VirtualBox Guest Additions installer
Removing installed version 5.0.40 of VirtualBox Guest Additions...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
update-initramfs: Generating /boot/initrd.img-4.13.0-kali1-amd64
update-initramfs: Generating /boot/initrd.img-4.14.0-kali1-amd64
Copying additional installer modules ...
Installing additional modules ...
Removing existing VirtualBox DKMS kernel modules ...done.
Removing existing VirtualBox non-DKMS kernel modules ...done.
Building the VirtualBox Guest Additions kernel modules
The headers for the current running kernel were not found. If the following
module compilation fails then this could be the reason.

Building the main Guest Additions module ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Doing non-kernel setup of the Guest Additions ...done.
Press Return to close this window...

커널에 맞는 Linux 헤더가 설치된 것 같습니다. VBox가 왜 찾을 수 없나요?

VBox 5.2.2로 업데이트하려고 하는데 기존 버전을 제거하고 5.2.2를 설치한 후 Kali-Linux를 부팅할 수 없습니다. - 스크린샷 첨부됨.

답변1

VirtualBox Gest Additions에 설치하려면 튜토리얼을 따라야 합니다.칼리 리눅스 공식 문서.

VirtualBox 게스트 추가 기능은 적절한 마우스 및 화면 통합과 호스트 운영 체제와의 폴더 공유를 제공합니다. 설치하려면 아래 단계를 따르세요.

Kali Linux 가상 머신을 시작하고 터미널 창을 열고 다음 명령을 실행하십시오.

apt-get update
apt-get install -y virtualbox-guest-x11
reboot

답변2

올바른 헤더가 설치되어 있다고 생각되면 다음 단계를 따르세요.

Cd /media/cdrom
sudo chmod +x VBoxLinuxAdditions.run // chmod: changing permissions of 'VBoxLinuxAdditions.run': Read-only file system. ignoere this message

sudo sh ./VBoxLinuxAdditions.run

설치 후에는 시스템을 다시 시작해야 합니다

관련 정보