2016-10-18 3 views
-1

최근 내 우분투 16.04 시스템에서 PuPHPet (https://puphpet.com)을 사용하기 시작했습니다. 이 제품은 Windows 10과 함께 듀얼 부팅 노트북입니다. GRUB2와 함께 사용하려는 OS를 선택할 수 있습니다. 이제는 로컬 개발 환경 (주로 PHP, NGINX, MySQL, GIT)을 설치하려고합니다. 그래서 Ubuntu Xenial 16.04 LTS x64를 사용하여 PuPHPet에서 멋진 설정을 구성했습니다. 파일을 다운로드하여 내 로컬 dev-folder (/ var/www/my-project)에서 사용하십시오. VirtualBox와 Vagrant를 설치했는데 문제가 없습니다.VirtualBox Ubuntu 설치 오류 : BIOS 업그레이드 또는 force_addr = 0zaddr 사용

하지만 내 PuPHPet 파일을 설치 한 폴더에서 "Vagrant up"을 실행하려고하면 실행이 시작됩니다. 여태까지는 그런대로 잘됐다. 하지만 계속하려면 시간이 오래 걸립니다. 그 다음에 다음과 같은 메시지가 나타납니다.

Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that Vagrant had when attempting to connect to the machine. These errors are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well.

If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value.

좋아요, 물론 나는 google'ing을 시작했습니다. Ubuntu (VirtualBox에 있음)가 시작될 때 VirtualBox 자체를 볼 수있을 때 더 많은 정보를 얻을 수 있다는 것을 알았습니다. 나는 내 문제를 해결할 수있는 방법을 알아낼 수 없습니다 google'ing의 많은 후

[ 6.990017] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0zaddr

VirtualBox Ubuntu 16.04 error-message

: 그리고 나는 다음과 같은 오류 메시지가 표시됩니다. 나는 여러 종류의 리눅스를 시도했지만 아무런 효과가 없었다. 어떤 도움을 많이 주시면 감사하겠습니다!

답변

0

PuPHPet 상자는 VirtualBox 5.1에 대해 생성되었으며 이전 버전에서는 비 BC로 간주됩니다. GUI는 5.0.x를 최신으로 표시하지만 웹 사이트 virtualbox.org는 5.1

으로 업그레이드하면 설정됩니다.