Tag: virtualbox

Nov 06

Virtualbox – The headers for the current running kernel were not found

The headers for the current running kernel were not found. Si nos aparece este error cuando intentamos instalar las Guest Additions de Virtualbox sobre un sistema operativo Linux…. ….En 3 de 4 maquinas virtuales (VMs importadas de otro sistema) me ha servido con instalar  los headers del sistema operativo: sudo apt-get install build-essential linux-headers-`uname -r` …

Continue reading