Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save soakes/42e7b3cf6e353ee38e965e9af0d65a60 to your computer and use it in GitHub Desktop.
Save soakes/42e7b3cf6e353ee38e965e9af0d65a60 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment