Posting this for anyone who hits the exact same wall on a brand-new DGX Spark (Blackwell Founders Edition, recovery image 1.105.17). Took two units and several hours to fully untangle.
Symptoms
-
Valid recovery USB (official tar.gz + create_recovery_drive script)
-
Boots to the blue welcome screen
-
“Press ENTER to continue or ESC to exit” → zero response
-
Tapping Del (as the official docs say) also does nothing → feels completely bricked
The perfect triple-trap that makes this insanely hard to debug:
-
Apple Magic Keyboard (wired USB-C) is completely invisible to the recovery kernel Apple signs their descriptors and adds proprietary timing. The minimal recovery HID driver drops every single keypress silently until the very last progress screen (25 minutes in). You literally cannot press Enter, Esc, or anything useful.
-
DGX Spark only has USB-C ports There are zero full-size USB-A ports on the entire machine. If you only have old-school “big plug” generic keyboards lying around (which you need!), you must use a USB-C → USB-A dongle/adapter to connect them.
-
Official documentation tells you to press Del instead of Esc
-
General UEFI page (correct): “Press Esc or Del” → https://docs.nvidia.com/dgx/dgx-spark/uefi-settings.html
-
System Recovery page (wrong): “hold down the Del key” → https://docs.nvidia.com/dgx/dgx-spark/system-recovery.html With the Apple keyboard already dead, Del does nothing → you never discover that Esc is actually the reliable hotkey.
-
Working fix – 100 % reproducible:
-
Grab any cheap, old-style USB-A keyboard (Dell, Logitech, Amazon Basics, etc.)
-
Connect it via a USB-C → USB-A dongle/adapter (any $5 one works – the system has four rear USB-C ports)
-
Power off completely → plug in the generic keyboard + dongle
-
Power on → rapidly tap Esc during the NVIDIA logo → instantly drops into Aptio Setup
-
Verify USB is Boot Option #1, Secure Boot = Enabled, Restore Factory Keys if prompted → F4 save & reset
-
Welcome screen appears → wait 3-5 seconds → single press Enter → proceeds immediately
-
Recovery finishes in ~25 min → reboot → plug your Apple Magic Keyboard back in; works perfectly under full Ubuntu
Requests to NVIDIA:
-
Update the System Recovery page to say “Press Esc or Del” (matching the rest of the docs)
-
Add a one-line note: “Use a generic USB keyboard connected via USB-C adapter; some modern keyboards (e.g., Apple Magic Keyboard) are not recognized until the final stage.”
-
Long-term: a small UEFI update to improve early-boot USB HID compatibility would eliminate this entire class of issue.
-
Future software updates to add a recovery partition similar to how Apple do and change Bios Menu to have a simple boot to factory setting and set all flags correctly. Set default boot to be USB they other partitions.
Hope this saves the next person who stares at a GDX Spark “brick” because they only have an Apple keyboard and no dongle in the drawer.