Update README.md

pull/15/head
QaidVoid 2 years ago committed by GitHub
parent fe39a1a5f7
commit 4aa007f648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. \

Loading…
Cancel
Save