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 ```