System Requirements
Hardware requirements and compatibility guide for Debian 13 installation
Before installing Debian 13, it's important to ensure your computer meets the basic requirements. This page will help you check hardware compatibility and system requirements.
🖥️ Hardware Requirements
Minimum System Requirements
| Component | Minimum Requirement | Notes |
|---|---|---|
| Processor | 1 GHz single-core | amd64 architecture (recommended) or arm64 |
| Memory | 2 GB RAM | Desktop environments need more memory |
| Storage | 25 GB | Including basic system and applications |
| Graphics | Supports 1024×768 | Integrated graphics sufficient |
| Network | Wired or wireless | For configuring software sources after installation |
Recommended System Configuration
| Component | Recommended | Benefits |
|---|---|---|
| Processor | Dual-core 2 GHz+ | Smoother multitasking |
| Memory | 8 GB RAM+ | Support multiple applications running simultaneously |
| Storage | 50 GB SSD | Faster boot and response times |
| Graphics | Dedicated graphics card | Support hardware acceleration and gaming |
💡 Beginner Tip
If you're unsure about your hardware configuration, you can press Win + R in Windows, type dxdiag to view system information.
🔍 Hardware Compatibility Check
1. Processor Architecture Check
Debian 13 supports multiple processor architectures:
Supported Architectures
- amd64 (64-bit) - Intel/AMD 64-bit processors (recommended for modern PCs)
- arm64 - ARM 64-bit processors (new Macs, Raspberry Pi 4+, etc.)
- armhf - ARM 32-bit hard float (older Raspberry Pi)
- riscv64 - RISC-V 64-bit (🆕 new in Debian 13)
- ppc64el - IBM Power 64-bit little-endian
- s390x - IBM z/Architecture
i386 (32-bit) Support Status
Debian 13 (Trixie) no longer supports i386 as a regular installation architecture. There is no official i386 installation kernel and no Debian Installer for i386. i386 support in Debian is retained only for running legacy 32-bit applications on amd64 systems via multiarch — not for installing a complete 32-bit OS. If your hardware is genuinely 32-bit only, consider antiX Linux or other distributions that still maintain i386 installers.
How to Check Your Architecture
In Windows:
# Press Win + R, type cmd, then run:
wmic computersystem get systemtypeIn existing Linux:
# Check processor architecture
uname -m2. Memory Check
Memory Requirements for Different Desktop Environments
| Desktop Environment | Minimum Memory | Recommended Memory | Features |
|---|---|---|---|
| GNOME | 4 GB | 8 GB | Modern, feature-rich |
| KDE Plasma | 4 GB | 8 GB | Highly customizable |
| Xfce | 2 GB | 4 GB | Lightweight, suitable for older machines |
| LXDE | 1 GB | 2 GB | Extremely lightweight |
| Command Line | 512 MB | 1 GB | Text interface only |
⚠️ Effects of Insufficient Memory
If memory is insufficient, the system may frequently use swap space, causing severe performance degradation.
🔧 Hardware Compatibility
Graphics Card Compatibility
NVIDIA Graphics Cards
# Debian support for NVIDIA
✅ Open source driver: nouveau (default)
✅ Official driver: nvidia-driver (requires additional installation)
⚠️ Legacy models may have limited supportAMD Graphics Cards
# AMD graphics card support
✅ Open source driver: radeon/amdgpu (default)
✅ Official driver: amdgpu-pro (optional)
✅ Most models have good supportIntel Integrated Graphics
# Intel graphics support
✅ Open source driver: i915 (default)
✅ Excellent support, works out of the box
✅ Good hardware acceleration supportNetwork Device Compatibility
Wi-Fi Chipsets
Most modern Wi-Fi chips have good support, but some require non-free firmware:
| Vendor | Support Status | Notes |
|---|---|---|
| Intel | ✅ Excellent | Requires firmware packages |
| Broadcom | ⚠️ Fair | Some models need proprietary drivers |
| Realtek | ✅ Good | Most models supported |
| Atheros | ✅ Excellent | Good open source driver support |
Wired Network
Almost all wired network interfaces have full support.
📋 Pre-installation Checklist
Essential Items
- Processor: Confirm architecture (amd64 for modern PCs, arm64 for ARM hardware)
- Memory: At least 2 GB, recommended 8 GB+
- Storage: At least 25 GB available space
- Network: Confirm network connection available
- Boot Method: Confirm UEFI or Legacy BIOS
Recommended Checks
- Graphics Card: Check model, prepare appropriate drivers
- Wi-Fi: Record chipset model
- Printer: Check brand and model
- Bluetooth: Confirm if needed
- Sound Card: Generally all supported
📱 Testing Compatibility
Using Live USB
# After booting Debian Live USB, run
sudo lshw -short # Hardware overview
lscpu # CPU information
free -h # Memory information
lsblk # Storage devices
lspci # PCI devices
lsusb # USB devices⚡ Performance Optimization Suggestions
SSD vs HDD
| Storage Type | Advantages | Disadvantages | Use Case |
|---|---|---|---|
| SSD | Fast speed, no noise | More expensive | Recommended for system disk |
| HDD | Cheap, large capacity | Slow speed, noisy | Suitable for file storage |
Dual Drive Configuration Recommendation
SSD (120GB+) → System + Programs
HDD (1TB+) → Documents + Media files🆘 Compatibility Issue Resolution
Common Issues
Wi-Fi Not Working
Solution:
- Check if non-free firmware is needed
- Use wired network to install firmware packages
- Consider using USB Wi-Fi adapter
Graphics Driver Issues
Solution:
- Use open source drivers first
- Install proprietary drivers after system is stable
- Have integrated graphics as backup
No Sound Output
Solution:
- Check ALSA configuration
- Install PulseAudio
- Kernel updates may resolve issues
Next Steps
After hardware check is complete, you can continue with:
- Download Debian 13 Images - Get installation files
- Create Bootable Media - Prepare installation media
- Begin Installation Process - Officially install the system
Hardware compatibility confirmed? Start downloading Debian 13 →