Originally posted by claydoh
View Post
"amd_iommu=off" FTW!
Solution:
1.) Make sure IOMMU mode is disabled in BIOS. It is found in the OC (overclocking) section > CPU Features > IOMMU Mode > Disabled
2.) Open /etc/default/grub in kate,
Change:
Code:
GRUB_CMDLINE_LINUX="amd_iommu=off"
3.) Open Terminal and Run
Code:
sudo update-grub
Comment