First of all a small introduction
I started working on a small project involving a Linux Ubuntu VPS. Now we got to the point where we need a VM on it for a specific program.
Whenever I ty to boot up my VM it gives me this error: VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine.
It gives me the suggestion to run #sudo /sbin/vboxconfig, which then again says that i'm missing some Linux kernels. When I try to install them it then says that they can't be found.
The logs give me this: Makefile:186: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Anyone experienced this before and knows how to fix it? I'm fairly new with VirtualBox through SSH and Linux, so correct me whenever i'm wrong!
Greets, Lukkie1998