Vagrant启动VirtualBox的问题

C:\Users\Administrator\virtualbox>vagrant up
Bringing machine ‘default‘ up with ‘virtualbox‘ provider...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["list", "hostonlyifs"]

Stderr: VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code E_NOINTERFACE (0x80004002) - No such interface suppo
rted (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or
failed to start.

根据网上说的VirtualBox兼容性问题,在VirtualBox安装目录中找到VBoxManage.exe,右击选择属性,设置Windows Server 2008兼容模式运行。再执行vagrant up,正常运行,问题解决。

时间: 2024-08-07 05:41:31

Vagrant启动VirtualBox的问题的相关文章

用vagrant启动VirtualBox时出错

我把我在piazza讨论组里面发的问题和解决方法直接拿过来了,所以是英语的 "vagrant up" failed to boot the virtual machine win7 64bit VirtualBox-4.3.28-100309-Win vagrant_1.7.2 After typing "vagrant up" in cmd, it comes to this, and the virtual machine "sparkvm"

使用Vagrant和VirtualBox安装CentOS

一.安装VirtualBox 直接来到官网 https://www.virtualbox.org/wiki/Downloads 点击下载最新的VirtualBox,一路傻瓜化完成. Note: 建议下载5.1.22版本 如果系统安装盘空间不足,可以更改虚拟机的默认存放位置 a) 打开VirtualBox,选择"管理"-->"全局设定": b) 修改"常规"中的默认虚拟电脑位置即可: 二.安装Vagrant 直接到官网 https://www

vagrant启动报错The following SSH command responded with a no

vagrant启动报错The following SSH command responded with a no 来源:互联网 作者:佚名 时间:2015-03-08 22:27 The following SSH command responded with a non-zero exit status.Vagrant assumes that this means the command failed!ARPCHECK=no /sbin/ifup eth1 2 /dev/ vagrant p

WIN10 vagrant和virtualbox虚拟机和一键搭建lnmp环境配置thinkphp虚拟主机

版本:win10系统 virtualbox:5.1.26 vagrant :1.9.7 centos 7.0 xshell/git 首先下载好对应版本的软件 配置vagrant和virtualbox 一.把虚拟机加载到box容器中 vagrant box add CentOs7.0 D:\soft\Vagrantfile\package.box CentOs7.0 是给虚拟机起的名字 D:\soft\Vagrantfile\package.box 是box路径也就是centos7.0 二.找一个

使用vagrant与virtualbox简易安装centos7 与 docker

使用vagrant与virtualbox简易安装centos7 与 docker 写在前面环境要求:1.vagrant 2.virtualbox vagrant下载地址:https://www.vagrantup.com/downloads.html virtualbox下载地址:https://www.virtualbox.org/wiki/Downloads 一.镜像环境准备(访问外网较快的请跳过此步骤) 官方仓库:https://atlas.hashicorp.com/boxes/sear

Vagrant Tip: Virtualbox Guest Additions

Vagrant Tip: Virtualbox Guest Additions 12 February 2016 Tired of seeing this message when you run vagrant up? ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... default: The guest additions on this VM do not m

转载:使用命令行启动VirtualBox虚拟机

使用命令行启动VirtualBox虚拟机 装上VirtualBox就琢磨着如何让它开机自动启动,又或者能够通过命令行的形式直接启动指定的虚拟机. 看了下VirtualBox的官方文档,发现有一个命令可以满足我的需求,即VBoxManage. VBoxManage提供了一系列的虚拟机管理命令,包括创建/删除/启动/修改等等,这里不一一列举.有点像Xen的XM命令. 不过这里只关心启动虚拟机的命令:VBoxManage startvm.VBoxManage的完整命令列表可以参考这里. VBoxMan

使用Vagrant和Virtualbox创建虚拟机

简单地说,Vagrant让我们可以通过代码的方式快速地.可重复地创建针对不同虚拟环境的虚拟机,包括Virtualbox.AWS.Docker等.它使得我们可以一次性地.自动创建多个环境相同的虚拟机,对于软件开发和测试尤其有用.本文我们将以Virtualbox为例,看看Vagrant的基本使用. (一)快速入门 首先需要创建一个目录用于存放Vagrantfile文件以及Vagrant在工作中的数据: mkdir my-vagrant-project cd my-vagrant-project 然后

vagrant启动报错The following SSH command responded with a non-zero exit status.

vagrant package打包生成box,以这个box为基础模板,打造vagrant环境,启动vagrant报错 angel:vagrant $ vagrant up Bringing machine 'default' up with 'virtualbox' provider... [default] Clearing any previously set forwarded ports... [default] Creating shared folders metadata... [