From 4ac0bf163d8d20d78dd9b8df9ead5730d0c2e122 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Sun, 21 Feb 2021 10:50:19 +0000 Subject: [PATCH] Required KVM parameter fix. No idea how it's been absent for this long. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 559cec2..f272869 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,8 @@ sudo yum install libvirt qemu-kvm sudo systemctl enable libvirtd.service sudo systemctl enable virtlogd.service +echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs + sudo modprobe kvm # reboot