Entradas

Mostrando las entradas etiquetadas como Kali Linux

Virtualbox in Kali Linux Issue (Can't start virtual machine)

Imagen
This publication summarizes the procedure to enable Virtualbox to run in Kali Linux. After downloading and installing Virtualbox ( How to install )  , you configure your virtual machine, but while trying to start it you get an error. Issue: Description: After installing Virtualbox in Kali Linux, it is not possible to start a virtual machine. Action requested by virtualbox:    /etc/init.d/vboxdrv setup While executing that command you are requested to look for the error in the log file: cat /var/log/vbox-install.log Error found: Makefile:183: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop. Solution: Verify that the file /etc/apt/sources.list have the following lines (If not add them): deb http://http.kali.org/kali kali main contrib non-free deb http://security.kali.org/kali-security kali/updates main contrib non-free Execute: apt-get update Then execute:   apt-get inst...