guest Additions für Ubuntu 7.04 installieren

Discussions about using Windows guests in VirtualBox.
Post Reply
Blade69
Posts: 4
Joined: 11. Jun 2007, 10:46

guest Additions für Ubuntu 7.04 installieren

Post by Blade69 »

Hallo zusammen,
ich habe Ubuntu 7.04 als Gast unter WinXP mit Virtualbox installiert. Beim Versuch die Guest Additions zu installieren bekomme ich folgende Fehlermeldung:

VirtualBox 1.4.0 Guest Additions installation
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.20-16-386
Problems were found which would prevent the Guest Additions from installing.
Please correct these problems and try again.

Kann mir jemand helfen ?

(Text in English)
Hi all,
i have installed Ubuntu 7.04 under Winxp Host as Guest in Virtualbox. If i try to Install the Guest Additions i get the following error :

VirtualBox 1.4.0 Guest Additions installation
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.20-16-386
Problems were found which would prevent the Guest Additions from installing.
Please correct these problems and try again.

can anyone help ?
nabamer

Post by nabamer »

as described at https://help.ubuntu.com/community/VMware you could try:

Code: Select all

sudo apt-get install build-essential 
sudo apt-get install linux-headers-`uname -r`
This should solve your problem.
Post Reply