Fix: DGX Spark Kernal Panic - OS Reinstall via System Recovery

Fix: DGX Spark Kernal Panic - OS Reinstall via System Recovery




The Issue : Kernel Panic: VFS Unable to Mount Root FS on Unknown-Block(0,0)

This error is one of the more alarming things you can encounter on a Linux-based system. When the DGX Spark throws a kernel panic with the message VFS: Unable to mount root fs on unknown-block(0,0), it means the kernel has booted successfully but cannot find or mount the root filesystem from the internal SSD. The system essentially has no idea where to look for its operating system.

Common causes on the DGX Spark include:

  • Filesystem or partition table corruption on the internal SSD (often from an unclean shutdown or power loss during a write operation)
  • A botched OS or firmware update that left the bootloader or root partition in an inconsistent state
  • Fatal misconfiguration (e.g., incorrect GRUB or initramfs entries pointing to the wrong block device)
  • SSD sectors that have gone bad, making critical filesystem metadata unreadable

Once you're in this state, the system is effectively unbootable. You cannot recover from within the OS itself — a full reinstall via NVIDIA's recovery media is the path forward.

 

Temporary Fix: Full OS Reinstall via Recovery USB

NotesNote: This applies to the DGX Spark Founders Edition only. If you have an OEM variant, contact your manufacturer for recovery procedures.

What You'll Need

  • A USB flash drive, 16GB or larger
  • A wired USB keyboard (Bluetooth keyboards may not work in UEFI)
  • A display connected to the DGX Spark
  • A secondary computer to download and prepare the recovery media

 

Step 1:  Download the Recovery Media

On another machine, download the recovery archive from NVIDIA:

Extract the .tar.gz archive once downloaded.


Run CreateUSBKey.cmd as Administrator
Select USB


 

Step 2 — Create the Bootable Recovery USB

Insert your USB drive into the secondary machine and run the appropriate script from the extracted folder. This will wipe the USB drive, so back up anything on it first.

  • Windows (run as Administrator): CreateUSBKey.cmd
  • Linux: CreateUSBKey.sh
  • macOS: CreateUSBKeyMacOS.sh






Step 3: Prepare the DGX Spark for Recovery

  1. Disconnect any external storage from the DGX Spark
  2. Plug the recovery USB into a USB port on the DGX Spark
  3. Power on the device and immediately hold Esc or Del to enter UEFI settings

 

Step 4: Restore UEFI Defaults

  1. Navigate to the Save & Exit page (Right Arrow key)
  2. Select Restore Defaults → confirm with Yes
  3. Select Save Changes and Reset
  4. As it reboots, hold Esc/Del again to re-enter UEFI

 

Step 5: Enable Secure Boot

  1. Navigate to the Security tab
  2. Confirm Secure Boot is set to Enabled
  3. Select Restore Factory Keys
  4. Go to Save and ExitSave Changes and Reset
  5. Hold Esc/Del again on reboot to enter UEFI a third time


Step 6: Boot from the Recovery USB

  1. Go to Save & Exit → scroll down to Boot Override
  2. Select your USB drive and press Enter
  3. The system will reboot into the recovery environment



Start Recovery 


Step 7: Run the Recovery


Walk through the on-screen prompts:

  1. Welcome screen — Press Enter to continue
  2. Warning screen — Select [START RECOVERY] (this will completely wipe the internal SSD)
  3. Progress screen — Monitor the reflash; this takes several minutes
  4. Completion screen — Review the output, then follow the prompt to continue
  5. Final screen — Confirm factory reset and press Enter to restart

The DGX Spark will reboot into a clean factory state.


Recovery Completed



Key Things to Know

  • The kernel panic in this case was a symptom of filesystem-level corruption — the reinstall is the right call once you've ruled out a hardware fault with the SSD
  • UEFI defaults and Secure Boot must be properly configured before booting the USB or the recovery environment may not load correctly — don't skip Steps 4 and 5
  • Use a wired USB keyboard throughout; wireless/Bluetooth keyboards frequently fail to register input during UEFI and early boot

 


    • Related Articles

    • Fix: Installation Errors for Unsloth Studio on DGX Spark (ARM64)

      Problem: When installing Unsloth Studio on DGX Spark systems, the default installation process may fail or lead to ModuleNotFoundError during startup. This is primarily due to the ARM64 (aarch64) architecture of the DGX Spark, which can cause certain ...
    • Installing NVIDIA Drivers on Ubuntu

      Ubuntu doesn't come with NVIDIA drivers installed by default as they are proprietary and closed-source. This means that you'll have issues like poor performance, displays not working, artifacts etc... while using the FOSS nouveau drivers. Graphical ...
    • How to Set NVIDIA GPU Power Limit on Ubuntu using nvidia-smi

      Managing the power consumption of your NVIDIA GPU on Ubuntu is a practical way to optimize energy efficiency, especially for workloads that do not require full GPU performance. This guide explains how to check and set power limits for your NVIDIA GPU ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • What is NVIDIA NVLink?

      NVLink is a high-speed, low-latency interconnect technology developed by NVIDIA, primarily used in their graphics processing units (GPUs) and other high-performance computing devices. It enables direct communication between multiple GPUs or between a ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...