VM has become 'inaccessible' - Vagrant no longer working

后端 未结 12 2189
礼貌的吻别
礼貌的吻别 2021-01-30 13:24

For some reason this morning when I run \'vagrant up\' I get the following error (this has worked absolutely fine for over a year)

Your VM has b         


        
12条回答
  •  星月不相逢
    2021-01-30 13:36

    By using command line, you can remove all inaccessible boxes by using an one-liner:

    VBoxManage list vms |grep inaccessible |cut -d "{" -f2 |cut -d "}" -f1 |xargs -L1 VBoxManage unregistervm 
    

提交回复
热议问题