BIOS 启用虚拟化

内核加载:

modprobe kvm-intel

modprobe vhost-vsock

IOMMU开启:

 ls /sys/firmware/ | grep efi

1 修改/etc/default/grub, 调整GRUB_CMDLINE_LINUX内容

amd_iommu:

GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet amd_iommu=on iommu=pt"

或intel_iommu:
  GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet intel_iommu=on iommu=pt"
2 重新创建引导

如果服务器时UEFI启动
 grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
普通模式启动
  grub2-mkconfig -o /boot/grub2/grub.cfg

3 reboot

IOMMU关闭:

1 修改/etc/default/grub,删除iommu配置

2 重新创建引导同上

3 reboot

egrep --color -i "svm|vmx" /proc/cpuinfo

GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐