My Cloud recent firmware update Rapid Flash Blue light and gone from network (Gen 2)

I figured this all out. After going through all the steps I figured out I have a Gen 2 Mycloud. I found the restore (i thought) after 2 solid days of trying everything and hitting walls. I decided to try the one I was avoiding because it was something I never did before. This one worked and you usually don’t have to remove the drive from the case.

###################################
0. Download these files:
http://support.wdc.com/downloads.aspx?g=904 (Original firmware)
https://drive.google.com/file/d/0B_6OlQ_H0PxVUWdCU01DcTdMWk0/view (USB Boot Restore)

  1. Use any USB Flash drive, format it to FAT32 (Important!)
  2. Unpack usbrecovery.tar.gz to this drive (You will get “boot” folder and 4 files inside)
  3. Plug this USB drive to WD MyCloud, turn on power. Wait yellow-red (blinking) light.
  4. Connect via Telnet (Search IP in your router, under DHCP section. or use network IP scanner)
  5. Format HDD if need: (Sometimes you need to Work from a clean drive or it won’t boot into restore mode)
    EDIT: (To make things faster you can copy paste each line below into telnet and hit enter for each, (Copy paste ONLY one command at a time though))

parted /dev/sda
mklabel gpt
mkpart primary 1049kB 2149MB
mkpart primary 8591MB -1MB
mkpart primary 7517MB 8591MB
mkpart primary 2149MB 3222MB
mkpart primary 3222MB 4296MB
mkpart primary 4296MB 6443MB
mkpart primary 6443MB 7517MB
q
mkswap /dev/sda1
mkfs.ext4 /dev/sda3

  1. Install original WD recovery and reboot:

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

  1. After reboot get old IP address using Network IP scanner
    or router DHCP Table. Access Web-GUI (Recovery mode) via this IP.
    Use original firmware (.bin file) here.

You can format the internal drive in the raid GUI that keeps popping up when you log in to the mycloud GUI… Click the check box to run the alternate raid set up for single drives. It goes to a scan right away, scans the drive, formats it and you are back in business…

Done! Thank you Jesus!

1 Like