hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.32k stars 4.43k forks source link

Issue on Guest Addition (VirtualBox) during Installation. #13531

Open corporealsoul opened 3 weeks ago

corporealsoul commented 3 weeks ago
automation: D:/GITRepos/Aleph-vitatha-Research-Lab/YEAR2024/Automation-Lab/Vagrant => /vagrant

Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attempted was:

mount -t vboxsf -o uid=1000,gid=1000,_netdev vagrant /vagrant

The error output from the command was:

: No such device

brlin-tw commented 3 weeks ago

Please follow the issue template instead of your own format when filing a bug report; this reduces the time and effort needed to resolve your problem.

The following error message seems to already address that this is normally NOT a Vagrant issue but an issue within the Vagrant box(VM image) you're trying to use:

Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box.

Have you verified that the Vagrant box you're using has satisfied this requirement yet? Please provide a minimal Vagrantfile bug reproducer(along with other fields demanded by the issue template, whenever applicable) to help troubleshoot your problem.