mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Add IOMMU verify line from video
This commit is contained in:
parent
49a531af24
commit
885ccf9ad4
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ nano /etc/default/grub
|
|||
|
||||
`GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on"`
|
||||
|
||||
Verify that IOMMU is enabled by running `dmesg | grep -e DMAR -e IOMMU` and looking for a line indicating it is enabled
|
||||
|
||||
Save and exit
|
||||
|
||||
4) run the command `"update-grub"` now reboot
|
||||
|
|
Loading…
Reference in a new issue