|
|
@ -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 |
|
|
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. |
|
|
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. |
|
|
2. Start DSM's telnet server by entering `http://<NAS-IP>:5000/webman/start_telnet.cgi` into your browser's address bar. |
|
|
@ -45,11 +45,12 @@ ### 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. |
|
|
|
|
|
- **Note:** If using a Mac you may need to install Terminal. |
|
|
4. When it asks you to log in use: |
|
|
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 |
|
|
- 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: |
|
|
5. Execute the following command: |
|
|
``` |
|
|
``` |
|
|
touch /tmp/installable_check_pass |
|
|
touch /tmp/installable_check_pass |
|
|
|