安装
Vagrant不是独立运行的,需要安装VirtualBox
官网都有下载,然后下一步就行了,我安装到d盘了,不知道会不会有问题,遇到问题在解决吧
(win7 下安装)
安装之后,运行VirtualBox报错
出现严重错误 获取VirtualBox COM对象失败,应用程序将被中断,Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works.返回 代码: E_NOINTERFACE (0x80004002)
组件: VirtualBoxClientWrap
界面: IVirtualBoxClient {d2937a8e-cb8d-4382-90ba-b7da78a74573}
解决方案
1、打开注册表 打开运行,输入regedit
2、定位到:HKEY_CLASSES_ROOT\CLSID{00020420-0000-0000-C000-000000000046}\InprocServer32
3、选中InprocServer32,把右侧 默认双击打开,修改为:c:\windows\system32\oleaut32.dll
4、退出注册表编辑器后,再运行VirtualBox就可以正常启动而不发生错误了。
image.png
还有这个
image.png
参考资料
如果报其他错误,需要自己查找对应的需要修改的注册码
Win7下VirtualBox COM对象失败错误代码0x80004002解决方法 http://www.winwin7.com/JC/Win7JC-3015.html
如何使用
安装完之后,就面临一个问题如何使用,大写的蒙瞪,第二天启动的时候,还报内存不足问题
@@ 卸载重装还是这个问题,所以随便处理
HKEY_CLASSES_ROOT\CLSID{00020424-0000-0000-C000-000000000046}\InprocServer32
选中InprocServer32,把右侧 默认双击打开,修改为:c:\windows\system32\oleaut32.dll
再次重启电脑 可以正常启动了。不知道为什么....
--------*********************----
然后知道了,在cmd中,执行vagrant命令行的,之前下了.BOX文件
参考文件
https://www.cnblogs.com/langfanyun/p/10437897.html
-
下载官方的 box 文件。 官方box列表
-
在本地创建一个目录。如: D:\test\
-
运行 cmd 命令,并进入 d:\test 目录
-
添加前面下载的
box。
添加box
命令格式:vagrant box add <本地 box 名称(自己随便定义)> <box 文件(下载下来的 box 文件全路径)>
vagrant box add centos72 D:\download\vagrant-centos-7.2.box
按道理人家就可以执行下一步了,没想到我这就报错了
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: 2
Minimum required version: 3
查找,要更新powershell 天哪~~~~
windows 7 SP1
64位选用Windows6.1-KB2819745-x64-MultiPkg.msu
然后安装插件,然后又要重启~~~电脑要挺住~~还在用win7 也是没辙了~~~
yea~安装成功了
然后
vagrant box list
vagrant init CentOS-7
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
vagrant up
The Hyper-V cmdlets for PowerShell are not available! Vagrant
requires these to control Hyper-V. Please enable them in the
"Windows Features" control panel and try again.
唉,真是步步坑,不想学了
The Hyper-V cmdlets for PowerShell are not available!
网友评论