开启硬件虚拟化
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
·
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
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐



所有评论(0)