Flashing BIOS in Linux can be achieved via flashrom
flashrom can be installed on your favorite linux distro or used via a live distribution as Parted Magic or SystemRescueCD
Instructions
- identify chipset
1flashrom -p internal - backup current bios
1flashrom -p internal -r bios_old.rom - write new bios
1flashrom -p internal -w bios_image.rom