Grub turn off iommu feature
sudo gedit /etc/default/grub
## add amd_iommu=off in the GRUB_CMDLINE_LINUX_DEFAULT
sudo update-grub
sudo reboot
Last updated
sudo gedit /etc/default/grub
## add amd_iommu=off in the GRUB_CMDLINE_LINUX_DEFAULT
sudo update-grub
sudo reboot
Last updated