问题:
出现在virtualbox下载后的再次进行创建时。
Error with pre-create check: "We support Virtualbox starting with version 5. Your VirtualBox install is \"WARNING: The vboxdrv kernel module is not loaded. Either there is no module\\n available for the current kernel (3.10.0-1160.el7.x86_64) or it failed to\\n load. Please recompile the kernel module and install it by\\n\\n sudo /sbin/vboxconfig\\n\\n You will not be able to start VMs until this problem is fixed.\\n6.1.30r148432\". Please upgrade at https://www.virtualbox.org"
解决:
根据问题上的提示 sudo /sbin/vboxconfig 执行出现
提示进行安装一些依赖
[root@localhost bin]# yum install kernel-devel-3.10.0-1160.el7.x86_64
[root@localhost bin]# yum install gcc make perl -y
解决!!