Difference between revisions of "Host-bios-upgrade"

From Proxmox VE
Jump to navigation Jump to search
Line 1: Line 1:
 
*from https://planet.debian.org/  check this http://sven.stormbind.net/blog/posts/misc_bios_updates_dell_latitude_lenovo_thinkpad/
 
*from https://planet.debian.org/  check this http://sven.stormbind.net/blog/posts/misc_bios_updates_dell_latitude_lenovo_thinkpad/
 +
"Maybe some recent events let to BIOS update releases by various vendors around the end of 2017. So I set out to update (for the first time) the BIOS of my laptops. Searching the interwebs for some hints I found a lot outdated information involving USB thumb drives, CDs, FreeDOS in variants but also some useful stuff. So here is the short list of what actually worked in case I need to do it again."
 +
 +
:Dell Latitude E7470 (UEFI boot setup)
 +
 +
#    Download the file "Latitude_E7x70_1.18.5.exe" (or whatever is the current release).
 +
#    Move the file to "/boot/efi/".
 +
#    Boot into the one time boot menu with F12 during the BIOS/UEFI start.
 +
#    Select the "Flash BIOS Update" menu option.
 +
#    Use your mouse to select the update file visually and watch the magic.
 +
 +
So no USB sticks, FreeDOS, SystemrescueCD images or other tricks involved. If it's cool that the computer in your computers computer running Minix (or whatever is involved in this case) updates your firmware is a different topic, but the process is pretty straight forward.
 +
 +
 
:for thinkpad model P50
 
:for thinkpad model P50
 
#Download the BIOS Update bootable CD image from Lenovo "n1eur31w.iso" (Select Windows as OS so it's available for download).
 
#Download the BIOS Update bootable CD image from Lenovo "n1eur31w.iso" (Select Windows as OS so it's available for download).

Revision as of 00:29, 7 January 2018

"Maybe some recent events let to BIOS update releases by various vendors around the end of 2017. So I set out to update (for the first time) the BIOS of my laptops. Searching the interwebs for some hints I found a lot outdated information involving USB thumb drives, CDs, FreeDOS in variants but also some useful stuff. So here is the short list of what actually worked in case I need to do it again."

Dell Latitude E7470 (UEFI boot setup)
  1. Download the file "Latitude_E7x70_1.18.5.exe" (or whatever is the current release).
  2. Move the file to "/boot/efi/".
  3. Boot into the one time boot menu with F12 during the BIOS/UEFI start.
  4. Select the "Flash BIOS Update" menu option.
  5. Use your mouse to select the update file visually and watch the magic.

So no USB sticks, FreeDOS, SystemrescueCD images or other tricks involved. If it's cool that the computer in your computers computer running Minix (or whatever is involved in this case) updates your firmware is a different topic, but the process is pretty straight forward.


for thinkpad model P50
  1. Download the BIOS Update bootable CD image from Lenovo "n1eur31w.iso" (Select Windows as OS so it's available for download).
  2. Extract the eltorito boot image from the image "geteltorito -o thinkpad.img Downloads/n1eur31w.iso".
  3. Dump it on a USB thumb drive "dd if=thinkpad.img of=/dev/sdX".
  4. Boot from this thumb drive and follow the instructions of the installer.
'I guess the process is similar for almost all ThinkPads.'
  • For supermicro and others I have seen well designed bios upgrade procedures for windows users. it would be nice to have a procedure like the one for thinkpad for supermicro.