开启硬件虚拟化
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
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 年前
更多推荐
已为社区贡献1条内容
所有评论(0)