Skip to content

System Requirements Check

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

ComponentMinimum RequirementNotes
Processor1 GHz single-corei386 or amd64 architecture
Memory2 GB RAMDesktop environments need more memory
Storage25 GBIncluding basic system and applications
GraphicsSupports 1024×768Integrated graphics sufficient
NetworkWired or wirelessFor configuring software sources after installation
ComponentRecommendedBenefits
ProcessorDual-core 2 GHz+Smoother multitasking
Memory8 GB RAM+Support multiple applications running simultaneously
Storage50 GB SSDFaster boot and response times
GraphicsDedicated graphics cardSupport 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:

Mainstream Architectures

  • amd64 (64-bit) - Intel/AMD 64-bit processors
  • i386 (32-bit) - Legacy 32-bit processors
  • arm64 - ARM 64-bit processors (new Macs, Raspberry Pi, etc.)

How to Check Your Architecture

In Windows:

cmd
# Press Win + R, type cmd, then run:
wmic computersystem get systemtype

In existing Linux:

bash
# Check processor architecture
uname -m

2. Memory Check

Memory Requirements for Different Desktop Environments

Desktop EnvironmentMinimum MemoryRecommended MemoryFeatures
GNOME4 GB8 GBModern, feature-rich
KDE Plasma4 GB8 GBHighly customizable
Xfce2 GB4 GBLightweight, suitable for older machines
LXDE1 GB2 GBExtremely lightweight
Command Line512 MB1 GBText 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

bash
# Debian support for NVIDIA
 Open source driver: nouveau (default)
 Official driver: nvidia-driver (requires additional installation)
⚠️  Legacy models may have limited support

AMD Graphics Cards

bash
# AMD graphics card support
 Open source driver: radeon/amdgpu (default)
 Official driver: amdgpu-pro (optional)
 Most models have good support

Intel Integrated Graphics

bash
# Intel graphics support
 Open source driver: i915 (default)
 Excellent support, works out of the box
 Good hardware acceleration support

Network Device Compatibility

Wi-Fi Chipsets

Most modern Wi-Fi chips have good support, but some require non-free firmware:

VendorSupport StatusNotes
Intel✅ ExcellentRequires firmware packages
Broadcom⚠️ FairSome models need proprietary drivers
Realtek✅ GoodMost models supported
Atheros✅ ExcellentGood open source driver support

Wired Network

Almost all wired network interfaces have full support.

📋 Pre-installation Checklist

Essential Items

  • [ ] Processor: Confirm architecture (amd64/i386/arm64)
  • [ ] 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
  • [ ] 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

bash
# 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 TypeAdvantagesDisadvantagesUse Case
SSDFast speed, no noiseMore expensiveRecommended for system disk
HDDCheap, large capacitySlow speed, noisySuitable for file storage

Dual Drive Configuration Recommendation

bash
SSD (120GB+) → System + Programs
HDD (1TB+)   → Documents + Media files

🆘 Compatibility Issue Resolution

Common Issues

Wi-Fi Not Working

Solution:

  1. Check if non-free firmware is needed
  2. Use wired network to install firmware packages
  3. Consider using USB Wi-Fi adapter

Graphics Driver Issues

Solution:

  1. Use open source drivers first
  2. Install proprietary drivers after system is stable
  3. Have integrated graphics as backup

No Sound Output

Solution:

  1. Check ALSA configuration
  2. Install PulseAudio
  3. Kernel updates may resolve issues

Next Steps

After hardware check is complete, you can continue with:

  1. Download Debian 13 Images - Get installation files
  2. Create Bootable Media - Prepare installation media
  3. Begin Installation Process - Officially install the system

Hardware compatibility confirmed? Start downloading Debian 13 →

基于 MIT 许可发布