My DGX Spark does a full hard power-off (not a reboot — the machine powers completely off and must be switched back on) within ~60 seconds of putting the GPU under load. I can reproduce it on demand with a vLLM stress test. The unit is on the latest OTA (“May 2026”) with all firmware/driver updates applied, yet nothing is captured at crash time (no kernel panic, no kdump vmcore, empty /sys/fs/pstore). ~8 unclean shutdowns in 11 days. Looking for known issues / a firmware fix, or guidance toward RMA.
System
- Product / S/N: NVIDIA DGX Spark / 1984125000037
- System version: A.7 (baseboard P4242 rev A04)
- SBIOS: AMI 5.36_0ACUM018 (2025-08-06)
- DGX OS: 7.5.0 — latest OTA “May 2026” / OTA2604.Computex applied
- OS / kernel: Ubuntu 24.04.4, 6.17.0-1021-nvidia (aarch64)
- GPU: GB10 — driver 580.159.03, vBIOS 9A.0B.25.00.00, CUDA 13.0
- Memory: 119 GiB unified
Reproducible trigger + evidence
I run a lightweight 1-minute recorder that logs memory / GPU / container state to disk. Here is the GPU column leading right up to a crash during a vLLM stress test:
22:56 GPU 48C util 4% 11.6 W (idle)
22:57 GPU 58C util 3% 13.9 W
22:58 GPU 62C util 3% 15.0 W
22:59 GPU 74C util 96% 79.4 W <- stress test begins, GPU goes to full load
23:00 GPU 79C util 96% 82.4 W <- last sample before death
--- machine HARD POWERS OFF (full power loss; had to power it back on) ---
At the moment of death: ~33% system memory free (no OOM), swap barely touched, earlyoom never fired, no NVRM Xid, no thermal trip logged. After the manual power-on, /sys/fs/pstore is empty and /var/crash has no vmcore even though kdump is armed (crashkernel=2G, “ready to kdump”). The systemd journal simply truncates mid-line.
The signature — full power-off (not reboot) the instant GPU power ramps to ~82 W — makes me suspect a power-delivery / power-protection cutoff under load, not a software hang (a software hang would reboot or freeze, not cut power).
Ruled out (with evidence)
- RAM OOM — 33% free at death, earlyoom never triggered, no oom-kill in logs.
- Software kernel panic/oops — no vmcore despite kdump armed; no panic/Call-trace in the journal.
- GPU Xid / fatal GPU fault — none logged.
- Overheating (as a logged thermal trip) — none; GPU was 79 C at the last sample.
- Stale firmware — already on the latest OTA; apt reports 0 upgradable; fwupdmgr get-updates reports no firmware updates; nvidia-spark-ota-check is-ota-available → false.
Crash history
~8 unclean shutdowns between 2026-06-03 and 2026-06-13, including one boot that survived only ~2 minutes. The system is rock-stable while the GPU is idle; every crash correlates with GPU load.
Questions
- Is this a known issue on early GB10 units, and is there a fix in a newer SBIOS / EC / power firmware not yet in the public OTA?
- Is there an out-of-band power/EC/PMIC event log I can pull?
/dev/ipmi0is absent on this unit, so ipmitool can’t read a SEL. - Given it reproduces on demand and the unit is fully updated, what is the path to RMA evaluation?


