Does anyone know a reliable guide to reinstall or update BIOS from flash drive having a computer running under Linux OS?

link|improve this question
2  
Start with your motherboard's user manual. They usually provide BIOS ROM updates, required utilities and detailed instructions. Linux can only help you to write data to flash drive or something like that, you don't need to be an expert in Linux to do that. – Vlad Lazarenko Jan 10 at 0:20
Computer make/model? For example, some ASUS motherboards allow updating BIOS from within BIOS itself, from a file on a USB stick, so this is OS-agnostic. – haimg Jan 10 at 0:37
An old Dell D620. – digitalez Jan 10 at 0:40
Just be sure to format the drive as FAT 16 or FAT32. Most BIOSes only work with them. – AndrejaKo Jan 10 at 1:16
feedback

migrated from stackoverflow.com Jan 10 at 0:25

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

=> BIOS Upgrade documentation from thinkwiki.

=> Another good how-to located at Gentoo forum.

=> Biosdisk simplifies the process of flashing your system BIOS under Linux on Dell desktops and laptop. For Dell servers use different rpm provided by Dell.

=> You can use FreeBIOS project for flashing using native Linux tools i.e. no .exe files

Sources: cyberciti

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.