Browse Source

Update 2025_plus_models.md

main
Dave Russell 7 days ago
committed by GitHub
parent
commit
c9d4a447e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 9
      2025_plus_models.md

9
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 <NAS-IP> telnet <NAS-IP>
``` ```
- Replace `<NAS-IP>` with the IP address of the Synology NAS. - Replace `<NAS-IP>` 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 - `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) - 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 while true; do touch /tmp/installable_check_pass; sleep 1; done
``` ```

Loading…
Cancel
Save