On 13/03/24 at 17:51, fran...@libero.it wrote:
Sorry what is the procedure to add "iommu=soft
amd_iommu" to the kernel command-line?
It is the first time I work with kernel.
I went to /etc/default/grub and on the line GRUB_CMDLINE_LINUX_DEFAULT I have 
="quiet splash"
Have I to add <iommu=soft amd_iommu>?
Thanks for the help
Francesco

Your line in /etc/default/grub becomes:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft amd_iommu"

then run:

~# update-grub

then reboot the system.

HTH
--
Franco Martelli

Reply via email to