Post

VirtualBox Kernel Headers Not Found

Fix VirtualBox Kernel Headers Not Found Error

Fix VirtualBox Kernel Headers Not Found Error

The guest additions CD should be inserted into the VM:

1
2
3
sudo apt-get install build-essential linux-headers-$(uname -r) dkms
reboot
/sbin/rcvboxadd quicksetup all

OR

1
2
3
yum install -y "kernel-devel-uname-r == $(uname -r)"
/sbin/rcvboxadd quicksetup all
reboot

Something else - desktop type

image1

This post is licensed under CC BY 4.0 by the author.