Skip to content

Commit

Permalink
Fix verification example
Browse files Browse the repository at this point in the history
  • Loading branch information
kiler129 committed Oct 23, 2020
1 parent cc8569c commit cf26611
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@ In most distros (including Proxmox) you do this by:

To verify if the the patch is active execute `dmesg | grep 'Intel-IOMMU'` after reboot. You should see a result similar
to this:
```
root@sandbox:~# dmesg | grep 'Intel-IOMMU'
[ 0.050195] DMAR: Intel-IOMMU: assuming all RMRRs are relaxable. This can lead to instability or data loss
root@sandbox:~#
```

```
root@sandbox:~# dmesg | grep 'Intel-IOMMU'
[ 0.050195] DMAR: Intel-IOMMU: assuming all RMRRs are relaxable. This can lead to instability or data loss
root@sandbox:~#
```

---

Expand Down

0 comments on commit cf26611

Please sign in to comment.