在Windows 10上使用Virtualbox在Vagrant上在本地运行Openshift无法正常工作?

问题描述

我想在Windows 10上使用Openshift在本地安装Vagrant,运行vagrant up的Afetr会下载图像文件并将其添加VirtualBox中,但在启动时虚拟机出现以下错误并找到原因。

        PS D:\Openshift3Local> vagrant up                                                     Bringing machine 'default' up with 'virtualBox' provider...
            ==> default: Clearing any prevIoUsly set forwarded ports...
            ==> default: Clearing any prevIoUsly set network interfaces...
            ==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: hostonly
    default: Adapter 3: hostonly
            ==> default: Forwarding ports...
    default: 8443 (guest) => 8443 (host) (adapter 1)
    default: 22 (guest) => 2222 (host) (adapter 1)
            ==> default: Running 'pre-boot' VM customizations...
            ==> default: Booting VM...
            ==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
            The guest machine entered an invalid state while waiting for it
            to boot. Valid states are 'starting,running'. The machine is in the
            'gurumeditation' state. Please verify everything is configured
            properly and try again.
    
            If the provider you're using has a GUI that comes with it,it is often helpful to open that and watch the machine,since the
            GUI often has more helpful error messages than Vagrant can retrieve.
            For example,if you're using VirtualBox,run `vagrant up` while the
            VirtualBox GUI is open.
    
            The primary issue for this error is that the provider you're using
            is not properly configured. This is very rarely a Vagrant issue.

enter image description here

日志文件

VBox.log VBoxHardening.log

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)