Isaac Sim Version
5.0.0
[ ] 4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
[ ] Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: NVIDIA RTX A5000 Laptop GPU 16GB VRAM
- Driver Version: 575.51.03
IssacSim 4.5 not responding and input-output memory management unit (IOMMU) warning.
Steps to Reproduce
- Downloaded the Isaac Sim 4.5 binaries from the NVIDIA Isaac Sim webpage.
- Executed the provided shell file as explained in the installation guide.
- Encountered a warning about IOMMU being enabled.
- Clicked OK to proceed despite the warning.
- Verified the installation by running the following command, which worked successfully:
ISAACSIM_PYTHON -c “print(‘Hello World.’)”
Output:Hello World(no issues). - Ran the following command to test an example script:
${ISAACSIM_PATH}/standalone_examples/api/isaacsim.core.api/add_cubes.py - The Isaac Sim window appeared but remained blank, unresponsive, and eventually triggered Ubuntu to prompt for a Force Quit.
Error Messages
Warning shown during installation:
An input-output memory management unit (IOMMU) appears to be enabled on this system.
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. This typically can be controlled via BIOS settings (Intel Virtualization Technology for Directed I/0 (VT-d) or AMD I/0 Virtualization Technology (AMD-Vi)) and kernel parameters (iommu, intel_iommu, amd_iommu). Note that in virtual machines with GPU pass-through (vGPU), the IOMMU needs to be enabled. Since we cannot reliably detect whether this system is bare-metal or a virtual machine, we show this warning in any case when an IOMMU appears to be enabled.
Additional Information
- Hardware Model: Lenovo ThinkPad P17 Gen 2i
- Processor: 11th Gen Intel® Core™ i9-11950H @ 2.60GHz × 16
- RAM: 128 GiB
- Disk Capacity: 1 TB
- OS: Ubuntu 22.04.5 LTS (64-bit)
- GPU: NVIDIA RTX A5000 Laptop GPU (16 GB VRAM)
- Driver Version: 575.51.03
- CUDA Version: 12.9
What I’ve Tried
- Checked Lenovo BIOS to disable IOMMU (Intel VT-d), but the option is locked to Enabled by the manufacturer.
- Avoided modifying GRUB because of previous experience: appended a parameter to
quiet splashon a Jetson Orin Nano once, which resulted in a blank display after reboot forcing me to flash a new jet-pack again. I am hesitant to attempt similar changes on my main work laptop.
Related Issues
On NVIDIA forums, users have suggested adding the following to GRUB:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=off"
I have not attempted this due to prior experience described above.
Additional Context
I’m looking for a formal workaround to run Isaac Sim properly without risking display or boot issues

