Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBoxGuestAdditions mount error #34

Open
allochi opened this issue Sep 16, 2018 · 4 comments
Open

VBoxGuestAdditions mount error #34

allochi opened this issue Sep 16, 2018 · 4 comments

Comments

@allochi
Copy link

allochi commented Sep 16, 2018

Could you please help solve this problem? Thanks!

==> default: Machine booted and ready!
[default] GuestAdditions versions on your host (5.2.18) and guest (5.2.8) do not match.
The guest's platform ("nixos") is currently not supported, will try generic Linux method...
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /mnt: mount point does not exist.
==> default: Checking for guest additions in VM...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount /tmp/VBoxGuestAdditions.iso -o loop /mnt

Stdout from the command:



Stderr from the command:

mount: /mnt: mount point does not exist.
@allochi
Copy link
Author

allochi commented Sep 16, 2018

Ok, the only solution I can find is to downgrade VirtualBox to 5.2.8

@PierreR
Copy link
Collaborator

PierreR commented Sep 16, 2018

@allochi FWIW I am using 5.2.14 successfully which is also the default version of the client provided in nixos.

@samrose
Copy link

samrose commented Oct 12, 2018

@PierreR is there a recommended way to override that guest addition version?

@palfrey
Copy link

palfrey commented Jan 6, 2019

config.vbguest.auto_update = false seemed to solve most of the problem for me (from https://stackoverflow.com/a/37560913/320546)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants