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

后端 未结 12 1304
醉话见心
醉话见心 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 03:04

    In my case Vagrant or VirtualBox or Laravel's Homestead has messed something up. During vagrant up command I saw that it is generating some settler_ folder in my VM folder, and then it renames the folder to homestead-7, and then tries to run the machine... but the disk for the machine still points to the path in settler_ folder! I have to manually remove the attached disk and attach the right one instead.

提交回复
热议问题