2019
07-10
07-10
Centos7 下 VirtualBox6 安装
Centos版本:Centos Liunx release 7.6.1810
1、首先查看自己的机器内核版本 rpm -qa |grep kernel //内核版本不匹配会导致无法创建虚拟机
[virtualbox@localhost ~]
$ rpm -qa | grep kernel
kernel-devel-3.10.0-957.el7.x86_64
kernel-too.... 阅读全文