From 53f3412617387ceb0f9a36b6bbbe339e913f0b08 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 7 May 2025 06:44:24 +1000 Subject: [PATCH 1/2] Update 2025_plus_models.md --- 2025_plus_models.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/2025_plus_models.md b/2025_plus_models.md index f6ec618..d6c32c9 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -1,4 +1,21 @@ -## 2025 series DS Plus models +## 2025 series or later Plus models + +### Setting up a new 2025 or later plus model with only unverified HDDs + +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 via http://:5000/webman/start_telnet.cgi + - Replace with the IP address of the Synology NAS. +3. Open a telnet client on your computer and log in to telnet with + ``` + user = root + pass = 101-0101 + ``` +5. Execute the following command: + ``` + while true; do touch /tmp/installable_check_pass; sleep 1; done + ``` +7. Refresh the web installation page and install DSM. ### Deleting and recreating your storage pool on unverified HDDs From 112eaed134d04358bfdd593a3c892b829b6da482 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Wed, 7 May 2025 06:56:54 +1000 Subject: [PATCH 2/2] Update 2025_plus_models.md --- 2025_plus_models.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/2025_plus_models.md b/2025_plus_models.md index d6c32c9..afbea63 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -13,9 +13,15 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs ``` 5. Execute the following command: ``` - while true; do touch /tmp/installable_check_pass; sleep 1; done + touch /tmp/installable_check_pass ``` 7. Refresh the web installation page and install DSM. +8. Then in the telnet window execute the following command + ``` + /usr/syno/bin/synosetkeyvalue support_disk_compatibility no + ``` +9. You can now create your storage pool from Storage Manager. + ### Deleting and recreating your storage pool on unverified HDDs