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 :
- Install the
syno-ready
script to/usr/local/bin
(You must be able to SSH to the NAS via an Admin user account)
wget https://gist.github.com/billyjbryant/993b4e8669659444006823a68f1bd509/raw/e728bfb2e9968f4c5a8ab7f7a9d316172267dc84/syno-ready
sudo mv syno-ready /usr/local/bin
sudo chmod +x /usr/local/bin/syno-ready
- Execute
syno-ready
whenever you need to fix the System is getting ready bug.
Credit to ludoo0d0a for the original commmands to fix this issue
works well. important to mention I had this issue because my storage space on HDD was low.
after using this script to login to DSM I deleted files to clear nearly 200GB empty space. only then did synology seem to function properly again!