본문 바로가기

Tools

vagrant :: Ubuntu 12.04에서 Waiting for VM to boot. 에서 계속 기다릴때...

다음의 링크의 내용을 따라한다.

https://github.com/mitchellh/vagrant/wiki/%60vagrant-up%60-hangs-at-%22Waiting-for-VM-to-boot.-This-can-take-a-few-minutes%22


1. vagrant up 으로 구동된 VM을 종료한다.


2. 해당 VM을 GUI로 띄운다.


3. 로그인을 하여 아래의 커맨드를 실행한다.

   $ sudo rm -Rf /var/lib/dhcp/*

4. VM을 종료한다.
$ sudo halt

5. vagrant up으로 다시 구동한다.