VirtualBox not starting VM on Vagrant Up command for Ruby on Rails Projects

0

I have been trying to solve this issue for weeks. I've taken my MacBook Pro out of Apple Beta program thinking that was the issue. VirtualBox worked 1 time then broke again with the same error code listed below. Below is the terminal command and errors I received. I'm under the impression that the issue is kernel, permission related, or version conflicts between MacOS and VirtualBox. I've repeatedly uninstalled and reinstalled VirtualBox and every time I do the install the install actually breaks reading, "The installation failed. The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance." If there is anyway I can gather and provide more info please let me know so that I can get it to you.

screenshot of VirtualBox Version, screenshot of MacBook Pro Version, screenshot of VirtualBox GUI VM startup error, screenshot of VirtualBox GUI install error

-------COMMAND BELOW--------

000000:first_vagrant_box RanSS9$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'ubuntu/trusty64' version '20190429.0.1' is up to date... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 3000 (guest) => 3000 (host) (adapter 1) default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM...

-------ERROR BELOW--------

There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "2aefe451-5bad-4254-8460-db29eef3fdad", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'first_vagrant_box_default_1557952569380_92986' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

virtualbox
vagrant
ruby-on-rails
macos-mojave
asked on Super User May 20, 2019 by Ran09

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0