How-to-Make-a-Computer-Operating-System
How-to-Make-a-Computer-Operating-System copied to clipboard
Starting up my box with Vagrantfile
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