NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
itsjasper
Mar 04, 2017Luminary
Where to find BIOS updates - Ultra4 Plus
I've had no luck searching for the v1.10 BIOS update for the ReadyNAS Ultra 4 without success.
Could someone pint me in the direction to download it please?
Currently running OS6 on this unit but I'm happy to downgrade to OS4 to do the BIOS update if need be.
Thanks, as this was a new unit for me, I downgraded to OS4, ran the BIOS update and went back to OS6.
3 Replies
Replies have been turned off for this discussion
- mdgm-ntgrNETGEAR Employee Retired
No need to downgrade to OS4.
Here's the add-on
The latest BIOS for the Ultra 4/Ultra 4 Plus/Pro 4 is from 23rd August 2011
You can install flashrom and dmidecode using apt-get, extract the contents of the add-on and run the command to flash the BIOS manually doing something like this:
# apt-get update
# apt-get install dmidecode flashrom
# cd /tmp
# wget http://www.readynas.com/download/addons/x86/4.2/BIOS_Update_Package_0.5-x86.bin
# dd if=BIOS_Update_Package_0.5-x86.bin bs=16k count=1
# dd if=BIOS_Update_Package_0.5-x86.bin bs=16k skip=1 | md5sum -
# dd if=BIOS_Update_Package_0.5-x86.bin bs=16k skip=1 | tar -xv
# tar -xvf files.tgz
# ls -lah /tmp/opt/biosflash
# flashrom --programmer internal -c SST25VF016B -w /tmp/opt/biosflash/RN_Ultra4_082311.ROMDon't interrupt that last command. Updating the BIOS if interrupted can leave the system in a state where it will brick when next powered off.
- SandsharkSensei - Experienced User
Have you tried that method under OS 6.6.x? It didn't work for me because flashrom wouldn't execute. See Updating-motherboad-BIOS-from-OS6-can-t-get-it-to-work. There has since been a suggestion that a 32-bit C library is needed, but I have not tried that.
- itsjasperLuminary
Thanks, as this was a new unit for me, I downgraded to OS4, ran the BIOS update and went back to OS6.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!