Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I keep getting this error dialog with an Unable to mount error E_FAIL ( 0x80004005 ) when I try to mount Guest Additions:

enter image description here

I tried the Force Unmount, but that just closes the dialog with no action taken. If I then reattempt to mount Guest Additions, I just get this same dialog box again. Any help would be greatly appreciated!

share|improve this question

4 Answers

up vote 6 down vote accepted

Finally, I figured it out. Here is how you get arount this. First, load Disk Utility and manually eject the disk in the CDROM, by clicking on the Eject button, after selecting the CDROM device. Then try to remount Guest Additions using the key combination Host + D and voila, Guest Additions should mount successfully.

share|improve this answer

I could not get the autorun to work, installed manually by doing:

cd /media/VBOXADDITIONS_4.2.4_81684/
sudo sh VBoxLinuxAdditions.run
share|improve this answer
thanks! this worked nicely and all from cmdline. Only path to additions may vary, for me it was - 'cd /media/kerim/VBOXADDITIONS_4.2.10_84104/' – kerim Apr 3 at 10:12

I had to add one more step.

  1. Unmount Volume
  2. Eject
  3. Rerun Install Guest Additions
share|improve this answer

Unmounting the volume on devices -> CD -> Remove disk from virutal drive

This will show the "Remove disk from Virtual drive" option as disabled on the same page once you clicked.

Then Press Host (Keyboard:Right Ctrl) + D i.e Host+D

This started working installing automatically on my Ubuntu screen.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.