Page 1 of 1

Unable to install guest additions for 4.0.0

Posted: 29. Dec 2010, 23:23
by utvikl
Hi, I installed 4.0.0 today, but ran into a problem with installation of guest additions.

Code: Select all

?  VBOXADDITIONS_4.0.0_69151  sudo ./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 4.0.0 Guest Additions for Linux.........
VirtualBox Guest Additions installer
Required file routines.sh not found.  Aborting...
Failed to remove existing installation.  Aborting...
?  VBOXADDITIONS_4.0.0_69151 
currently, the following virtualbox ubuntu packages are installed:

Code: Select all

ii  virtualbox-ose-guest-dkms            3.2.8-dfsg-2ubuntu1                               x86 virtualization solution - guest addition module source for dkms
ii  virtualbox-ose-guest-utils           3.2.8-dfsg-2ubuntu1                               x86 virtualization solution - non-X11 guest utilities
ii  virtualbox-ose-guest-x11             3.2.8-dfsg-2ubuntu1                               x86 virtualization solution - X11 guest utilities

Re: Unable to install guest additions for 4.0.0

Posted: 29. Dec 2010, 23:33
by fixedwheel
Hi,
currently, the following virtualbox ubuntu packages are installed:

Code: Select all

ii  virtualbox-ose-guest-dkms            3.2.8-dfsg-2ubuntu1 ...[/quote]
use a package manager like synaptic and uninstall all virtualbox-ose stuff first

Re: Unable to install guest additions for 4.0.0

Posted: 29. Dec 2010, 23:48
by utvikl
fixedwheel wrote:Hi,
currently, the following virtualbox ubuntu packages are installed:

Code: Select all

ii  virtualbox-ose-guest-dkms            3.2.8-dfsg-2ubuntu1 ...[/quote]
use a package manager like synaptic and uninstall all virtualbox-ose stuff first[/quote]

That didn't work. Same issue still present after removing the ubuntu virtualbox-ose stuff. Also note that I have had no problem on other virtualbox instance, but this instance seems to be special.

Re: Unable to install guest additions for 4.0.0

Posted: 30. Dec 2010, 00:01
by fixedwheel
utvikl wrote:

Code: Select all

?  VBOXADDITIONS_4.0.0_69151  sudo ./VBoxLinuxAdditions.run
hmm... try:

Code: Select all

sudo sh ./VBoxLinuxAdditions.run

Re: Unable to install guest additions for 4.0.0

Posted: 30. Dec 2010, 14:31
by utvikl
fixedwheel wrote:
utvikl wrote:

Code: Select all

?  VBOXADDITIONS_4.0.0_69151  sudo ./VBoxLinuxAdditions.run
hmm... try:

Code: Select all

sudo sh ./VBoxLinuxAdditions.run
I tried this as well, but it still fails with same error. The "old" additions seems to work well so it's not such a big issue, I just wanted to report it in case someone else gets the same problem.