Vagrant Up Error In Headless Ubuntu: The guest machine entered an invalid state while waiting for it to boot

后端 未结 12 1460
醉话见心
醉话见心 2021-02-01 02:15

I need to install vagrant in headless ubuntu(Ubuntu 12.04.2 LTS- 64 Bit).Vagrant ver-v1.3.0 and Virtual box- 4.2.18. After adding the vagrant package box, when I am giving \"vag

12条回答
  •  不要未来只要你来
    2021-02-01 03:16

    I met this problem recently, since I had used vagrant and virtualbox in the past couple of months with nothing wrong.

    When I start the vm in virtualbox GUI, it shows a error dialog. By googling the error message, I found it might be an Avira (which is a anti-virus software) bug.

    A solution described here: https://forums.virtualbox.org/viewtopic.php?f=6&t=67840&start=195#p347694

    • Open Avira configuration and go to General -> Security.
    • Disable product protection options (all three).
    • Press Ok button to save configuration.
    • Press Start->Settings-> Control Panel->System.
    • Start "Device Manager" in the tab "Hardware".
    • In "View" menu activate the option "Show hidden devices".
    • Now select the node "Non-plug and play drivers".
    • Right-click on the driver "avipbb" and select "Properties".
    • In tab "Driver" select the option "Disabled" and click OK.
    • Close all and reboot.

    It works for me.

提交回复
热议问题