From 1667a40960fdb705b1df26f5e7b90de2712648b3 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Tue, 23 Jul 2024 00:08:09 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd472f3..9137553 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,11 @@ Read [KVM Installation](https://help.ubuntu.com/community/KVM/Installation) if y * Load KVM module on the host ```console - modprobe kvm_intel + sudo modprobe kvm + # or for Intel processors + sudo modprobe kvm-intel + # or for AMD processors + sudo modprobe kvm-amd ``` * Check if KVM module is successfully loaded