Trying to solve my problem I did the next:
- Added 'Ubuntu_64' to config file.
- Switched my WiFi off (saw this solution at Laravel forums) before 'vagrant up' execution.
- Enabled GUI.
- Rolled the VirtualBox and its extension back (also from Laravel forums).
The VMs which were successfully run with Vagrant are the Debian Wheezy 7.5 x32 built with puphpet and precise32. As we can see, only x32 VMs could be run on my machine. I don't know why.
Here is my machine info:
- OS: Ubuntu 12.04 64
- Processor: AMD A8-4500M, 2 cores
- Virtualization is enabled in BIOS. See screenshot similar to my BIOS view: screenshot
- The latest Vagrant, VirtualBox and VirtualBox Extensions pack are installed
- my user is added to virtualbox group
Thanks in advance.