Hi
Undaunted by my persistent failure to get a virtual machine to actually install I tried again today with virtualbox (where I have an empty VM and wanted to install the OS to it) and VM player (where I had yet another go and tried to install it) and here are the eror messages I get upon failure >
Virtualbox
VM Ware
On investigating prior errors, the setup is looking for a file marked version.h which appears to be in the server kernel but not in the generic kernel. Is VMWare expecting to find a server kernel running, which might explain it? Or is it saying something different?
I assume that virtualbox is expecting to find something like source code that isn't there?
Notwithstanding this, I feel that slowly I seem to be heading in the right direction. Is amnyone able to give me a clue here, whilst I recognise that this is not technically a 'buntu issue?
Thanks
Undaunted by my persistent failure to get a virtual machine to actually install I tried again today with virtualbox (where I have an empty VM and wanted to install the OS to it) and VM player (where I had yet another go and tried to install it) and here are the eror messages I get upon failure >
Virtualbox
Code:
Attempting to install using DKMS removing old DKMS module vboxdrv version Error! Invalid number of parameters passed. Usage: remove -m <module> -v <module-version> --all or: remove -m <module> -v <module-version> -k <kernel-version> ------------------------------ Deleting module version: 2.0.4 completely from the DKMS tree. ------------------------------ Done. Creating symlink /var/lib/dkms/vboxdrv/2.0.4/source -> /usr/src/vboxdrv-2.0.4 DKMS: add Completed. Error! Your kernel source for kernel 2.6.27-8-generic cannot be found at /lib/modules/2.6.27-8-generic/build or /lib/modules/2.6.27-8-generic/source. You can use the --kernelsourcedir option to tell DKMS where it's located. Failed to install using DKMS, attempting to install without Makefile:142: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Code:
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] /usr/src/linux-headers-2.6.27-8-server/include The directory of kernel headers (version 2.6.27-8-server) does not match your running kernel (version 2.6.27-8-generic). Even if the module were to compile successfully, it would not load into the running kernel.
I assume that virtualbox is expecting to find something like source code that isn't there?
Notwithstanding this, I feel that slowly I seem to be heading in the right direction. Is amnyone able to give me a clue here, whilst I recognise that this is not technically a 'buntu issue?
Thanks
Comment