NAS Symptom Recovery
Synology Blinking Blue Light Data Recovery
Your Synology's power LED has been blinking blue for 20+ minutes. DSM never loads. The shared folders are unreachable. This is the "Blue Light of Death" (BLOD), and it usually means the NAS chassis has failed, not your data. The drives inside are standard SATA devices running Linux mdadm software RAID. We remove them, image each one through a write-blocker, reconstruct the SHR/mdadm array offline, and extract your files from the Btrfs or EXT4 filesystem. No data, no fee.

What Is the Synology Blue Light of Death?
The Synology Blue Light of Death is a hardware failure state where the power LED blinks blue continuously and the NAS never completes its boot sequence. Under normal operation, the power LED blinks briefly during POST, then goes solid once DSM loads. When the LED keeps blinking beyond 20 minutes, the motherboard, power supply, or boot ROM has failed before the operating system could start.
During BLOD, the status LED may show solid orange, and HDD bay LEDs often turn solid amber instead of their normal green. The DSM web interface is unreachable on the network. Synology's own Knowledge Base states: if the power LED keeps blinking for more than 20 minutes, the motherboard or power supply may be faulty or damaged.
The critical point: your data drives are almost certainly intact. The NAS chassis failed; the SATA drives inside it did not. User data is stored in Linux mdadm software RAID arrays on those drives, completely independent of the NAS motherboard. Synology confirmed this explicitly for the Intel C2000 defect: "This erratum is not known to cause data loss."
How to Read Your Synology's LED Indicators
Different LED states point to different failure types. Knowing which LEDs are active helps determine whether the chassis, a drive, or both have failed.
| LED Pattern | Meaning | Data Risk |
|---|---|---|
| Power LED blinking blue, never goes solid | BLOD: motherboard, PSU, or boot ROM failure. NAS does not reach DSM. | Low. Drives intact. |
| Power LED solid, status LED orange | DSM booted but detected a critical error (volume crashed, drive failure). | Medium. Depends on failure scope. |
| HDD bay LEDs solid orange, no status LED | Motherboard cannot communicate with storage controller. Common with Intel C2000 failure. | Low. Drives intact. |
| Long continuous beep, LEDs flashing | Critical system warning: volume crash, thermal shutdown, or fan failure. | Higher. Active failure may be writing bad data. |
What Causes the Synology Blue Light of Death?
Intel Atom C2000 Erratum (AVR54)
The most documented cause of Synology BLOD. Intel's Atom C2000 series processors (C2358, C2538, C2558, C2758) have a hardware defect where the LPC clock output signal degrades over time until the clock stops functioning entirely, preventing the processor from completing POST. Synology extended warranties by one year on affected models. The hardware workaround is a 100-ohm resistor soldered between the LPC_CLK pin and ground, but this is a temporary fix.
Confirmed affected: DS415+, DS1515+, DS1815+, DS2415+, RS815(RP)+, RS2416(RP)+
Power Supply Failure
A faulty or degraded PSU that cannot deliver stable voltage under load. Spinning up multiple drives simultaneously draws peak current; if the PSU cannot sustain it, the NAS fails to POST. External power bricks on smaller DiskStation models (DS218+, DS220+) are a common failure point. The LED blinks because the motherboard receives enough power to begin POST but not enough to complete it.
DOM or Boot ROM Corruption
Synology stores its bootloader and DSM system image on an internal DOM (Disk on Module) or SPI flash chip. If a firmware update is interrupted by a power loss, the bootloader can become corrupted. Serial console output on affected units shows "Invalid header checksum" and "Bad header" errors. The DS918+ and DS1019+ have documented community reports of DOM failure producing BLOD symptoms.
General Motherboard Failure
Component failure on the NAS logic board unrelated to the C2000 defect: failed RAM (prevents POST), degraded voltage regulators, or failed capacitors. Also covers scenarios where a failing drive causes the NAS to hang during RAID array assembly, which externally appears as a blinking blue LED but is actually a drive-level timeout.
Do NOT Move Drives to a New Synology Without Checking DSM Version
Moving drives from a failed NAS into a replacement chassis is a supported Synology migration path, but it carries a data-destruction risk if done incorrectly.
- DSM version mismatch triggers initialization. If the replacement NAS runs an older DSM version than the one that created the array, DSM will prompt you to initialize the drives. Accepting this prompt overwrites the mdadm superblocks, partition tables, and LVM metadata. All data is destroyed.
- Bay order must match exactly. SHR records which physical drive occupies which role in the array. Inserting drives in the wrong bay order can cause DSM to misidentify members or trigger an unwanted reinitialization.
- Model compatibility is not universal. Not all Synology models support migration from every other model. Synology publishes a compatibility matrix. SHR volumes created on newer DSM versions may show as "Not supported" on an older or incompatible unit.
- If you see "All data will be deleted": stop. Power down immediately. Do not proceed past this screen under any circumstances. The drives are still recoverable at this point. After accepting the prompt, they may not be.
Synology Drive Partition Layout and mdadm Architecture
Understanding the partition layout is critical for recovery. Synology divides each member drive into system and data partitions, each assembled into separate mdadm RAID arrays. User data is isolated from the operating system on its own partition.
| Partition | md Device | Contents | Filesystem |
|---|---|---|---|
| sda1 | md0 | DSM system root filesystem | EXT4 |
| sda2 | md1 | Swap | linux-swap |
| sda5 | md2 (md3, md4 for SHR mixed sizes) | User data volume (your files) | EXT4 or Btrfs + LVM (vg1000/lv) |
md0 and md1 are RAID 1 mirrors of the DSM operating system and swap, replicated across every drive in the array. A BLOD failure or DSM reinstall rewrites these system partitions but does not directly touch the user data on md2+.
md2 and higher contain user data wrapped in LVM (volume group vg1000, logical volume lv). For SHR arrays with mixed-size drives, DSM creates additional md devices (md3, md4) to use leftover capacity from larger drives, all combined into a single LVM volume group.
Recovery outside the NAS on a Linux PC requires assembling the md arrays read-only with mdadm, activating the LVM volume group, and mounting the EXT4 or Btrfs filesystem. Mistakes during this process (assembling in write mode, running fsck prematurely) can corrupt the array metadata.
How We Recover Data from a Synology BLOD Failure
We follow an image-first, offline reconstruction workflow. Your original drives are never modified. All assembly and filesystem work happens on cloned images.
- Free evaluation and triage. Document the Synology model number (we check against the Intel C2000 affected model list), SHR vs standard RAID configuration, filesystem type (Btrfs or EXT4), number of member drives, and any prior recovery attempts. If drives were inserted into a replacement NAS, we need to know whether DSM prompted for initialization.
- Write-blocked forensic imaging. Each member drive is connected through a hardware write-blocker and imaged with PC-3000 or DeepSpar. Drives with weak heads or bad sectors get conservative retry profiles and head maps to maximize data capture without accelerating degradation. Drives that click or refuse to spin receive clean-bench head swaps with matched donor parts before imaging.
- mdadm superblock capture and RAID reconstruction. We read mdadm superblocks from the imaged copies of each member. These contain the stripe size, parity rotation, member order, and data offsets. For SHR with mixed-size drives, we also reconstruct the LVM layer (volume group boundaries, logical volume extents). PC-3000 RAID Edition performs virtual assembly from images, never from originals.
- Filesystem extraction. Once the virtual array is assembled, we mount the Btrfs or EXT4 filesystem from the reconstructed volume. For Btrfs, we traverse subvolume trees and recover snapshots where applicable. For EXT4, journal replay and inode table reconstruction recover the directory structure. Files are extracted, verified against your priority list, and copied to target media.
Synology Models Commonly Affected by BLOD
The Intel C2000 erratum affects a specific generation of Synology DiskStation and RackStation models manufactured between 2014 and 2017. Other models can also exhibit BLOD from unrelated causes (PSU failure, DOM corruption).
| Model | Processor | BLOD Cause | Synology Warranty Extension |
|---|---|---|---|
| DS415+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| DS1515+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| DS1815+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| DS2415+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| RS815(RP)+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| RS2416(RP)+ | Intel Atom C2538 | C2000 AVR54 erratum | Yes |
| DS918+ | Intel Celeron J3455 | DOM failure, PSU | No (different cause) |
| DS1019+ | Intel Celeron J3455 | DOM failure, PSU | No (different cause) |
| DS220+ | Intel Celeron J4025 | PSU, capacitor failure | No (different cause) |
| DS920+ | Intel Celeron J4125 | PSU, capacitor failure | No (different cause) |
C2000 model list sourced from Synology's official warranty extension announcement (2017). Non-C2000 models listed based on documented community reports of BLOD symptoms.
How Much Does Synology BLOD Recovery Cost?
Synology BLOD recovery follows our standard NAS recovery pricing: a per-drive imaging fee based on each drive's condition, plus a $400 to $800 array reconstruction fee. Most BLOD cases involve intact drives (no mechanical work needed), which keeps costs at the lower end.
| Service Tier | Price | Description |
|---|---|---|
| Simple CopyLow complexity | $100 | Your drive works, you just need the data moved off it Functional drive; data transfer to new media Rush available: +$100 |
| File System RecoveryLow complexity | From $250 | Your drive isn't recognized by your computer, but it's not making unusual sounds File system corruption. Accessible with professional recovery software but not by the OS Starting price; final depends on complexity |
| Firmware RepairMedium complexity – PC-3000 required | $600–$900 | Your drive is completely inaccessible. It may be detected but shows the wrong size or won't respond Firmware corruption: ROM, modules, or translator tables corrupted; requires PC-3000 terminal access Standard drives at lower end; high-density drives at higher end |
| Head SwapHigh complexity – clean bench surgery50% deposit | $1,200–$1,500 | Your drive is clicking, beeping, or won't spin. The internal read/write heads have failed Head stack assembly failure. Transplanting heads from a matching donor drive on a clean bench 50% deposit required. Donor parts are consumed in the repair |
| Surface / Platter DamageHigh complexity – clean bench surgery50% deposit | $2,000 | Your drive was dropped, has visible damage, or a head crash scraped the platters Platter scoring or contamination. Requires platter cleaning and head swap 50% deposit required. Donor parts are consumed in the repair. Most difficult recovery type. |
Hardware Repair vs. Software Locks
Our "no data, no fee" policy applies to hardware recovery. We do not bill for unsuccessful physical repairs. If we replace a hard drive read/write head assembly or repair a liquid-damaged logic board to a bootable state, the hardware repair is complete and standard rates apply. If data remains inaccessible due to user-configured software locks, a forgotten passcode, or a remote wipe command, the physical repair is still billable. We cannot bypass user encryption or activation locks.
All tiers: Free evaluation and firm quote before any paid work. No data, no fee on simple copy, file system, and firmware tiers. Head swap and surface damage require a 50% deposit because donor parts are consumed in the attempt.
Target drive: The destination drive we copy recovered data onto. You can supply your own or we provide one at cost. For ultra-high-capacity drives (20TB and above), the target drive costs approximately $400+ due to the large media required. All prices are plus applicable tax.
Data Recovery Standards & Verification
Our Austin lab operates on a transparency-first model. We use industry-standard recovery tools, including PC-3000 and DeepSpar, combined with strict environmental controls to make sure your hard drive is handled safely and properly. This approach allows us to serve clients nationwide with consistent technical standards.
Open-drive work is performed in a ULPA-filtered laminar-flow bench, validated to 0.02 µm particle count, verified using TSI P-Trak instrumentation.
Transparent History
Serving clients nationwide via mail-in service since 2008.
Media Coverage
Our repair work has been covered by The Wall Street Journal and Business Insider, with CBC News reporting on our pricing transparency. Louis Rossmann has testified in Right to Repair hearings in multiple states and founded the Repair Preservation Group.
Aligned Incentives
Our "No Data, No Charge" policy means we assume the risk of the recovery attempt, not the client.
Technical Oversight
Louis Rossmann
Louis Rossmann's well trained staff review our lab protocols to ensure technical accuracy and honest service. Since 2008, his focus has been on clear technical communication and accurate diagnostics rather than sales-driven explanations.
We believe in proving standards rather than just stating them. We use TSI P-Trak instrumentation to verify that clean-air benchmarks are met before any drive is opened.
See our clean bench validation data and particle test videoSynology BLOD Recovery FAQ
Is my data gone if my Synology has the Blue Light of Death?
Almost certainly not. The BLOD means the NAS chassis (motherboard, power supply, or boot ROM) has failed. Your data lives on the SATA drives inside the NAS, stored in Linux mdadm software RAID arrays. The drives themselves are unaffected by a chassis failure. Synology stated regarding the Intel C2000 defect: this erratum is not known to cause data loss.
Can I put my Synology drives into a new NAS to recover data?
This is possible but risky. The replacement NAS must run the same DSM version or newer than the original. If DSM on the new unit is older, it may prompt you to initialize the drives, which destroys all data. You must also preserve the exact bay order. If you see any prompt containing "all data will be deleted," stop immediately and power down.
What causes the Synology Blue Light of Death?
The most common cause on DS415+, DS1515+, DS1815+, DS2415+, RS815+, and RS2416+ models is Intel Atom C2000 erratum AVR54. The processor's LPC clock output degrades over time, preventing the NAS from completing POST. Other causes include power supply failure, DOM (Disk on Module) corruption from interrupted firmware updates, and general motherboard component failure.
How long does Synology BLOD recovery take?
A two-bay NAS with healthy drives typically takes 2 to 4 business days. Four-bay or larger arrays take longer due to additional imaging time and more complex SHR/mdadm reconstruction. If any member drive has mechanical damage requiring a head swap, add 3 to 7 business days for donor sourcing and clean-bench work.
Can I recover data from Synology drives using a Linux PC?
Technically yes, if you have Linux experience with mdadm and LVM. User data sits on sda5 (a logical partition inside the extended partition sda3) of each drive, assembled as md2 in an mdadm RAID, wrapped in an LVM volume group (vg1000/lv). You need to assemble the array read-only, activate the volume group, and mount the ext4 or Btrfs filesystem. Mistakes during this process can corrupt the array metadata. If the data matters, send the drives to a professional lab.
How much does Synology BLOD recovery cost?
Pricing follows our standard NAS recovery model: a per-drive imaging fee ($300 to $700 for logical/firmware issues, $900 to $1,500 for mechanical head swaps), plus a $400 to $800 array reconstruction fee. If we recover nothing, you owe $0.
Need Recovery for Other Devices?
Synology stuck on blinking blue?
Power down, label your drives, and ship them to us. Free evaluation. No data, no fee.