Browse Source

Merge pull request #457 from 007revad/develop

Update 2025_plus_models.md
pull/467/head
Dave Russell 8 months ago
committed by GitHub
parent
commit
03bc5d18c9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      2025_plus_models.md

10
2025_plus_models.md

@ -4,13 +4,11 @@ ### 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. 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://<NAS-IP>:5000/webman/start_telnet.cgi 1. Start telnet by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar.
- Replace <NAS-IP> with the IP address of the Synology NAS. - Replace `<NAS-IP>` 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
user = root - `101-0101` for the password
pass = 101-0101
```
5. Execute the following command: 5. Execute the following command:
``` ```
touch /tmp/installable_check_pass touch /tmp/installable_check_pass

Loading…
Cancel
Save