From 22a7c84119f50e628f74fbdc80402466949b8fd0 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 7 May 2025 07:16:25 +1000 Subject: [PATCH 1/2] Update 2025_plus_models.md --- 2025_plus_models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025_plus_models.md b/2025_plus_models.md index 440494a..27cb4f2 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -6,7 +6,7 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs 1. Start telnet by entering `http://:5000/webman/start_telnet.cgi` into your browser's address bar. - Replace `` with the IP address of the Synology NAS. -3. Open a telnet client on your computer and log in to telnet with +3. Open a telnet client on your computer and log in to telnet with: - `root` for the username - `101-0101` for the password 5. Execute the following command: @@ -14,7 +14,7 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs touch /tmp/installable_check_pass ``` 7. Refresh the web installation page and install DSM. -8. Then in the telnet window, or via SSH, execute the following command +8. Then in the telnet window, or via SSH, execute the following command: ``` /usr/syno/bin/synosetkeyvalue support_disk_compatibility no ``` From e118e80326406b56001cced786a1c894b3447b19 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 7 May 2025 07:17:39 +1000 Subject: [PATCH 2/2] Update 2025_plus_models.md --- 2025_plus_models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2025_plus_models.md b/2025_plus_models.md index 27cb4f2..4cf942d 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -2,6 +2,8 @@ ## 2025 series or later Plus models ### Setting up a new 2025 or later plus model with only unverified HDDs +Credit to Alex_of_Chaos on reddit + DSM won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that. 1. Start telnet by entering `http://:5000/webman/start_telnet.cgi` into your browser's address bar.