Hello, I am not 100% sure on this, as I haven't seen this behavior myself, however, what I have read is this happen because the way the HOME folder is interpreted
Let me explain this if you are in a fresh boot, the Windows default folder will be HOME/Virtualbox VMs if you use cygwin for example, and the home is different, then the VMs will be create at this new HOME The fix should be fairly trivial. open a cmd windows session and check this echo %USERPROFILE% then open a shell session you use for vagrant and check this echo $HOME if they are different, my suggestion will be set on .bash_profile this variable VBOX_USER_HOME="C:\Documents and Settings\username\.VirtualBox <https://www.virtualbox.org/wiki/VirtualBox>" as an example, you can check this virtualbox ticket https://www.virtualbox.org/ticket/1673 Hope this helps Alvaro. On Thu, Jul 17, 2014 at 8:14 PM, James Chao <[email protected]> wrote: > > > <http://stackoverflow.com/questions/24792956/the-list-of-vms-in-virtualbox-manager-when-vagrant-is-around#> > > I had some virtualbox VMs installed through downloaded iso file. Recently > I started to use vagrant. I generated some VMs through vagrant. Now when I > click the icon of virtualbox manager(windows8). Sometimes it gives me the > list of vagrant initiated VMs. Sometimes it gives me the iso-installed VMs. > Why ? Is there a way to control which list to show ? Thanks. > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
