流浪汉 - 等待机器启动的窗口框。这可能需要几分钟的时间

时间:2022-06-12 02:58:09

I am running vagrant on Ubuntu 14.04 and have problem with running windows box http://aka.ms/vagrant-xp-ie8 . After sudo vagrant up, i constantly see

我在Ubuntu 14.04上运行流浪汉,并且运行Windows框http://aka.ms/vagrant-xp-ie8时遇到问题。在sudo流浪汉之后,我不断地看到

Waiting for machine to boot. This may take a few minutes...

等待机器启动。这可能需要几分钟的时间...

I ran 'vagrant up --debug 2>log' , and it looks like this

我跑了'vagrant up --debug 2> log',它看起来像这样

Vagrant.configure(2) do |config|
config.vm.box = "http://aka.ms/vagrant-xp-ie8"
config.winrm.username = 'IEuser'
config.winrm.password = 'Passw0rd!'
config.vm.communicator = "winrm"
config.vm.network "public_network"
config.vm.provider "virtualbox" do |vb|
   vb.gui = true
 end

end

Do you have idea how to fix this?

你知道如何解决这个问题吗?

1 个解决方案

#1


I've had similar issues when setting up Windows guest VMs. I was using the IE11/Win7 VM from http://modern.ie.

我在设置Windows来宾VM时遇到了类似的问题。我正在使用来自http://modern.ie的IE11 / Win7 VM。

Installing the latest version of the VirtualBox guest additions resolved it for me under OSX. Under Windows, I also turned on hardware virtualization in my BIOS.

安装最新版本的VirtualBox guest添加件在OSX下为我解决了这个问题。在Windows下,我还在BIOS中打开了硬件虚拟化。

#1


I've had similar issues when setting up Windows guest VMs. I was using the IE11/Win7 VM from http://modern.ie.

我在设置Windows来宾VM时遇到了类似的问题。我正在使用来自http://modern.ie的IE11 / Win7 VM。

Installing the latest version of the VirtualBox guest additions resolved it for me under OSX. Under Windows, I also turned on hardware virtualization in my BIOS.

安装最新版本的VirtualBox guest添加件在OSX下为我解决了这个问题。在Windows下,我还在BIOS中打开了硬件虚拟化。