Hi, I had the same issue. The problem is with the FW version 2.31.174 (Released Mar 26th).
Thanks to the gentleman / woman who had posted the following steps, i was able to recover my WD NAS. Follow the listed steps.
- Download these files:
The product support site only gives you the latest (but faulty FW). Don’t pick this. Pick the FW from:
https://ftp.anionix.ru/WDMyCloud/WDMyCloud-Gen2/ (Version 2.30.193). Store it in your laptop.
https://ftp.anionix.ru/WDMyCloud/WDMyCloud-Gen2/usbrecovery.tar.gz (WD Recovery + My miniOS)
- Use any USB Flash drive, format it to FAT32 (Important!)
- Unpack usbrecovery.tar.gz to this drive (You will get “boot” folder and 4 files inside)
- Plug this USB drive to WD MyCloud, turn on power. Wait yellow-red (blinking) light.
- Connect via Telnet (Search IP in your router, unde DHCP section.)
This is a trial and error situation to find the right IP. If you router shows you the list of attached devices, try all the wired connections. Use the PuTTY tool for telnet.
- Install original WD recovery and reboot:
Type each of these commands over the Telnet connection.
mkdir -p /mnt/usb /mnt/root
mount /dev/sda3 /mnt/root
mount /dev/sdb1 /mnt/usb
cp -r /mnt/usb/boot /mnt/root/
cd /mnt/root/boot
rm uImage uRamdisk
mv uImage-wdrecovery uImage
mv uRamdisk-wdrecovery uRamdisk
cd /
umount /mnt/root /mnt/usb
sync
reboot -f
- After reboot device get old IP address and accessible via Web-GUI (Recovery mode). Use original firmware (.bin file) here (2.30.193).
Done!
- If you wish to not run into the same trouble again, remember to turn the auto FW update off.