参考文章:http://blog.haohtml.com/archives/14677 教程,下面将安装过程中遇到的问题收集一下.这里使用的是centos6.4 64位的系统. VirtualBox 4.3.0
当执行 vgrant up的时候时候,提示无法启用,内容模块未载入,下面为解决办法.
[root@bogon dev]# vagrant up
VirtualBox is complaining that the kernel module is not loaded. Please
run `VBoxManage –version` or open the VirtualBox GUI to see the error
message which should contain instructions on how to fix this error.
[root@bogon dev]# VBoxManage –version
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.32-358.el6.x86_64) or it failed to
load. Please recompile the kernel module and install it by Continue reading →