"Wait, which laptop was that again?"
Cataloging Your Hardware
Before you can deploy anything, you need an inventory. Not just "20 laptops" but the actual specifications: CPU model, RAM, storage type and size, battery health, serial numbers.
Why does this matter?
- Deployment planning — You can't clone an image to a 128 GB disk if the source was 500 GB
- Maintenance tracking — When a machine fails, you need to know which one it is
- Accountability — Who has what? When was it assigned? What's its status?
- Donor reporting — Organizations that donate hardware want to know their devices are being used
This is where a device management platform becomes invaluable. Tools like DeviceHub (from the eReuse project) allow you to:
- Scan and diagnose devices automatically using bootable USB tools
- Record hardware specifications — CPU, RAM, storage, battery cycles, serial numbers
- Track device lifecycle — From donation through deployment to end-of-life
- Generate evidence — Timestamped records of device condition and chain of custody
When you boot a laptop from the diagnostic USB, it automatically uploads its hardware profile to the platform. Within minutes, you have a complete inventory without manually typing a single specification.
Work in Progress
Suggested image: Screenshot of the DeviceHub dashboard showing a batch of cataloged laptops with their specifications.
Here's a sample of what a cataloged batch looks like:
| ID | Manufacturer | Model | CPU | RAM | Storage | Status |
|---|---|---|---|---|---|---|
| 1A0B41 | HP | ProBook 430 G4 | i5-7200U | 16 GB | 224 GB SSD | Ready |
| 4D2509 | Lenovo | T460 | i5-6200U | 8 GB | 466 GB HDD | Ready |
| DB77CD | Lenovo | T460 | i5-6200U | 8 GB | 238 GB SSD | Ready |
You look at your spreadsheet — no, your dashboard now — and for the first time you know exactly what you're working with. Twenty machines, each with a unique ID, each with specifications recorded. The inventory is done.
Now it's time to give these machines life.