You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.0 KiB
3.0 KiB
| id | title | status | source_sections | related_topics | key_equations | key_terms | images | examples | open_questions |
|---|---|---|---|---|---|---|---|---|---|
| setup-and-config | Setup and Configuration | provisional | Web research: NVIDIA DGX OS 7 User Guide, Dell support KB | [dgx-os-software connectivity physical-specs] | [] | [first-boot setup-wizard grub reinstall dgx-os] | [] | [] | [Full first-boot wizard steps with screenshots BIOS/firmware update procedure Network boot (PXE) capabilities Remote management / BMC / IPMI availability Factory reset procedure beyond OS reinstall] |
Setup and Configuration
Guide for initial setup, configuration, and recovery of the Dell Pro Max GB10.
1. Initial Setup (First Boot)
Physical Setup
- Place the unit on a stable surface (stackable design allows multiple units)
- Connect the 280W USB-C power adapter to the designated power USB-C port
- Connect a display via HDMI 2.1b or USB-C DisplayPort Alt Mode
- Connect keyboard and mouse (USB-C or Bluetooth)
- Optionally connect 10GbE Ethernet for wired networking
First Boot Wizard
On first power-on, DGX OS presents a setup wizard:
- Language and locale selection
- User account creation
- Network configuration (Wi-Fi 7 or Ethernet)
- System preferences
- Software configuration
The wizard is designed for fast onboarding — the system is ready to use shortly after.
2. OS Reinstallation
If you need to reinstall DGX OS from scratch:
- Power on or reboot the system
- Access the GRUB boot menu
- Navigate to DGX Spark Installation Options
- Select "Install DGX OS 7.2.1 for DGX Spark"
- Follow on-screen prompts
- Installation takes approximately 25-30 minutes
Source: Dell Support — How to Reinstall DGX OS
3. Post-Setup Configuration
Recommended Steps
- Update DGX OS packages:
sudo apt update && sudo apt upgrade - Verify GPU is detected:
nvidia-smi - Verify CUDA toolkit:
nvcc --version - Configure SSH for remote access
- Set up development environment (Jupyter, conda/venv, etc.)
Network Configuration
- Wi-Fi 7: Configure via Network Manager or
nmcli - 10GbE Ethernet: Auto-configured via DHCP or manual static IP
- QSFP ports: For multi-unit-stacking configuration
4. Troubleshooting
| Symptom | Check |
|---|---|
| No display output | Try both HDMI and USB-C DP Alt Mode |
| GPU not detected | Run nvidia-smi, check driver installation |
| Network not connecting | Verify cable/Wi-Fi config, run ip addr |
| System won't boot | Access GRUB menu, try OS reinstall |
| Slow AI performance | Check nvidia-smi for thermal throttling |
Key Relationships
- Operating system: dgx-os-software
- Physical ports: connectivity
- Hardware: physical-specs