virtualbox 安装centos8增强功能
1、先配置centos8的网络
参考链接:https://jingyan.baidu.com/article/ed15cb1b86ebb21be36981b5.html
注意重启网络命令改为:nmcli c reload ens160
2、安装的主要流程:
参考链接:
https://jingyan.baidu.com/article/454316aba0584bb6a6c03a58.html
3、遇到问题:
1)ValueError: File context for /opt/VBoxGuestAdditions-6.1.6/other/mount.vboxsf already defined
解决办法:依次执行下述两个命令行
semanage fcontext -d /opt/VBoxGuestAdditions-/other/mount.vboxsf
restorecon /opt/VBoxGuestAdditions-/other/mount.vboxsf
2)“CANNOT GENERATE ORC METADATA FOR CONFIG_UNWINDER_ORC=Y, PLEASE INSTALL LIBELF-DEV, LIBELF-DEVEL OR ELFUTILS-LIBELF-DEVEL”. STOP.
解决办法:执行下述命令
yum install elfutils-libelf-devel