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

后端 未结 12 1448
醉话见心
醉话见心 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 02:57

    In my case:

    • updating vbox
    • when running vagrant up, the OS was booting and waiting for a network connection, taking forever
    • to fix, open vbox, show the active vm, click the icon for network adapters, disable ethernet connection, enable nat.
    • the vm continues to boot, and vagrant can connect through ssh

提交回复
热议问题