Synology DSM Update Stuck on Reboot: Fix Guide

Hardware – Hard Drives Intermediate 👁 11 views 📅 Jun 26, 2026

DSM update fails at reboot. Usually a bad disk or corrupted system partition. Here's how to fix it step by step.

1. Bad Drive or Loose Connection (Most Common)

Nine times out of ten, a DSM update that hangs on reboot is caused by a hard drive that's failing or not seated properly. When DSM tries to write to the system partitions during the update, a bad sector can stop the whole thing. You'll see the NAS blink its status light orange or fast-flash blue, and it never finishes booting.

Here's what to do:

  1. Power off the NAS properly. Hold the power button for 4 seconds until you hear the beep. If it won't shut down, pull the power cord. Wait 30 seconds.
  2. Open the drive bays. Pull out each drive one at a time. Check the SATA connectors and the drive's circuit board for any bent pins or burn marks. Reseat each drive firmly until you hear it click.
  3. Try booting with only one drive. If you have multiple drives, remove all but one (the one with the DSM system partition) and turn the NAS on. If it boots, the problem is likely one of the other drives. Swap them back one by one to find which one breaks it.
  4. Run a SMART test. Once you get into DSM if the boot succeeds, go to Storage Manager > HDD/SSD > select the problem drive > Health Info > click the SMART test icon and choose Quick Test. If it shows errors, replace that drive. Do a longer Extended Test overnight too.

Expected outcome: After reseating drives, the NAS should boot past the update within 2-3 minutes. If the drive is failing, DSM will warn you about it in Storage Manager.

2. Corrupted System Partition (Second Most Common)

If reseating drives didn't help, DSM's system partition (which stores the OS) might be corrupted. This happens when a power loss happens during an update, or if the drive has bad sectors right where the partition lives. You'll see the same stuck-on-reboot behavior, but the NAS might also beep once every second.

Fix it with DSM's repair mode:

  1. Download the same DSM version that was being installed from the Synology Download Center. Pick your NAS model and grab the .pat file. Don't use a newer version — you want to match the one that failed.
  2. Boot the NAS into recovery. Turn it off, then turn it on while holding the Reset button on the back (use a paperclip). Keep holding until the STATUS light starts blinking orange, then release. On older models (DS20xx series), hold until you hear a beep.
  3. Open a browser on your computer and go to find.synology.com. You should see your NAS listed with a status of "Recovery" or "Installed" but with a red icon. Click Connect.
  4. In DSM's browser window, you'll get a screen that says "Reinstall" or "Repair". Click Browse, select the .pat file you downloaded, and click Start. This reinstalls DSM without wiping your data.
  5. Wait 10-15 minutes. The NAS will reboot a couple of times. Do NOT turn it off during this.

Expected outcome: After reinstall, your NAS should boot normally. All your data, settings, and apps will be there. If DSM still won't boot, the drive itself is likely dead or the partition table is unfixable — see cause #3.

3. Dead Drive or Controller Failure (Least Common)

If neither of the above works, the drive may have a hardware failure, or the NAS's controller board died. A dead drive often makes no sound at all — it just spins up and clicks once, then goes silent. A dead controller means the NAS won't even show up on find.synology.com.

Here's the plan:

  1. Test the drive in a PC. Use a SATA-to-USB adapter or a desktop PC. If the drive isn't detected in BIOS or Disk Management, it's dead — time to replace it.
  2. If the drive is good but the NAS won't boot, the controller board (motherboard) might be fried. Try a different PSU first — power supply failures are common and cheap to test. Borrow one from a friend if you can.
  3. Still nothing? Your best bet is to restore from a backup. If you don't have a backup, you can try putting the drives into another Synology of the same model. This usually works if the RAID metadata is intact. But that's advanced — and not guaranteed.

Expected outcome: If a drive is dead, replace it with a new one of the same size or larger, then run the Synology Recovery tool to rebuild the RAID. If the controller is dead, you'll need a new NAS.

Quick-Reference Summary

Symptom Likely Cause Fix
NAS hangs on reboot after DSM update, orange status light Loose or failing drive Reseat drives, test one at a time, run SMART
NAS beeps once per second, stuck on reboot Corrupted system partition Reinstall DSM from recovery mode with .pat file
NAS won't appear on find.synology.com, drive clicks or silent Dead drive or controller Test drive in PC, replace PSU, restore from backup

One last tip: Always run DSM updates during off-hours. And if you have a UPS (uninterruptible power supply), use it. A power drop during a DSM update is the #1 reason for corrupted partitions. Don't learn this the hard way.

Was this solution helpful?