Browse Source

Fix version reference and add Mac Terminal note

Corrected the version reference and added a note for Mac users regarding Terminal installation.
main
Dave Russell 7 days ago
committed by GitHub
parent
commit
6e755a0864
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      2025_plus_models.md

5
2025_plus_models.md

@ -36,7 +36,7 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs in DSM 7
Credit to Alex_of_Chaos on reddit
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 7.2.2 won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that.
1. Get the Synology's IP address from Synology Assistant.
2. Start DSM's telnet server by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar.
@ -46,10 +46,11 @@ ### Setting up a new 2025 or later plus model with only unverified HDDs in DSM 7
telnet <NAS-IP>
```
- Replace `<NAS-IP>` with the IP address of the Synology NAS.
- **Note:** If using a Mac you may need to install Terminal.
4. When it asks you to log in use:
- `root` for the login
- `101-0101` for the password
- Note: When you type the password you may not see what you are typing.
- **Note:** When you type the password you may not see what you are typing.
5. Execute the following command:
```
touch /tmp/installable_check_pass

Loading…
Cancel
Save