! Please, install necessary software form _software folder first! === BOOT TO RECOVERY === 1. Change computer IP adress to 192.168.0.1 (Mask: 255.255.255.0, gateway and dns - empty) 2. Change MAC address in _Start_Ping.bat 3. Run _Start_DHCP.bat and _Start_TFTP.bat 4. Power ON WDMC 5. Run _Start_ping.bat (And run again and again until its start ping WDMC) 6. In DHCP window you can see something like this: DHCPREQUEST for 00:90:12:34:56:78 () from interface 192.168.0.1 received Host 00:90:12:34:56:78 (Host009012345678) allotted 192.168.0.2 for 36000 seconds DHCPDISCOVER for 00:90:12:34:56:78 () from interface 192.168.0.1 received Host 00:90:12:34:56:78 (Host009012345678) offered 192.168.0.2 * And inside tftp window: Client 192.168.0.2:1025 data\startup.sh, 1 Blocks Served Client 192.168.0.2:1026 data\bootimage, 11574 Blocks Served 7. Wait few seconds. You can close _Start_ping window. No need it anymore. 8. When you see Green light - all done, you can connect to WDMC via Telnet (192.168.0.3 by default or mycloud.local) === REUPLOAD FIRMWARE === 1. Download and unpack OMV or Backup (Original FW) to folder called "root" (where the "bootimage" and "startup.sh" files are located) 2. Run this commands (tftp upload of rootfs.img runs very long, be patient.): * Note: You can upload *.tar.gz and unpack it on device: tftp -g -b 8192 -r original_v4.01.02-417.tar.gz 192.168.0.1 tar xvzf original_v4.01.02-417.tar.gz * Of course, do it instead of "tftp...." command's below. mount /dev/sda4 /mnt cd /mnt tftp -g -b 8192 -r rootfs.img 192.168.0.1 tftp -g -b 8192 -r kernel.img 192.168.0.1 tftp -g -b 8192 -r config.img 192.168.0.1 mdadm -S /dev/md* 2> /dev/null mdadm --create --force /dev/md0 --verbose --metadata=0.90 --raid-devices=2 --level=raid1 --run /dev/sda1 /dev/sda2 dd if=rootfs.img of=/dev/md0 dd if=kernel.img of=/dev/sda5 dd if=config.img of=/dev/sda7 cd / umount /mnt sync poweroff 3. After that - WDMC is poweroff and ready to use in normal mode.