Centos7 installation environment Homestead

Question 1,

==> homestead-7: Waiting for machine to boot. This may take a few minutes...
    homestead-7: SSH address: 127.0.0.1:2222
    homestead-7: SSH username: vagrant
    homestead-7: SSH auth method: private key

 

 1 Timed out while waiting for the machine to boot. This means that
 2 Vagrant was unable to communicate with the guest machine within
 3 the configured ("config.vm.boot_timeout" value) time period.
 4 
 5 If you look above, you should be able to see the error(s) that
 6 Vagrant had when attempting to connect to the machine. These errors
 7 are usually good hints as to what may be wrong.
 8 
 9 If you're using a custom box, make sure that networking is properly
10 working and you're able to connect to the machine. It is a common
11 problem that networking isn't setup properly in these boxes.
12 Verify that authentication configurations are also setup properly,
13 as well.
14 
15 If the box appears to be booting properly, you may want to increase
16 the timeout ("config.vm.boot_timeout") value.

 

Question 2,

==> homestead: Running 'pre-boot' VM customizations...
==> homestead: Booting VM...

 

1 There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.
3 
4 Command: ["startvm", "4f5ab4ac-0f0e-4326-99fc-3a6935e070ac", "--type", "headless"]
5 
6 Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

 

Guess you like

Origin www.cnblogs.com/lalaza/p/11230205.html