[Help] Network storage F2-212 Initialization  [SOLVED]

Initialization of newly purchased TNAS or re-installation of your TNAS
Post Reply
User avatar
Alexmd
Posts: 5
Joined: 22 Feb 2026, 14:41
Russia

[Help] Network storage F2-212 Initialization

Post by Alexmd »

Network storage F2-212.
I have updated the system from version 5.1.73 to the public test version 6.0.585. In version 6.0.585, there were some problems with completing tasks to turn off F2-212 at a given time. I decided to reset the system to factory settings via the menu.
After restoring the factory settings, the system does not initialize. The network storage is turned on, three beeps sound, and a web page opens, but only with a background image. The TNAS PC application sees the network storage over the network and, when trying to log in, opens the same empty page with a background image in the browser. Connection via SSH and port 9222 is performed without problems. It looks like the script is not running on the webpage.
How can I initialize (install) the system?
Thank you.
User avatar
TMjack
TM Support
Posts: 185
Joined: 27 Oct 2020, 08:41

Re: [Help] Network storage F2-212 Initialization

Post by TMjack »

We sincerely apologize for the inconvenience caused. Please refer to the following link to reinstall the TOS system.
viewtopic.php?t=423
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Alexmd
Posts: 5
Joined: 22 Feb 2026, 14:41
Russia

Re: [Help] Network storage F2-212 Initialization

Post by Alexmd »

TMjack wrote: 22 Feb 2026, 15:05 We sincerely apologize for the inconvenience caused. Please refer to the following link to reinstall the TOS system.
viewtopic.php?t=423
I've tried different ways, clearing the cache and different browsers. I also tried the direct connection to the computer, without the router. But the result is the same. The page opens in the browser with a blue background pattern without buttons or labels.
Maybe the web page is broken? How can I check it?

Could there be a reason for these errors? (the image below shows errors from the browser)
[url=https://postimg.cc/KKMN4mS1][img]
User avatar
EriChan
TM Support
Posts: 196
Joined: 06 Jan 2026, 12:27
United States of America

Re: [Help] Network storage F2-212 Initialization

Post by EriChan »

This issue is typically caused by a corrupted system installer. To fix this, we can log in via SSH and manually flash the rootfs file into the corresponding partition.

Preparation

Terminal Tools: PuTTY or MobaXterm are recommended.
Repair Resources:
  • rootfs:
https://download2.terra-master.com/rootfs.img
  • 2G Kernel Image:
https://download2.terra-master.com/kernel_2g.img


Step 1: Enter the Boot System
  • Power on your TNAS without any hard drives installed.
  • Once the network LED is lit, use the TNAS PC desktop client to search for your device and confirm its IP address.
  • Log in via an SSH client (Default Port: `22`, User: `root`, Password: `root`).

Code: Select all

ssh root@your_tnas_ip

Step 2: Download the Files

To ensure a successful operation, it is recommended to place the files in the `/tmp` (RAM) directory to avoid write failures caused by insufficient storage space.

Code: Select all

cd /tmp

Download the rootfs file:

Code: Select all

wget https://download2.terra-master.com/rootfs.img

Download the kernel file (Only if necessary):

Code: Select all

wget https://download2.terra-master.com/kernel_2g.img

Step 3: Confirm Partition Information

Before flashing, check the MTD partition table to identify the correct target partitions:

Code: Select all

cat /proc/mtd

Typically:
  • mtd2 corresponds to `firmware` (where the Kernel is stored).
  • mtd3 corresponds to `rootfs` (where system files are stored).
Step 4: Perform the Repair

Flash the rootfs:

Code: Select all

mtd write ./rootfs.img /dev/mtd3
Flash the kernel (Only if necessary):

Code: Select all

mtd write ./kernel_2g.img /dev/mtd2

Step 5: Reboot the TNAS

Once the flashing is complete, execute the following command to force a reboot:

Code: Select all

echo b > /proc/sysrq-trigger
User avatar
Alexmd
Posts: 5
Joined: 22 Feb 2026, 14:41
Russia

Re: [Help] Network storage F2-212 Initialization

Post by Alexmd »

Thank you very much for your help!
But I must have done something wrong! It's my fault! Something went wrong and the device stopped starting at all. It turns on for two seconds and turns off immediately. Completely disconnecting from the power supply did nothing. I think the bootloader is corrupted. Are there any options to fix this? Thank you in advance for your help!
User avatar
TMzethar
TM Support
Posts: 2819
Joined: 27 Oct 2020, 16:43

Re: [Help] Network storage F2-212 Initialization

Post by TMzethar »

The method mentioned by EriChan above is related to what you referred to as 'bootloader'.

However, based on your description——“It turns on for two seconds and turns off immediately”, this is likely an issue with power supply or hardware.
Please use the original power adapter if possible. Check if there are any abnormalities such as dimming or flickering of the LED light on the power adapter.
If you have a different power adapter with the same interface and 12V output, you can replace it for testing to see if it's a power supply problem.

If the possibility of a power supply issue has been ruled out, it is very likely a hardware damage or fault.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Alexmd
Posts: 5
Joined: 22 Feb 2026, 14:41
Russia

Re: [Help] Network storage F2-212 Initialization

Post by Alexmd »

Well. I think we can try to burn the firmware again. Is there any way to rewrite the firmware to the device? I searched the forums and found no information.
User avatar
TMzethar
TM Support
Posts: 2819
Joined: 27 Oct 2020, 16:43

Re: [Help] Network storage F2-212 Initialization

Post by TMzethar »

What is mentioned above is the only known method so far.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Alexmd
Posts: 5
Joined: 22 Feb 2026, 14:41
Russia

Re: [Help] Network storage F2-212 Initialization  [SOLVED]

Post by Alexmd »

OK. I will try to send it back for reparing.
Thank you for your support!
Post Reply

Return to “Initialization”