虚拟机VirtualBox安装

Posted xyinjie

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟机VirtualBox安装相关的知识,希望对你有一定的参考价值。

一、安装VirtualBox

下载地址:https://www.virtualbox.org/wiki/Downloads

一直点击下一步到结束就行了。

 

二、启动报错:“获取 VirtualBox COM 对象失败”

技术分享图片

Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, but CLSID_VirtualBox w/ IUnknown works.
PSDispatch looks fine. Weird.

解决办法:


在注册表(开始-运行-regedit)里面进行修改


HKEY_CLASSES_ROOTCLSID{00020420-0000-0000-C000-000000000046}

默认 修改为 C:WindowsSystem32oleaut32.dll
InprocServer32 修改为C:WindowsSystem32oleaut32.dll




HKEY_CLASSES_ROOTCLSID{00020424-0000-0000-C000-000000000046}

默认 修改为 C:WindowsSystem32oleaut32.dll
InprocServer32 修改为 C:WindowsSystem32oleaut32.dll

 

其实就是oleaut32.dll的路径, 注意自己电脑中的system是大写还是小写















以上是关于虚拟机VirtualBox安装的主要内容,如果未能解决你的问题,请参考以下文章

在Windows中使用虚拟机VirtualBox安装Ubuntu

虚拟机VirtualBox与CentOS 7安装

VirtualBox安装Mac OS 10.11——虚拟机安装黑苹果

使用 Vagrant 在 VirtualBox 安装 Linux 虚拟机

fedora25安装virtualbox虚拟机

VirtualBox虚拟机怎么复制文件到物理机