Hi, I am using Jetson Thor T-4000 of jetpack version 7.1 which supports Multi-Instance GPU(MIG).
I tried MIG like this.
(after booting, connected via ssh from local PC)
sudo su
nvidia-smi -i 0 -mig 1
nvidia-smi -i -0 -pm 1
nvidia-smi mig -cgi 0 -C
And I got Error like this.
”Unable to create a GPU instance on GPU 0 using profile 0: Unknown Error
Failed to create GPU instances: Unknown Error”
The response from sudo dmesg | grep -iE “NVRM|GSP|MIG” | tail -n 20
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 13.496689] NVRM: devm_reset_control_get failed, err: -2
[ 13.496692] NVRM: devm_reset_control_get failed, err: -2
[ 13.496695] NVRM: mipi_cal devm_reset_control_get failed, err: -2
[ 13.509105] NVRM: loading NVIDIA UNIX Open Kernel Module for aarch64 TempVersion Release Build (bugfix_main) (buildbrain@288300e6-664a-4818-9b68-cc3e41612901-juaq-jkjpg) Tue Dec 30 15:54:35 PST 2025
[ 14.738454] NVRM: rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff: Failure: Generic Error [NV_ERR_GENERIC]
It seems like I have to make the physical display ports of gpu disabled before trying MIG.
And the belows are the things I tried.
-
modeset=0, cli env modifying
echo "nvidia-drm modeset=0" | tee /etc/modeprobe.d/nvidia-drm.conf
sudo update-initramfs -u
sudo systemctl set-defaulr multi-user.agent
sudo reboot
–> still ‘Unknow’ error -
displaymodeselector
./displaymodeselector --gpumode compute --auto
–> ends with “ERROR: No NVIDIA display adapters found.“