- gksudo gedit /etc/default/grub
- edit the line that says GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” and add iommu=soft Resulting in something like
GRUB_CMDLINE_LINUX_DEFAULT=”quiet iommu=soft splash”
if you haven’t changed kernel parameters previously
The order of the parameters doesn’t matter, the spaces between them are however important.
- save the file
- Issue the command sudo update-grub
- Reboot
