安装时出现
1、Missing DependenciesPython Core / win32api Installing the Oracle VirtualBox 7.1.6 Python bindings requiresthe Python Core package and the win32api bindings to beinstalled first. When continuing the installation of the Oracle WirtualBox 7.1.6Python bindings now, those need to be set up manually later.Refer to the Oracle VirtualBox 7.1.6 SDK manual for moreinformation. Proceed with installation now?
1、安装python。
2、安装win32api依赖。
2.1、打开cmd,输入pip install pywin32
2.2、输入python -c "import win32api; print(win32api.GetVersionEx())"
注:如果没有报错,说明 win32api 组件安装成功。
2、Installation failed! Error: 安装时发生严重错误
1、通常第一次安装不会出现,后面安装时会出现,是因为注册表导致的。使用CCleaner软件恢复。
使用时出现
1、用virtualBox启动CentOS7时,出现NtCreateFile(Device\VBoxDrvStub)failed:0xc0000034STATUS OBJECT NAME NOT FOUND (0 retries)(rc=-101) Make sure the kernel module has been loaded successfully. where: supR3HardenedWinReSpawn what: 3 VERR OPEN FAILED (-101)-File/Device open failed. Driver is probably stuck stopping/starting. Try'sc.exe query vboxsup' to get more information about its state. Rebootingmay actually help.
1、由于 VirtualBox 的驱动程序未正确加载导致的。从virtualBox安装目录进入cmd,输入VBoxManage.exe internalcommands repair重新加载驱动。
2、重启电脑。