Skip to content

Instantly share code, notes, and snippets.

@ludoo0d0a
Created June 11, 2015 18:54
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save ludoo0d0a/8d0cfd1cab22598cb5d8 to your computer and use it in GitHub Desktop.
Save ludoo0d0a/8d0cfd1cab22598cb5d8 to your computer and use it in GitHub Desktop.
Synology boot locked
Sometimes after a hard reboot (power cut), if your synology cannot be logged in with DSM and it shows "System is getting ready. Please log in later" , please do these steps :
#Admin login via ssh
> synobootseq --set-boot-done
> synobootseq --is-ready
#optional
> /usr/syno/etc/rc.d/S97apache-sys.sh start
> /usr/syno/etc/rc.d/S95sshd.sh start
@theAusMenace
Copy link

Thanks, saved me

@xxdesmus
Copy link

xxdesmus commented Jan 8, 2023

You saved me as well.

@billyjbryant
Copy link

You saved my ass! Thanks so much for this!

@billyjbryant
Copy link

I expanded on this by creating a simple shell script that you can place in /usr/local/bin then execute from SSH:

https://gist.github.com/billyjbryant/993b4e8669659444006823a68f1bd509

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment