최근에 SSD에 Windows 7 64 비트를 다시 설치했습니다. 그런 다음 Virtual Box 4.3.16r95972와 vagrant Vagrant 1.6.5를 설치했습니다.
나는 https://vagrantcloud.com/ 에 가서이 상자 https://vagrantcloud.com/ubuntu/boxes/trusty64를 얻었습니다.
나는 우분투 / 트러스티를 초기화했다. 다 괜찮아
그런 다음 방랑을했습니다. 나는 많은 물건을 얻었다. 이것은 마지막 부분입니다.
default: 22 => 2222 (adapter 1)
INFO subprocess: Starting process: ["C:\\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO warden: Calling IN action:
INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO sanedefaults: Automatically figuring out whether to enable/disable NAT DNS proxy...
INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO interface: info: Running 'pre-boot' VM customizations...
INFO interface: info: ==> default: Running 'pre-boot' VM customizations...
==> default: Running 'pre-boot' VM customizations... INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "modifyvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8e DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action:
INFO interface: info: Booting VM...
INFO interface: info: ==> default: Booting VM...
==> default: Booting VM...
"VM 부팅"이후에는 더 이상 아무것도 얻지 못합니다. 나는 30m 이상을 기다렸다. 나는 ctrl + c를 누르고 이것을 얻었습니다 : (많은 것은 붙여 넣기 사이트를 사용했습니다)
http://privatepaste.com/a166d9d290
그러나 기본적으로 다음과 같은 오류가 발생합니다.
Stderr:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "e3a7d92a-51f6-4cba-aff5-e7bbe8eda9c9", "--type", "gui"]
Stderr:
INFO interface: Machine: error-exit ["Vagrant::Errors::VBoxManageError", "There was an error while executing `VBoxManage`, a CLI used by Vagrant\nfor controlling VirtualBox. The command and stderr is shown below.\n\nCommand: [\"startvm\", \"e3a7d92a-51f6-4cba-aff5-e7bbe8eda9c9\", \"--type\", \"gui\"]\n\nStderr: "]
Vagrant 파일에서 vb.gui = true를 넣었지만 VirtualBox Manager 창에서 상자를 보지 못했습니다 .VM이 실제로 시작되는 것을 보지 못했습니다.
나는이 웹 사이트 https://puphpet.com 을 시도 하여 방랑 상자를 만들었습니다 (과거에는 이것을 사용했지만 모든 것이 작동했습니다). 결과는 위와 동일합니다.
나는이 버그를 찾으려고 시도했지만 비슷한 문제를 발견했지만 사용자가 VirtualBox 4.3.16 (현재 사용중인 버전)으로 업그레이드 할 때 수정되었습니다.
아무도 내가 어떻게 고칠 수 있는지 알고 있습니까? 작업을 수행하고 작업 할 VM이 필요합니다.
감사