From c9d4a447e33692c7fc30a09067cdea8a301cbaf5 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:49:00 +1000 Subject: [PATCH] Update 2025_plus_models.md --- 2025_plus_models.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/2025_plus_models.md b/2025_plus_models.md index c048d53..8750c83 100644 --- a/2025_plus_models.md +++ b/2025_plus_models.md @@ -46,10 +46,15 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs in DSM 7 telnet ``` - Replace `` with the IP address of the Synology NAS. -4. Log into telnet with: +4. When it asks you to log in use: - `root` for the login - `101-0101` for the password -5. Execute the following command: (using a while loop in case DSM is running in a VM) + - Note: When you type the password you may not see what you are typing. +5. Execute the following command: + ``` + touch /tmp/installable_check_pass + ``` + - If DSM is running in a virtual machine use this command instead: ``` while true; do touch /tmp/installable_check_pass; sleep 1; done ```