Hi there - does your virtualbox works? can you create and boot a vm without vagrant? - have you tried a different box?
mkdir p64 cd p64 vagrant init -m hashicorp/precise64 vagrant up if this fails, share vagrant version vagrant plugin list Vagrantfile and the output of vagrant destroy vagrant up --debug share all the verbose output thanks On Wed, Apr 3, 2019 at 7:57 PM ashkarthik <[email protected]> wrote: > Hi > Am using vagrant v 2.2.3 and Virtual box version 6.0. When I do a vagrant > up runbox, the process is stuck at Selectin on IO: See debug message below. > A GUI opens with message Starting virtual machine 0% and is stuck there > DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 > DEBUG subprocess: Exit status: 0 > INFO subprocess: Starting process: ["C:/Program > Files/Oracle/VirtualBox/VBoxManage.exe", "modifyvm", > "3a1ee436-bf75-4e8b-bf82-264a9da72200", "--cpus", "4"] > INFO subprocess: Command not in installer, restoring original > environment... > DEBUG subprocess: Selecting on IO > DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 > DEBUG subprocess: Exit status: 0 > INFO subprocess: Starting process: ["C:/Program > Files/Oracle/VirtualBox/VBoxManage.exe", "modifyvm", > "3a1ee436-bf75-4e8b-bf82-264a9da72200", "--memory", "12288"] > INFO subprocess: Command not in installer, restoring original > environment... > DEBUG subprocess: Selecting on IO > DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 > DEBUG subprocess: Exit status: 0 > INFO warden: Calling IN action: > #<VagrantPlugins::ProviderVirtualBox::Action::Boot:0x000000000593d8c0> > INFO interface: info: Booting VM... > INFO interface: info: ==> runbox: Booting VM... > ==> runbox: Booting VM... > INFO subprocess: Starting process: ["C:/Program > Files/Oracle/VirtualBox/VBoxManage.exe", "startvm", > "3a1ee436-bf75-4e8b-bf82-264a9da72200", "--type", "gui"] > INFO subprocess: Command not in installer, restoring original > environment... > DEBUG subprocess: Selecting on IO > > Any pointers? > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/75f7847d-420c-4cbc-a4e2-c420d57b906a%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/75f7847d-420c-4cbc-a4e2-c420d57b906a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezg%2BdK89KqWO2xYNdDm4fOu9Ljax41tojRLW1ZOXm97nA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
