From 4aa007f648e1aca1bcc261ac850a25955e47b51b Mon Sep 17 00:00:00 2001 From: QaidVoid Date: Wed, 20 Jul 2022 13:45:04 +0545 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d380fb..c5e3909 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,18 @@ grub-mkconfig -o /boot/grub/grub.cfg ``` Reboot your system for the changes to take effect. -***To verify IOMMU, run the following command, which should return result.*** - +***To verify IOMMU, run the following command.*** ```sh -dmesg | grep 'IOMMU enabled' +dmesg | grep IOMMU +``` +The output of above command should contain the following message: + +``` +Intel-IOMMU: enabled +``` +or +``` +AMD-Vi: AMD IOMMUv2 loaded and initialized ``` Now, you need to make sure that your IOMMU groups are valid. \