centos6.8 开启透传

前端之家收集整理的这篇文章主要介绍了centos6.8 开启透传前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

2.1.1 在grub.conf

的kernel行添加intel_iommu=on

# vim /boot/efi/EFI/redhat/grub.conf 或者是/boot/grub/grub.conf

kernel/vmlinuz-2.6.32-262.el6.x86_64 ro root=UUID=5abe1186-9917-41ec-b057-641f08b0eba5 5rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet intel_iommu=on


2.1.2重启系统 # reboot


其余的操作不要做

原文链接:https://www.f2er.com/centos/377538.html

猜你在找的CentOS相关文章