美文网首页
VirtualBox安装redhat8 增强功能插件

VirtualBox安装redhat8 增强功能插件

作者: 田丰w | 来源:发表于2021-08-25 18:04 被阅读0次

需要的依赖先安装

dnf install gcc kernel-devel make elfutils-libelf-devel

问题1:

ValueError: File context for /opt/VBoxGuestAdditions-6.1.4/other/mount.vboxsf already defined

解决(以root用户)

semanage fcontext -d /opt/VBoxGuestAdditions-6.1.4/other/mount.vboxsf

restorecon /opt/VBoxGuestAdditions-6.1.4/other/mount.vboxsf

然后重新进入挂载的光盘进行安装

注意把 -6.1.4 改成自己的版本

效果

摆脱低像素,部分桌面应用屏幕显示不全的限制


image.png

相关文章

网友评论

      本文标题:VirtualBox安装redhat8 增强功能插件

      本文链接:https://www.haomeiwen.com/subject/prvubltx.html