You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently trying to get started with this project and I've encountered an issue with Vagrant and my VM.
Whenever I try to run vagrant up with my Vagrantfile in the directory, I receive this issue:
Stderr: VBoxManage: error: The virtual machine 'Intro-to-OS_default_1515950615625_22554' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
I've tried to uninstall VirtualBox and reinstall it, removed this Vagrantfile and initially did a vagrant init, and removed everything and restarted, but no luck.
I did encounter an issue with reinstalling VirtualBox and that may be the issue, but I'm unsure of how to solve it.
If anyone can steer me in the right direction, I'd appreciate it!
Additional information:
Using macOS 10.13
Thanks,
Mark
The text was updated successfully, but these errors were encountered:
Hi,
Currently trying to get started with this project and I've encountered an issue with Vagrant and my VM.
Whenever I try to run
vagrant up
with my Vagrantfile in the directory, I receive this issue:Stderr: VBoxManage: error: The virtual machine 'Intro-to-OS_default_1515950615625_22554' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
I've tried to uninstall VirtualBox and reinstall it, removed this Vagrantfile and initially did a
vagrant init
, and removed everything and restarted, but no luck.I did encounter an issue with reinstalling VirtualBox and that may be the issue, but I'm unsure of how to solve it.
If anyone can steer me in the right direction, I'd appreciate it!
Additional information:
Using macOS 10.13
Thanks,
Mark
The text was updated successfully, but these errors were encountered: