If you are trying out Ubuntu 12.10 in your Virtualbox and find that you are not able to install the guest additions, then you are not alone. I have installed Ubuntu 12.10 on several instances and on almost every instance, I am not able to install the guest additions. This is the message that I am getting:
Building the main Guest Additions module ...fail!
(Look at /var/log/vboxadd-install.log to find out what went wrong)
Looking at the vboxadd-install.log file, you will find that the cause for the installation failure is because of the missing kernel headers. This may sound complicated to you, but don’t worry, here’s the fix:
Open a terminal (in the Ubuntu VM) and type:
sudo apt-get install build-essential kernel-headers-`uname -r` dkms |
Once the installation is completed, you can proceed to install the guest additions. It should work this time.
That’s it. Enjoy!
Receive the latest update in your inbox.
Or connect with us:






Perfect. I was looking for this solution and had finally decided to install Ubuntu on my test system. You saved quite some time of mine :-). Thanks a lot.
You are welcome. :)
What about Kubuntu?
The above command will work in Kubuntu as well.
I installed Ubuntu 12.10 in VirtualBox 4.2.6 and I didn’t have to run this command in Terminal. In fact, no headers for the current running VirtualBox Guest Additions kernel were found during the installation and it still worked perfect! I followed the installation instructions at http://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-virtualbox and installed Guest Additions using the GNOME classic interface. I used to use the Terminal in prior versions but GNOME classic was a breeze!!! Works great now running Guest Additions.
Did not work :/
“niklas@Ubuntu:~$ sudo apt-get install build-essential kernel-header-`uname -r` dkms
[sudo] password for niklas:
Läser paketlistor… Färdig
Bygger beroendeträd
Läser tillståndsinformation… Färdig
E: Kunde inte hitta paketet kernel-header-3.5.0-17-generic
E: Kunde inte hitta något paket enligt reguljära uttrycket “kernel-header-3.5.0-17-generic”
niklas@Ubuntu:~$ ”
Why?
When you install the guest addition, did it generate any error?
The correct terminal command is:
sudo apt-get install build-essential linux-headers-$(uname -r) dkms
No-No-No!
For 12.10: Open synaptic (install it first). Search for “virtualbox-ose-guest” (w/o quotes). Select
virtualbox-ose-guest-dkms
virtualbox-ose-guest-utils
virtualbox-ose-guest-x11
Then press “Apply” and you’re done with the guest. Reboot now to activate ‘em.