Browse Source

Clarify DSM installation steps for 2025+ models

Updated the steps for installing DSM on 2025 or later models to clarify telnet connection instructions.
pull/509/head
Dave Russell 3 months ago
committed by GitHub
parent
commit
c2ee5cf090
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 16
      2025_plus_models.md

16
2025_plus_models.md

@ -26,20 +26,22 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs
1. Start telnet by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar. 1. Start telnet by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar.
- Replace `<NAS-IP>` with the IP address of the Synology NAS. - Replace `<NAS-IP>` with the IP address of the Synology NAS.
3. Open a telnet client on your computer and log in to telnet with: 2. Open a telnet client (powershell, PuTTY etc) on your computer and connect to the Synology with 'telnet <NAS-IP>`.
- `root` for the username - Replace `<NAS-IP>` with the IP address of the Synology NAS.
3. Log into telnet with:
- `root` for the login
- `101-0101` for the password - `101-0101` for the password
5. Execute the following command: (using a while loop in case DSM is running in a VM) 4. Execute the following command: (using a while loop in case DSM is running in a VM)
``` ```
while true; do touch /tmp/installable_check_pass; sleep 1; done while true; do touch /tmp/installable_check_pass; sleep 1; done
``` ```
7. Refresh the web installation page and install DSM. 5. Refresh the web installation page and install DSM.
8. Then in the telnet window, or via SSH, execute the following command: 6. Then in the telnet window, or via SSH, execute the following command:
``` ```
/usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no /usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no
``` ```
9. If Storage Manager is already open close then open it, or refresh the web page. If refreshing the page or restarting Storage Manager is not working, try restarting your Synology NAS. 7. If Storage Manager is already open close then open it, or refresh the web page. If refreshing the page or restarting Storage Manager is not working, try restarting your Synology NAS.
10. You can now create your storage pool from Storage Manager. 8. You can now create your storage pool from Storage Manager.
<br> <br>

Loading…
Cancel
Save