I installed Isaac Sim on my linux bare-metal computer, and I’m getting the following warning despite disabling IOMMU on my motherboard:
"
On bare-metal Linux systems, CUDA and the display driver do not support IOMMU-enabled PCIe peer to peer memory copy.
If you are on a bare-metal Linux system, please disable the IOMMU. Otherwise you risk image corruption and program instability.
"
I made sure to disable IOMMU in on my Aorus AMD motherboard as shown in the picture below;
Hi. You can leave SVM Mode enabled.
The IOMMU setting should be on a different page. Look for something similar below. Advanced\AMD CBS\NBIO Common Options\IOMMU
After a reboot, you can verify that IOMMU is disabled if the two commands below do no print any outputs.
I found the setting and set IOMMU to “Disabled”, and clicked save&exit, but IOMMU is still enabled. When I go back into the BIOS it still says IOMMU is set to auto.
Also the following commands show it’s still there:
An alternative, but very similar approach is to just locate the already existing GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
in the /etc/default/grub file and append the off-switch text depending on the system you’re on: