Difference between revisions of "BIOS Upgrade"

From ThinkWiki
Jump to: navigation, search
m (Installed Firmware: pretty space instead of underline)
(123 intermediate revisions by 52 users not shown)
Line 1: Line 1:
{{NOTE|I'm doing a complete re-write, please be patient. --[[User:Pi3832|Pi3832]] 01:46, 15 December 2009 (UTC)}}
+
{| width="100%"
 +
|style="vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;" | __TOC__
 +
|style="vertical-align:top" |
 +
This page is meant to describe ways to update the BIOS on a ThinkPad that only runs Linux for users that don't have ready access to Windows. If you have Windows on your ThinkPad you can just boot into it and follow instructions on the Lenovo website.
  
{| align="left"
+
Updating the BIOS in Linux (with few exceptions) '''is not officially supported''' by Lenovo.  However there are work arounds.
| __TOC__
+
 
 +
<BR>
 +
{{WARN|By following any of the instructions here you are accepting the '''very real risk''' of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems.
 +
 
 +
'''Proceed at your own risk!'''}}
 
|}
 
|}
  
This page is meant to describe ways to update the BIOS on a ThinkPad that only runs Linux for users that don't have ready access to Windows. If you have Windows on your ThinkPad you can just boot into it and follow instructions on the IBM website.
+
= [[Custom BIOS]] =
 +
 
 +
Some ThinkPad fans have created Custom BIOSes to remove whitelists, disable annoying errors, do Fn-Ctrl keyswaps, and add more functionality. Check the [[Custom BIOS]] wikipage for more information.
 +
 
 +
* '''X200, X60, T60, Macbook 2,1''' - [http://libreboot.org Libreboot] - Based on Coreboot, this BIOS (approved by the FSF) removes all proprietary blobs to create Free Libre Open Source Laptops, where everything from the motherboard to the computer can use Open Source Software. Richard Stallman famously uses a Libreboot X60.
 +
* Sovem's Whitelist Removed BIOSes - A famous user from BIOS-mods.com, that removes mPCI whitelists from BIOSes upon request.
 +
* '''T61, R61, X61/X61s/X61T, X300''' - [[Middleton's BIOS]] - Enables SATAII, removes whitelist, thermal fixes, Fn-Ctrl swap.
 +
* '''T43/T43p, R52, X41/X41T''' - [[Problem with non-ThinkPad hard disks#Use unofficial modified BIOS|TTav134's BIOS]] - Removes Error 2010 for aftermarket hard drives, and the BIOS whitelist.
 +
 
 +
== [[Middleton's BIOS]] ==
 +
 
 +
A user on NotebookReview named 'Middleton' made these alternative BIOSes to enable SATA2 on certain Thinkpad models (X61/T61/R61/X300). These ThinkPads are limited to SATA1 in their BIOS even though the hardware is SATA2. This is a huge drawback for anyone wanting to use SSDs, because it is so much slower.
  
Updating the BIOS in Linux (with few exceptions) '''is not officially supported''' by IBM/Lenovo. However there are work arounds.
+
Also, it is not possible to install some wireless cards, because only certain models are whitelisted by IBM/Lenovo. [[Middleton's BIOS]] removes this limitation as well.
  
<br style="clear:both" />{{WARN|By following any of the instructions here you are accepting the '''very real risk''' of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems.
+
'''See the wikipage [[Middleton's BIOS]] for installation instructions, downloads, and more description.'''
  
'''Proceed at your own risk!'''}}
+
Note: If your BIOS-Update tool says that no update is needed, then simply downgrade the Bios first: On Lenovo's drivers download page, the old Bios files are listed at the very bottom of the page.
  
 
= Downloading New Firmware =
 
= Downloading New Firmware =
 
{{WARN|Flashing the wrong firmware for your hardware may cause permanent damage to your ThinkPad.  It is up to you to confirm that the firmware you are using is correct.}}
 
{{WARN|Flashing the wrong firmware for your hardware may cause permanent damage to your ThinkPad.  It is up to you to confirm that the firmware you are using is correct.}}
  
A list of links to firmware downloads can be found at [[BIOS Upgrade Downloads]] for most Thinkpad models.  You can also check the Lenovo Support website's [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=TPAD-MATRIX|ThinkPad driver matrix].
+
A list of links to firmware downloads can be found at [[BIOS Upgrade Downloads]] for most Thinkpad models.  You can also check the Lenovo Support website's [http://support.lenovo.com/en_US/downloads/default.page?#|ThinkPad driver matrix].
  
Lenovo provides firmware upgrades in a variety of packages:
+
Lenovo/IBM provides firmware upgrades in a variety of packages:
 
* Diskette
 
* Diskette
 
* Non-diskette
 
* Non-diskette
Line 44: Line 62:
  
 
=== Update Order ===
 
=== Update Order ===
The IBM documentation is sometimes unclear about the order in which these two firmwares should be updated.  When in doubt, '''update the ECP first, and then the BIOS'''.  Also, make sure to do the two updates '''immediately one after the other'''.
+
The Lenovo/IBM documentation is sometimes unclear about the order in which these two firmwares should be updated.  When in doubt (i.e. IBM didn't provide specific instructions for your model or a particular firmware update), '''update the ECP first, and then the BIOS'''.  Also, make sure to do the two updates '''immediately one after the other'''.
 +
 
 +
The EC firmware is usually much better at backwards compatibility than the BIOS.
  
(Updaters for newer models do both the ECP and the BIOS at the same time, so you don't have to worry about it.)
+
{{NOTE|Updaters for newer models take care of both BIOS and EC, and use automatically whatever sequence is needed, so you don't have to worry about it.}}
  
 
== Installed Firmware ==
 
== Installed Firmware ==
You can check the current BIOS and ECP versions on your ThinkPad by using '''dmidecode'''. For example:
+
You can check the current BIOS and ECP versions on your ThinkPad as detailed here: [[BIOS Version]]
  
{{cmdroot|dmidecode -s bios-version}}
+
===DMI IDs===
 +
Please consider updating the [[List of DMI IDs]] before (and after) updating your BIOS.
  
  1RETDRWW (3.23 )
+
= Updating Firmware =
 +
   
 +
Firmware flasher program can run on DOS (Lenovo PC DOS) or Windows but, unfortunately, not Linux. So ''in theory'' there are two basic steps to update the firmware (either the BIOS or the ECP) on a ThinkPad not running Windows:
 +
# Get or create a bootable image with supported OS
 +
# Boot that image and, if not started automatically, ran flasher program
  
{{cmdroot|dmidecode -t 11}}
+
Recent Thinkpads have firmwares available as ''Bootable CD'' image, e.g., FILENAME.iso. If you have an optical drive there is no need to read this page any further: just download .iso image, burn it and boot to flash bios. If you are not that lucky, read on.
  
# dmidecode 2.9
+
First you need to realize that there are different ways to boot DOS on PC (theoretically it is possible to boot Windows to ran flasher, but why?...): from internal hard drive, CD drive, USB Flash drive or, as the last resort, floppy drive. Easiest way is from internal hard drive, but you'd better avoid touching it until you don't want to loose files there. [[Booting from a Floppy]] is not recommended, so there are two best options to boot: CD drive or USB Flash drive.
SMBIOS 2.33 present.
 
Handle 0x0029, DMI type 11, 5 bytes
 
OEM Strings
 
        String 1: IBM ThinkPad Embedded Controller -[1RHT71WW-3.04    ]-
 
  
Showing BIOS version 3.23 (1RETDRWW) and ECP version 3.04 (1RHT71WW).
+
Sparse instructions below provide you guidance how to do different parts of this pazzle but it's your duty to understand what to do and how to do that.
  
===DMI IDs===
+
== Using UEFI ==
Please consider updating the [[List of DMI IDs]] before (and after) updating your BIOS.
+
 
 +
Especially usable when CDROM is not available, tested on X140e, but should work in most recent firmwares as these supports UEFI, much simpler than older methods outlined in this and other pages.
 +
 
 +
You should have a USB mass storage device you can erase.
 +
 
 +
{{WARN|this will erase the USB mass storage device content.}}
 +
 
 +
1. Download BIOS update ISO image, we assume it is xxx.iso.
 +
 
 +
2. Extract bootable image using [https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/ geteltorito] tool:
 +
 
 +
{{cmduser|./geteltorito.pl -o xxx.img xxx.iso}}
 +
 
 +
3. Insert USB device, checkout its device, we assume /dev/sdX.
 +
 
 +
4. Dump content of image to USB device.
 +
 
 +
{{WARN|Double check the device name so you do not overwrite any other filesystem.}}
 +
 
 +
{{cmdroot|<nowiki>dd if=xxx.img of=/dev/sdX</nowiki>}}
 +
 
 +
5. Reboot, enter BIOS setup, enable UEFI only (or 1st priority) at startup options, save and reboot.
 +
 
 +
6. Interrupt boot, press F12 and select USB mass storage device as boot source.
 +
 
 +
7. The BIOS update utility should run and you should succeed in flashing BIOS.
  
= Updating Firmware =
+
== Create a bootable image ==
  
There are two basic steps to updating the firmware (either the BIOS or the ECP) on a ThinkPad not running Windows:
+
In case Lenovo does not provide your laptop with ''Bootable CD'' it is possible to create one from *discket packages.
# Extract a bootable update image
 
# Boot from that image
 
  
== Extracting an update image ==
+
=== Extracting an update image ===
The various .exe installers from Lenovo all appear to be just a wrapper license program around Windows .cab files (see [[How_to_change_the_BIOS_bootsplash_screen|BIOS-Bootsplash]]). If you install the Linux program [http://freshmeat.net/projects/cabextract/ '''cabextract'''] you can expand these .cab files directly.  For example, if you downloaded {{path|1iuj13us.exe}} from Lenovo:
+
{{WARN|Though this process has been successfully tested on many versions of .exe files found on IBMs website, that doesn't mean it will work for all of them.  '''Proceed at your own risk'''.  Consult the testing tables farther down of this page to see other users' experience with your model Thinkpad.}}
 +
{{NOTE|Lenovo has changed the packaging format. Old bios can be extracted with [http://freshmeat.net/projects/cabextract/ '''cabextract'''], new ones with [http://innoextract.constexpr.org/ '''innoextract'''].}}
 +
Older .exe installers from Lenovo mostly appear to be just a wrapper license program around Windows .cab files (see [[How_to_change_the_BIOS_bootsplash_screen|BIOS-Bootsplash]]). If you install the Linux program [http://freshmeat.net/projects/cabextract/ '''cabextract'''] you can expand these .cab files directly.  For example, if you downloaded {{path|1iuj13us.exe}} from Lenovo:
  
 
:{{cmduser|cabextract 1iuj13us.exe}}
 
:{{cmduser|cabextract 1iuj13us.exe}}
Line 95: Line 141:
 
The file we want is '''FILENAME.IMG''', with "FILENAME" being the .exe. you downloaded.  E.g., {{path|1IUJ13US.IMG}}.
 
The file we want is '''FILENAME.IMG''', with "FILENAME" being the .exe. you downloaded.  E.g., {{path|1IUJ13US.IMG}}.
  
(If this does not work for the Non-diskette .exe, try it on the Diskette .exe.  It's reported, for example, that the Non-diskette .exe for BIOS version 3.23 for the T41p was not extractable, but the Diskette .exe worked perfectly, with {{cmduser|cabextract}} delivering a .IMG file.)
+
If this does not work for the Non-diskette .exe, try it on the Diskette .exe.  It's reported, for example, that the Non-diskette .exe for BIOS version 3.23 for the T41p was not extractable, but the Diskette .exe worked perfectly, with {{cmduser|cabextract}} delivering a .IMG file.
 +
 
 +
==== If cabeextract/innoextract fails ====
 +
 
 +
Diskette .exe for some older models can't be extracted using cabextract. For example for the latest BIOS of 390E one gets
 +
spsdilc9.exe: no valid cabinets found
 +
There is a simple way to solve this, by stripping the header off from the Non-diskette version. To do this, first you need to find the index for the first occurance of '''MSCF''' in the downloaded executable. This can be done with the following
 +
strings -a -t d NO-DISKETT.EXE | awk 'offset=index($2,"MSCF"), (offset != 0) {print $1+offset-1}' | head --lines 1
 +
4196
 +
The command adds the byte offset of the matching line plus the index for the start of the '''MSCF''' on that line, thus the byte offset of '''MSCF''', this number is usually '''4196''' Now we need to cut these header bytes off, this is done by a standard dd cut, the following cuts away the first 4196 bytes.
 +
dd if=NO-DISKETTE.EXE of=out.cab iflag=skip_bytes skip=4196
 +
The newly created '''out.cab''' should now work with '''cabextract'''
 +
cabextract out.cab
 +
 
 +
A second alternative is to use Windows XP (works in VirtualBox too) together with [http://sourceforge.net/projects/vfd/ Virtual Floppy Drive]. Rund vfdwin.exe, go to the Driver tab and hit Install and Start. Then go to the Drive0 tab, click on Change and select A:. Finally, click on Open/Create, and click Create. This should give you a virtual floppy drive the .exe file will extract files to.
 +
 
 +
A third solution is to use QEMU with a DOS diskette image to run the disk extractor.
  
 
==== Testing the Image ====
 
==== Testing the Image ====
Line 101: Line 163:
 
You can test that FILENAME.IMG is really a floppy image by running:
 
You can test that FILENAME.IMG is really a floppy image by running:
  
{{cmdroot|mkdir mntfloppy}}
+
{{cmdroot|mkdir /tmp/mntfloppy}}
  
{{cmdroot|mount -o loop FILENAME.IMG mntfloppy}}
+
{{cmdroot|mount -o loop FILENAME.IMG /tmp/mntfloppy}}
  
 
If a '''ls''' command on the image returns what looks like a DOS floppy, and no read errors were displayed, you have a pretty good chance that the image is usable.  For example:
 
If a '''ls''' command on the image returns what looks like a DOS floppy, and no read errors were displayed, you have a pretty good chance that the image is usable.  For example:
  
{{cmdroot|ls mntfloppy}}
+
{{cmdroot|ls /tmp/mntfloppy}}
  $0186000.fl1 0f24.hsh 0f29.pat     ibmdos.com   readme.txt   utilinfo.exe
+
  $0195000.FL1 069580.PAT 06d2.HSH     IBMDOS.COM   TPCHKS.EXE
  0f21.hsh     0f24.pat command.com  lcreflsh.bat tpchks.exe
+
0691.HSH      06D0.PAT   06d6.HSH    LOGO.BAT      UPDTFLSH.EXE
  0f21.pat     0f27.hsh config.sys   phlash16.exe  updtflsh.exe
+
  0691.PAT     06D1.PAT    06d8.HSH    LOGO.SCR      UPDTMN.EXE
  0f23.hsh     0f27.pat  flash2.exe   prod.dat      updtmn.exe
+
  0694.HSH      06D2.PAT    CHKBMP.EXE  PHLASH16.EXE USERINT.EXE
  0f23.pat     0f29.hsh ibmbio.com  qkflash.exe   userint.exe
+
  0694.PAT     06D6.PAT    COMMAND.COM PREPARE.EXE   UTILINFO.EXE
 +
  0695.HSH     06D8.PAT    CONFIG.SYS   PROD.dat      lcreflsh.bat
 +
  0695.PAT     06d0.HSH    FLASH2.EXE  QKFLASH.EXE
 +
  069580.HSH    06d1.HSH    IBMBIO.COM   README.TXT
  
 
Unmount the image after you are done testing:
 
Unmount the image after you are done testing:
  
{{cmdroot|umount mntfloppy}}
+
{{cmdroot|umount /tmp/mntfloppy}}
  
 
== Booting from update image ==
 
== Booting from update image ==
Line 123: Line 188:
 
There are different ways to do that:
 
There are different ways to do that:
 
* [[#Booting from a CD|Boot from a CD]]
 
* [[#Booting from a CD|Boot from a CD]]
* [[#Boot using GRUB|Boot from the image, using GRUB]]
+
* [[#Booting_using_GRUB|Boot image using bootloader (e.g. GRUB)]]
* Boot from a floppy
+
* [[#Booting_from_a_USB_Flash_drive|Boot from a USB Flash drive]]
 +
* [[#Booting_from_a_floppy|Boot from a floppy]]
  
 
=== Booting from a CD ===
 
=== Booting from a CD ===
Line 132: Line 198:
 
If you are going to update the firmware by booting from a CD, you need to turn FILENAME.IMG that you extracted above into an .iso file.
 
If you are going to update the firmware by booting from a CD, you need to turn FILENAME.IMG that you extracted above into an .iso file.
  
The [http://en.wikipedia.org/wiki/El_Torito_%28CD-ROM_standard%29|El Torito Bootable CD Specification] is a wonderful thing.  Thanks to it, a bootable CD can be made with a bootable floppy image in such as way that the CD believes that it is a 2.88 MB floppy drive.  This allows you to replace a boot floppy by a boot CD in nearly all situations.
+
The [http://en.wikipedia.org/wiki/El_Torito_%28CD-ROM_standard%29 El Torito Bootable CD Specification] is a wonderful thing.  Thanks to it, a bootable CD can be made with a bootable floppy image in such as way that the CD believes that it is a 2.88 MB floppy drive.  This allows you to replace a boot floppy by a boot CD in nearly all situations.
  
 
It is very easy to create such a bootable CD ISO image in Linux using the '''mkisofs''' tool{{footnote|1}}.  Run a command as follows:
 
It is very easy to create such a bootable CD ISO image in Linux using the '''mkisofs''' tool{{footnote|1}}.  Run a command as follows:
  
{{cmdroot|mkisofs -b bootfloppy.img -o bootcd.iso FILENAME.IMG}}
+
{{cmdroot|genisoimage -b 1WUJ25US.IMG -c boot.catalog -o bootcd.iso 1WUJ25US.IMG}} #or older mkisofs
  
Where FILENAME.IMG is the name of the image file extracted above, for example {{path|1IUJ13US.IMG}}.  This creates a CD with one file on it and marks that file as the boot image.
+
Where *.IMG is the name of the image file extracted above.  This creates a CD with one file on it and marks that file as the boot image.
  
 
You can now burn the {{path|bootcd.iso}} to a CD in your favorite CD-burning program.
 
You can now burn the {{path|bootcd.iso}} to a CD in your favorite CD-burning program.
 
{{WARN|By following any of the instructions here you are accepting the '''very real risk''' of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems.  '''Proceed at your own risk!'''}}
 
{{WARN|By following any of the instructions here you are accepting the '''very real risk''' of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems.  '''Proceed at your own risk!'''}}
  
Boot from the CD to update your firmware.  Remember to have [[BIOS_Upgrade#Two_Firmwares:_BIOS_and_ECP|both BIOS and ECP firmware boot-CDs]] ready, as needed, and use them in the [[#Proper_Order|proper order]].
+
Boot from the CD to update your firmware.  Remember to have [[BIOS_Upgrade#Two_Firmwares:_BIOS_and_ECP|both BIOS and ECP firmware boot-CDs]] ready, as needed, and use them in the [[BIOS_Upgrade#Update_Order|proper order]].
 
 
==== Successful tests ====
 
 
 
{| border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
 
| '''Model''' || '''Tested by'''
 
|-
 
| style="vertical-align:top;" |  {{600E}} (2645-4AU) ||
 
*George Tellalov <gtellalov_dontspamme@bigfoot.com>. BIOS 1.16 from spsdin36.exe worked perfectly with the method bootable cd from floppy image. I highly recommend this upgrade because it made my ibm-acpi module load (it wouldn't load before) and fixed some suspend to ram problems. Here's the [http://george.tellalov.info/bios_upgrade_600e_spsdin36.iso cd image] I used. Use at your own risk. You can send me a chocolate if it works for you ;)
 
|-
 
| style="vertical-align:top;" |  {{600E}} (2645-5bU) ||
 
*Mike Vincent<matchstc-putobvioushere.com>. Bios 1.16 from spsdin36.exe and then to the boot cd worked great for me. Thought I had bricked it three separate times using a "real" floppy! Each from different diskettes .The updater would start, give me the "going to take30 seconds" speech...and then access the HD for 10 minutes. Each time it would reboot fine. Did the cd as described above...worked great first time. Perhaps 10 year old seldom used floppy disc drives have some challenges?
 
|-
 
| style="vertical-align:top;" |  {{600X}} (2645) ||
 
*Jonathan Byrne <jonathan@RemoveThisToMailMe.yamame.org>. BIOS 1.11 from spsuit55.exe worked perfectly using cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{600X}} (2645) ||
 
*Andy Barnes <andy@RemoveThisToMailMe.itchypaws.co.uk>. As per Jonathan above, extracted BIOS 1.11 from spsuit55.exe using cabextract, created a CD boot image and burnt to CD.  Worked flawlessly - thanks to everyone who contributed to this article!
 
|-
 
| style="vertical-align:top;" |  {{A20p}} (2629-6VU) ||
 
*Chris Pickett http://www.sable.mcgill.ca/~cpicke/. BIOS 1.11 flashed fine with cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{A21e}} (2628-JXU) ||
 
*Amit Gurdasani <gurdasani at yahoo dot com>. BIOS 1.13 flashed fine with cabextract/CD method. Alarmingly, after the BIOS update, the laptop beeped but did not shut down as was indicated onscreen -- that was frozen on the "do not shut down the laptop" screen. On power down and up again, the BIOS setup showed the newer BIOS image running, and Linux booted up fine. Linux ACPI didn't complain about the BIOS being too old either.
 
|-
 
| style="vertical-align:top;" |  {{A31p}} (2653) ||
 
*Matthias Meinke largeeddy@gmx.at, BIOS 1.09 1NET15WW flashed fine with cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{A31}} (2652) ||
 
*[[User:Wnoise|Aaron Denney]], BIOS 1.13 flashed fine with cabextract/CD method.  The cabextract/CD method also worked for BIOS 1.10.
 
|-
 
| style="vertical-align:top;" |  {{R30}}  ||
 
*Jarrod, 30 August 2007, Thinkpad R30 Type 2656-E0M. BIOS updated to 1.40 (1CETF0WW) using floppy disk/mkisofs/cdrecord. Worked fine, no problems.
 
|-
 
| style="vertical-align:top;" |  {{R31}} ||
 
*[http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/1998-January/009743.html Mathias Dalheimer]
 
*Sebastian Sauer (with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" | {{R40}} ||
 
*Matthew Lambie, http://lambie.org
 
|-
 
| style="vertical-align:top;" | {{R50}} (1836-3SU) ||
 
*jlbartos <jlbartos at hotmail dot com>
 
|-
 
| style="vertical-align:top;" | {{R50e}} (1834-PTG) ||
 
*item <item at freemail dot hu> : successfully finished with cabextract/CD method for "1wuj25us.exe" (BIOS version 1WET90WW (2.10), Release Date: 2006/12/22)
 
*Christos Nouskas <nouskas at gmail dot com>: upgraded to BIOS version 1WET90WW (2.10) and EC version 1VHT28WW (1.04) using GRUB (BIOS first / EC second)
 
|-
 
| style="vertical-align:top;" | {{R51}} (1829) ||
 
*Robert Uhl <rob dot uhl at gmx dot de>, Jellby <jellby at yahoo dot com>
 
|-
 
| style="vertical-align:top;" | {{R51}} (1830-RM7) ||
 
*Will Parker <stardotstar at sourcepoint dot com dot au> successfully flashed 3.20 using existing 3.04 ECP and retained custom boot splash.
 
|-
 
| style="vertical-align:top;" | {{R51}} (2887) ||
 
*Ingo van Lil <inguin at gmx dot de>
 
|-
 
| style="vertical-align:top;" | {{R52}} (1858) ||
 
*Stuart McCord <stuart dot mccord at gmail dot com>  flashed both BIOS and ECP using cabextract, BIOS flashed first as on IBM website
 
|-
 
| style="vertical-align:top;" |  {{T20}} ||
 
*Franz Hassels <fhassel at suse dot com>
 
|-
 
| style="vertical-align:top;" |  {{T22}} ||
 
*Daniel Maier <nusse teamidiot de>
 
*Mathias Behrle (with cabextract/CD method, Version 1.07 => 1.12) --[[User:Mathiasb|Mathiasb]] 11:58, 14 December 2006 (CET)
 
*Bob Skaroff (cabextract/CD), 1.06 => 1.12
 
*Leo Butler (cabextract/CD), 1.11 => 1.12
 
|-
 
| style="vertical-align:top;" |  {{T23}} ||
 
*Bart Snapp <snapp at uiuc dot edu> Note: I followed IBM's instructions to flash the BIOS *first* and the Embedded Controller *second*.
 
*Moy Easwaran: BIOS 1.18 / EC 1.06a via cabextract and CD-boot.  The BIOS-update exe generated errors in Windows 2000.
 
*Joe Renes: BIOS 1.18 / EC 1.06a on 2006-03-20 via cabextract and CD-boot. Piece of cake.
 
*Raphael Errani: BIOS 1.20 / EC 1.06a on 2006-11-06 via cabextract and CD-boot (using mkisofs). Worked without errors. 1st Bios, 2nd EC
 
*Myron Getman: BIOS 1.20 / EC 1.06a on 9/10/08 via cabextract --> k3b --> CD-boot.  Worked like a charm.  First BIOS update with Linux!
 
*Leo Butler: BIOS 1.13 / EC 1.04 to 1.20/1.06a via cabextract and syslinux/memdisk boot through grub. Worked like a charm and no wasted CD.
 
|-
 
| style="vertical-align:top;" |  {{T30}} ||
 
*Martin Gühring <guehring at gmail.com> BIOS 2.10 via cabextract the Non-Diskette BIOS -> mkisofs '''in the directory the exe was extracted''' to generate the iso -> burn the iso -> boot the CD
 
|-
 
| style="vertical-align:top;" | {{T40}} ||
 
*Sean Dague, http://dague.net
 
*Justin Mason, http://jmason.org
 
*Ivanhoe (Bios 3.19)
 
*Alessandro Raulino (roger_2) EC 3.04 & BIOS 3.23 flashed with cabextract/CD method
 
*Nick Jenkins, using BIOS 3.23 with the [[#The_Non_Diskette_Updater|Non-diskette updater + cabextract method]], then [[#Creating_a_Bootable_CD_from_a_Floppy_Image|created a bootable CD from the cabextracted .IMG file]], then boot that ISO, and it worked great!
 
|-
 
| style="vertical-align:top;" |  {{T40p}} ||
 
*Lukas Krähenbühl, ismo at pop dot agri dot ch
 
*Thomas Achtemichuk, tom at tomchuk dot com. BIOS 3.15 flashed fine with cabextract/CD method
 
|-
 
| style="vertical-align:top;" | {{T41}} ||
 
*Lev Givon (Bios 3.15 / EC 3.04) <lev at columbia dot edu>
 
*Ernesto Hernández-Novich (Bios 3.19 / CP 3.04) < emhn at usb dot ve >
 
*[http://maebmij.org James Ballantine] (Bios 3.21 / CP 3.04) using nondisk/cabextract/CDRW
 
|-
 
| style="vertical-align:top;" |  {{T41p}} ||
 
*Nils Newman, work great. (Version: Bios 3.14 / Embedded Controller 3.04)
 
|-
 
| style="vertical-align:top;" |  {{T42}} ||
 
*Dan (BIOS 3.20 / EC 3.04, cabextract/CD method) <tronic171 at evilphb.org>
 
*Hirosh Dabui <hirosh@dabui.de>
 
*magarzo <mdr.magarzo at gmail.com> (BIOS v.3.23 / Embedded Controller v.3.04 / both with cabextract to non-diskette v. plus Bootable CD {T42 Type: 2373-JXG}
 
|-
 
| style="vertical-align:top;" |  {{T42p}} ||
 
*Robert Schiele <rschiele@uni-mannheim.de>, Joern Heissler <joern@heissler.de>, Hirosh Dabui <hirosh@dabui.de>
 
|-
 
| style="vertical-align:top;" |  {{T43}}  ||
 
*Conrad Rentsch <Conrad dot Rentsch at t-online dot de> (Version: Bios 1.29 / Embedded Controller 1.06)
 
*Tom Heady <tom-thinkwiki.org@punch.net>
 
*Florian Boucault <florian at boucault dot ath dot cx> (Model : 1871-W34 & Version: Bios 1.23 / Embedded Controller 1.03)
 
*Till Heikamp <t dot heikamp at geniusbytes dot com> (Model 2886, Bios 1.22 to 1.29, Embedded Controller 1.03 to 1.06)
 
|-
 
| style="vertical-align:top;" |  {{T60}}  ||
 
*Roman Komkov <roman  at komkov dot org dot ru> (Model 1951, Bios 1.07 to 2.13) Successfully upgraded from CD Image
 
|-
 
| style="vertical-align:top;" |  {{T61}}  ||
 
*Kai Weber <kai.weber  at glorybox dot org> (Bios 1.06 to 1.26) Successfully upgraded from CD Image
 
|-
 
| style="vertical-align:top;" |  {{X20}}  ||
 
*Neil Caunt <retardis at gmail dot com>
 
|-
 
| style="vertical-align:top;" |  {{X21}}  ||
 
*Patrick Leickner <ranma at web dot de>, (BIOS 2.21->2.25 / EC 1.31->1.36) via non-disk/cabextract/mkisofs/cdrecord
 
|-
 
| style="vertical-align:top;" |  {{X22}}  ||
 
*David Emery <dave at skiddlydee dot com>,  (EC 1.30, BIOS 1.32 using non-disk/cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X23}}  ||
 
*Nils Faerber <nils dot faerber at kernelconcepts dot de> (Embedded Controller 1.30, BIOS 1.32 with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X30}}  ||
 
*Hella Breitkopf, [http://www.unixwitch.de/ www]  (Embedded Controller 1.04, BIOS 1.07 with cabextract/CD method)
 
*William Roe <willroe at gmail dot com> (Embedded Controller 1.06, BIOS 1.09 - cabextract/mkisofs/wodim)
 
|-
 
| style="vertical-align:top;" |  {{X31}}  ||
 
*Grzegorz KuÅ›nierz <koniu at sheket dot org>  (Embedded Controller 1.08, BIOS 3.01 with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X40}}  ||
 
*Robbie Stone <robbie@serendipity.cx>
 
*Andy Shevchenko <andy.shevchenko@gmail.com>  (Fine by cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{Z60m}}  ||
 
*[[User:Morle|Morle]] 01:09, 17 Nov 2007 (CEST),  (Embedded Controller 1.18 and Bios 1.24 with cabextract/CD method)
 
|}
 
  
==== Unsuccessful tests ====
+
{| align="center"
{| style="font-size: 80%"
+
| {{HELP|Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: [[BIOS_Upgrade_success_failure#Booting_from_CD]]}}
| '''Model''' || '''Tested by'''
 
 
|}
 
|}
  
=== Boot using GRUB ===
+
=== Booting using GRUB ===
 
{|
 
{|
 
| style="width:75%" | {{WARN|Many have warned '''not''' to use the SYSLINUX image-loader '''memdisk''' to boot firmware update images.}}
 
| style="width:75%" | {{WARN|Many have warned '''not''' to use the SYSLINUX image-loader '''memdisk''' to boot firmware update images.}}
Line 303: Line 224:
 
Locate the '''memdisk''' file from the syslinux package. You can search for it with '''find''':  
 
Locate the '''memdisk''' file from the syslinux package. You can search for it with '''find''':  
  
{{cmdroot|find /usr -name memdisk}}
+
{{cmdroot|find /usr -name memdisk}} #or just use "dlocate memdisk" or "locate memdisk" if these programs are installed
  
 
If {{path|/usr/.../memdisk}} is not present, syslinux is not installed.  You will need to install it to boot a .IMG from GRUB.
 
If {{path|/usr/.../memdisk}} is not present, syslinux is not installed.  You will need to install it to boot a .IMG from GRUB.
Line 336: Line 257:
 
Reboot your computer, entering the GRUB menu and selecting ''IBM BIOS Update'', or whatever you named the new section in {{path|/boot/grub/menu.lst}}.
 
Reboot your computer, entering the GRUB menu and selecting ''IBM BIOS Update'', or whatever you named the new section in {{path|/boot/grub/menu.lst}}.
  
==== Successful tests ====
+
==== Booting image with GRUB2 ====
{|border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
+
===== GRUB2: booting floppy Image =====
|-
+
With grub2, one would ''append'' the following to ''/boot/grub/grub.cfg'' :
! Model
+
menuentry "My BIOS Upgrade" {
! BIOS
+
set root=(hd0,0) #should match the others in your grub.cfg
! ECP
+
linux16 /boot/memdisk
! Tested by
+
initrd16 /boot/1WUJ25US.IMG #or whatever yours is
! Notes
+
  }
|-
 
| {{R30}} 2656-64G || v.1.40            ||                  || [[User:english.voodoo|Yuri Spirin]] ||
 
|-
 
| {{R40}} 2723    || 1OHJ11WW.IMG      || 1PUJ25US.IMG      || [[User:qunying|Qunying]] || memdisk from syslinux 3.70 (slackware 12.1)
 
|-
 
| {{R51}} 2888    ||                  ||                  ||                          ||
 
|-
 
| {{T40}} 2373    || 1RUJ37US.IMG      || 1RHJ10U2.IMG      || [[User:Euphoria|Euphoria]] || memdisk from syslinux 1:3.31-4 (Debian package version)
 
|-
 
| {{T40}} 2373    || 1RHJ10U2.IMG<br />(3.04, 2004-11-15) || 1RUJ37US.IMG<br />(3.23, 2007-07-03) || [[User:Morphics|Morphics]] || cabextract and memdisk from syslinux 3:1.36-4ubuntu5
 
|-
 
| {{T41p}} 2373    || 1RUJ37US.IMG<br />(3.23, 2007-07-03) ||  || [[User:Deggel|Deggel]] || cabextract and memdisk from syslinux 3.71 on gentoo
 
|-
 
| {{T41p}} 2373    ||  ||  || [[User:MrStaticVoid|James Lee]]  ||
 
|-
 
| {{X31}} 2673-CBU ||  || || [[User:JanTopinski|Jan Topinski]] ||
 
|-
 
| {{X31}} 2672-CXU ||  ||  || [[User:TheAnarcat|TheAnarcat]]    ||
 
|-
 
| {{X31}} 2673-58G ||  ||  || [[User:FaUl|FaUl]]                ||
 
|-
 
| {{X31}} 2672-PG9 ||  ||  || [[User:Starox|Starox]]            || a big moment between starting update and the updating window
 
|-
 
| {{X40}} 2371    || 2.07 1uuj21us.exe || 1.62 1uhj10us.exe || [[User:Antialize|Jakob Truelsen]] || Worked on two X40-2371
 
|-
 
| {{X40}} 2386    || 2.08 1uuj22us.exe || 1.62 1uhj10us.exe || [[User:Antialize|Galen Seitz]] || memdisk from syslinux 3.61
 
|}
 
  
==== Unsuccessful tests ====
+
{| align="center"
{|border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
+
| {{HELP|Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: [[BIOS_Upgrade_success_failure#GRUB2:_Booting_floppy_Image]]}}
|-
 
! Model
 
!  style="width:10em;" | BIOS
 
! ECP
 
! Tested by
 
! Notes
 
|-
 
| {{T43}} 2668-F7G || 1.29 1YUJ18US.IMG ||  || [[User:Maus3273|Maus3273]] || I got into the bios program, but the machine never restarts after initiating the upgrade.
 
|-
 
| {{X41}} 2525-FAG || 2.09 74UJ15US    ||  || [[User:Ukleinek|Uwe Kleine-König]] || booted fine (Debian syslinux 2:3.71+dfsg-5), but didn't succeed to write, just hang at "Don't restart or remove diskette etc. pp" (not bricked).  Worked fine via CD method.
 
|-
 
| {{X41}} 2525-F8G || 2.06 74UJ12US.IMG<br />2.07 74UJ13US.IMG<br />2.09 74UJ15US.IMG ||  || [[User:ladoga|Lauri Koponen]] || hangs while initializing the actual BIOS flashing process<br /> ECP: 1.02 74HJ03US.IMG works
 
|-
 
 
|}
 
|}
  
==BIOS Upgrade Paths==
+
===== GRUB2: booting CD Image =====
 +
You must first download the bootable iso file from the Lenovo Website.
  
For every firmware (either BIOS or Embedded Controller program) update on the IBM web site there used to be two different firmware update programs provided. The Diskette Updater and the Non Diskette Updater. For newer Lenovo Models the Diskette Updater is replaced with a bootable CD-Image and the Non Diskette Updater is renamed BIOS Update Utility, both of which update the BIOS and the Embedded Controller program at the same time. A list of links to firmware downloads can be found at [[BIOS Upgrade Downloads]] for nearly all Thinkpad Models.
+
===== On Debian and Ubuntu =====
 +
Then, on Debian and Ubuntu, you can install the grub-imageboot package, then you just have to copy the iso file in /boot/images and run update-grub:
 +
<pre>
 +
sudo apt-get install grub-imageboot
 +
sudo mkdir -p /boot/images
 +
sudo cp /home/youruser/Downloads/6uuj12uc.iso /boot/images
 +
sudo update-grub
 +
</pre>
  
===The Diskette Updater===
+
===== Manual method =====
 +
Otherwise, copy the file 'memdisk' from the syslinux package to /boot. Also create a symlink, so you do not have to change the grub configuration for each bios upgrade:
 +
<pre>
 +
sudo su -
 +
cd /boot
 +
cp /home/youruser/Downloads/6uuj12uc.iso .
 +
cp /usr/share/syslinux/memdisk .
 +
ln -s 6uuj12uc.iso biosupgrade.iso
 +
</pre>
 +
Now create the boot entry:
 +
<pre>
 +
cat >> /etc/grub.d/40_custom <<EOF
 +
menuentry "Lenovo BIOS Upgrade" {
 +
    set root=(hd0,1)  # <-- check for correct numbering
 +
    linux16 /boot/memdisk iso
 +
    initrd16 /boot/biosupgrade.iso
 +
}
 +
EOF
 +
update-grub
 +
</pre>
 +
Reboot an Select "Lenovo BIOS Upgrade".
  
{{WARN|Using the floppy disk method '''is NOT recommended'''.  If the floppy fails while flashing, your ThinkPad may be permanently damaged.}}
+
For the next Bios Upgrade you'll just need to copy the new iso file to /boot and adjust the symlink.
  
 +
{| align="center"
 +
| {{HELP|Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: [[BIOS_Upgrade_success_failure#GRUB2:_Booting_CD_Image]]}}
 +
|}
  
The Diskette updater appears to be a 16 bit DOS program which asks you to accept a license agreement.  It will run in Windows, DOS, OS/2, or [http://dosemu.sf.net Dosemu] perfectly, but requires a real floppy disk attached via a real floppy controller.  A USB Floppy Drive typically will not work.
+
=== Booting from a USB Flash drive ===
  
'''Tips:'''
+
==== Updating the BIOS in MS-DOS mode ====
* Use a clean (in the physical sense) floppy and floppy drive
+
(This process works for most Thinkpad models that has Windows XP, Windows Vista or Windows 7 OS)
* Test floppies for errors before starting update process
 
* Have multiple copies of the update disks ready--if one should fail, replace it with a copy
 
* Should DOS complain of a read error, '''only''' respond wth "Retry".
 
  
 +
1. Using HP USB Boot Utility, [http://blogs.oreilly.com/digitalmedia/2004/10/utility-to-make-usb-flash-driv.html create a bootable USB flash drive [http://www.bay-wolf.com/utility/usbkey/win98boot.zip DOS using Windows 98 Boot Disk Floppy Image].
  
{{WARN|Should the system encounter a disk read error during the flash process, and you select "Abort", your system could be permanently damaged.}}
+
2. Extract the (*.ima) from the ISO BIOS image (e.g. [http://www.rarsoft.com WinRAR] will do this).
  
<!-- Interesting info, but it clutters up an already cluttered page
+
3. Using a tool that can open .IMA files (such as [http://www.winimage.com/ WinImage]), extract all files to a temporary folder.
  
Important floppy-drive knowledge for those who are not used to them:
+
4. Run the HP tool, select the USB device, I used FAT32, create a DOS bootable disk and point at the win98boot folder - then "Start". Warning: this '''formats''' the USB flash drive and all data will be erased!
* One floppy is never enough. Good quality ones are very dependable for short-time data storage when new, but chances are you'll be using either old or extra-shitty diskettes (good ones have not been manufactured for a long while now), so you cannot trust them at all
 
* When a floppy fails to read because you failed at the "use clean floppies" part, it may get dirt stuck to the drive head and will not work well until cleaned
 
* You can clean a floppy disk, but it requires much care as you must do it without using any fluids, and you only want to remove the dirt on top of the metal-oxide layer, without damaging said layer (i.e. you can't rub it, and you can't cause any scratches)
 
* Dirty driver heads sometime damage floppies.  Wet driver heads always damage floppies.  Clean the drive heads first, and make sure to wait until they dry before inserting a floppy in the drive
 
* You may need to clean the floppy drive head before it will work again if it gets dirty.  You'll need the usual "floppy disk cleaner diskette with isopropil alcohol" kit to fix it (if you know the other way to clean the heads, you don't need to be reading this!), always telling DOS to "retry" (hit anything else, and your ThinkPad is likely toast)
 
* If you forget to let the head dry after a cleaning, it will destroy the next floppy it touches and get very dirty.
 
  
-->
+
5. Once complete (you could test if it boots at this point), copy the extracted BIOS files from the temporary folder you created to the USB flash drive.
  
===The Bootable CD Image===
+
6. Boot from USB flash drive by pressing F11 within the BIOS boot logo. At the DOS command prompt, type "updflsh" and then follow the prompts by pressing "Y" or Enter. Make sure that you have a fully charged battery pack and the AC Adapter is firmly plugged before proceeding with the BIOS update.
 +
'''DO NOT Power off the laptop or unplug the USB flash drive while the update is in progress or else update will fail and your computer will be unable to boot and system board may need to be serviced.'''
  
Newer models from Lenovo can be updated using the Bootable CD Image.  This should be the easiest way for non-Windows users and also maybe a more secure way for Windows users, as well. As the image is provided as a plain ISO-file without any Windows enclosure, you can simply burn it to a CD-R/RW with any modern operating system, as long as you have a CD/DVD-RW Drive and are then able to boot from it.
+
This process takes around 1-2 minutes. A long beep followed by a short beep will notify you that the update is complete and the system will automatically power off.
  
===Extracting a Bootable CD-ROM Image from the Non Diskette Updater===
+
7. Power on the laptop then enter the BIOS setup by pressing F1 and Load BIOS defaults.
{{WARN|Though this process was successfully tested on one version of .exe files found on IBMs website this doesn't mean it will work for all of them.  Proceed at your own risk.  Consult the list at the bottom of this page to see other users' experience with your model Thinkpad.}}
 
  
This installer appears to be a 32bit windows .exe which is designed for updating the BIOS directly from a running Windows OS.  It turns out that this .exe is really a wrapper license program around Windows .cab files (see [[How_to_change_the_BIOS_bootsplash_screen|BIOS-Bootsplash]]).  If you install the Linux program [http://freshmeat.net/projects/cabextract/ '''cabextract'''] you can expand these .cab files directly.  Run the following:
+
==== Using grub4dos (also for Linux) ====
  
:{{cmduser|cabextract FILENAME.exe}}
+
[http://grub4dos.sourceforge.net/wiki/ grub4dos] is a GNU GRUB fork with interesting features. One of them is the ability to boot ISO images directly off USB flash drives. Contrary to the name, GRUB for DOS works fine on Linux. Follow these steps:
 
+
* Download the latest grub4dos package at http://download.gna.org/grub4dos/ (I needed 0.4.4 for my USB2 drive - 0.4.3 did not work.)
This will extract 8 files in the current directory. One of them will be FILENAME.img.  In this discussion, "FILENAME" represents the name of the Non Diskette file that you downloaded, such as "1NHJ04US".
+
* Unpack
 
+
* Insert your FAT-32 formatted pendrive
The non Diskette download was not extractable for at least the version 3.23 (T41p), but the diskette version worked perfectly - cabextract delivered a .img file to continue here...
+
* Run <code>sudo ./bootlace.com /dev/sdX</code>, where /dev/sdX is the device name assigned to your pendrive (use <code>sudo fdisk -l</code> to figure this out). Be very careful to get the device correct or else you could overwrite your hard drive! This creates grub4dos boot sector in MBR of the flash drive.
 
+
* Copy the files <code>grldr</code> and <code>menu.lst</code> to the root directory of your pendrive.
You can test that this is really a floppy image by running:
+
* Convert the ThinkPad .IMG file to a .ISO file using <code>genisoimage -b 1yuj18us.img -c boot.catalog -o 1yuj18us.iso 1yuj18us.img</code>
 
+
* Copy the ISO image to the root directory of your pendrive (e.g. <code>1yuj18us.iso</code>).
:{{cmdroot|mkdir mntfloppy}}
+
* Edit <code>menu.lst</code> on the pendrive and include the following section (of course putting the appropriate ISO image name):
:{{cmdroot|mount -o loop FILENAME.img mntfloppy}}
+
<pre>
:{{cmdroot|ls -la mntfloppy}}
+
title thinkpad-bios
 
+
map (hd0,0)/1yuj18us.iso (hd32)
If the results of {{cmdroot|ls -la mntfloppy}} look like a dos floppy, and no read errors were displayed, you have a pretty good chance that the floppy image is usable.
+
map --hook
 
+
chainloader (hd32)
Unmount the image after you are done:
+
boot
 
 
:{{cmdroot|umount mntfloppy}}
 
 
 
Now, you can proceed to [[BIOS_Upgrade#Creating_a_Bootable_CD_from_a_Floppy_Image|Creating a Bootable CD from a Floppy Image]], below.
 
 
 
===Booting the image with syslinux===
 
 
 
Once the image is extracted from the Non Diskette Updater, it can be booted directly through GRUB without the need of burning a CD. This method has been tested on T42 with a broken DVD-ROM, but it should be applicable to any ThinkPad.
 
 
 
'''1.''' Download the '''Non Diskette Updater'''.
 
 
 
'''2.''' Extract the images using '''cabextract''' (see previous sections for details). Let's say that the image file is called {{path|1RUJ37US.IMG}} (replace with the actual filename).
 
 
 
'''3.''' Make sure that <tt>syslinux</tt> package is installed in your system. Locate the <tt>memdisk</tt> file from the syslinux package. In case of openSUSE 11.1, it is placed in {{path|/usr/share/syslinux/memdisk}}. On Ubuntu 9.04, it can be found at {{path|/usr/lib/syslinux/memdisk}}.
 
 
 
{{HINT|If you use rpm, try calling <tt>$ rpm -q syslinux --list</tt>}}
 
 
 
'''4.''' Copy both the '''image and memdisk''' files into {{path|/boot}} directory. You must be root to do this.
 
 
 
{{cmdroot|cp ./1RUJ37US.IMG /usr/share/syslinux/memdisk /boot/}}
 
 
 
'''5.''' Open {{path|/boot/grub/menu.lst}} in your favourite editor.
 
 
 
'''6.''' Copy the active section and edit <tt>title</tt>, <tt>kernel</tt>, <tt>initrd</tt> according to this example:
 
 
 
<pre>title IBM BIOS update
 
    root (hd0,0)
 
    kernel /boot/memdisk
 
    initrd /boot/1RUJ37US.IMG
 
 
</pre>
 
</pre>
 +
* Reboot and press F12 to select booting from USB.
 +
* If all went well, you should be able to boot the Thinkpad's ISO image and flash the BIOS. I tested it successfully on T400.
  
{{NOTE|The <tt>root</tt> section must remain unchanged. This tells GRUB, on which partition the image is located.}}
+
==== Manually creating a USB Flash drive in Linux ====
{{WARN|Do not modify the original section in <tt>/boot/grub/menu.lst</tt>. You might not be able to boot back to the operating system}}
 
  
==Updating via CD/DVD Drive==
+
Use "geteltorito" to extract the update image from ISO image, downloaded from Lenovo's drivers page. Write the extracted image to a USB Flash drive using dd. "geteltorito" is available in Ubuntu (at least in Trusty, 14.04) from package "genisoimage".
 +
* Install the genisoimage package: <code>sudo apt-get install genisoimage</code>
 +
* Extract the boot image from the ISO: <code>geteltorito g6uj14us.iso > biosupdate.img</code>
 +
* Install the boot image to USB Flash drive, make sure to install to the correct device! (device for me was /dev/sdb): <code>sudo dd if=biosupdate.img of=/dev/<yourusbflashdevice> bs=512K</code>
 +
* Reboot and press F12 to select booting from USB.
 +
* If all went well, you should be able to boot the Thinkpad's ISO image and flash the BIOS. Tested successfully on: X1 Carbon, X230.
  
The whole thing gets more complicated if you neither have Windows nor a floppy drive installed. This is what this page is intended to describe.
+
=== Booting from a Floppy ===
 +
{{WARN|Using a floppy disk '''is NOT recommended'''.}}
  
===Creating a Floppy Image===
+
This is how IBM/Lenovo intended it.  Use their .exe files to create a bootable floppy with the flash update on it.  Boot from the floppy and there you go.
If you have created a boot floppy on another machine, you need to create an image file of that floppy. This can be easily done in linux by running a command line:
 
  
:{{cmdroot|1=dd bs=2x80x18b if=/dev/fd0 of=/tmp/floppy.img}}
+
So, why is it not recommended?
 +
# If something goes wrong, your ThinkPad may be permanently damaged
 +
# Floppy disk drives are not reliable
 +
# Floppy disks are not reliable
 +
# It only works with /dev/fd0, meaning it won't work with a USB floppy
  
You can also create a floppy image by using Ken Kato's [http://chitchat.at.infoseek.co.jp/vmware/vfd.html VMware's back]. It is a free Windoze tool that creates a virtual floppy drive and allows you to produce an image file ready to be ISO'ed. Note: you might have to 'manually' (through application's interface) assign the virtual drive a volume letter in order to be seen by IBM's application (as, by default, it seems not to do it).
+
So, even though Lenovo is now offering "Linux diskette" updaters, that will create a bootable floppy under Linux, using a floppy is still not recommended.  Besides, many people don't even ''have'' a floppy drive on their ThinkPad.
  
You should verify this {{path|floppy.img}} as explained above.
+
If you really want to do it with a floppy, some tips:
 +
* Use a clean (in the physical sense) floppy drive
 +
* Use new floppies
 +
* Test floppies for errors before starting update process
 +
* Have multiple copies of the update disks ready--if one should fail, replace it with a copy
 +
* Should DOS complain of a read error, '''only''' respond wth "Retry"
  
===Creating a Bootable CD from a Floppy Image===
+
{{NOTE|Should the system encounter a disk read error during the flash process, and you select "Abort", your system could be permanently damaged.}}
Once you have your floppy image, either from imaging a real floppy, or from extracting them via the cabextract method above, you need to make a boot CD out of it.
 
  
The eltorito bootable CD standard is a wonderful thing.  What this means is that a bootable CD can be made with a bootable floppy in such as way that the CD believes that it is a 2.88 MB floppy drive.  This allows you to replace a boot floppy by a boot CD in nearly all situations.
+
==== Using UNetbootin ====
  
It is very easy to create such a bootable CD ISO image in Linux using the mkisofs tool. To do this run a command as follows:
+
Unetbootin 422 worked with the image files unpacked with cabextract on my x31.
  
:{{cmdroot|mkisofs -b bootfloppy.img -o bootcd.iso bootfloppy.img}}
+
{{HELP|How exactly did you do this? It failed for me. Does it work only with .IMG files that are converted to .ISO files, or can .ISO files provided by Lenovo also work (how?)}}
  
where bootfloppy.img is the name of the .img floppy image file, for example 1NUJ10US.IMG.
+
=== Booting from a Network Boot Image ===
 +
BIOS, ECP, CD/DVD and Harddisk firmware disks can be booted over the network with [http://syslinux.zytor.com/pxe.php PXELINX] as part of the [http://syslinux.zytor.com/ SYSLINUX] package.  This requires that you have a DHCP and tftp server configured and setup properly on your network, and is probably not for the faint of heart.
  
Note: This creates a CD with one file on it and marks that file as the boot image. For more info on this read {{cmduser|man mkisofs}}.
+
Make sure the firmware bootdisk is in linux 'dd' format, as the self-extracting .exe disks from the IBM website cannot be booted directly as such.
  
You can now burn the {{path|bootcd.iso}} in your favorite CD burning program.
+
This worked on the {{R31}}, {{X22}}, {{T21}}, {{T30}} and {{T41p}} with various firmware updates. On the {{X22}}, it worked with ECP 1.30 but '''not''' with BIOS 1.32
  
To get an overview which models have been tested with this version, here is a list:
+
=After updating=
 +
Lenovo recommends reseting your BIOS settings to their factory defaults after a firmware update.
  
===Does work:===
+
Also, please consider updating the [[List of DMI IDs]] after updating your BIOS.
{| border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
 
| '''Model''' || '''Tested by'''
 
|-
 
| style="vertical-align:top;" |  {{600E}} (2645-4AU) ||
 
*George Tellalov <gtellalov_dontspamme@bigfoot.com>. BIOS 1.16 from spsdin36.exe worked perfectly with the method bootable cd from floppy image. I highly recommend this upgrade because it made my ibm-acpi module load (it wouldn't load before) and fixed some suspend to ram problems. Here's the [http://george.tellalov.info/bios_upgrade_600e_spsdin36.iso cd image] I used. Use at your own risk. You can send me a chocolate if it works for you ;)
 
|-
 
| style="vertical-align:top;" |  {{600E}} (2645-5bU) ||
 
*Mike Vincent<matchstc-putobvioushere.com>. Bios 1.16 from spsdin36.exe and then to the boot cd worked great for me. Thought I had bricked it three separate times using a "real" floppy! Each from different diskettes .The updater would start, give me the "going to take30 seconds" speech...and then access the HD for 10 minutes. Each time it would reboot fine. Did the cd as described above...worked great first time. Perhaps 10 year old seldom used floppy disc drives have some challenges?
 
|-
 
| style="vertical-align:top;" |  {{600X}} (2645) ||
 
*Jonathan Byrne <jonathan@RemoveThisToMailMe.yamame.org>. BIOS 1.11 from spsuit55.exe worked perfectly using cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{600X}} (2645) ||
 
*Andy Barnes <andy@RemoveThisToMailMe.itchypaws.co.uk>. As per Jonathan above, extracted BIOS 1.11 from spsuit55.exe using cabextract, created a CD boot image and burnt to CD.  Worked flawlessly - thanks to everyone who contributed to this article!
 
|-
 
| style="vertical-align:top;" |  {{A20p}} (2629-6VU) ||
 
*Chris Pickett http://www.sable.mcgill.ca/~cpicke/. BIOS 1.11 flashed fine with cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{A21e}} (2628-JXU) ||
 
*Amit Gurdasani <gurdasani at yahoo dot com>. BIOS 1.13 flashed fine with cabextract/CD method. Alarmingly, after the BIOS update, the laptop beeped but did not shut down as was indicated onscreen -- that was frozen on the "do not shut down the laptop" screen. On power down and up again, the BIOS setup showed the newer BIOS image running, and Linux booted up fine. Linux ACPI didn't complain about the BIOS being too old either.
 
|-
 
| style="vertical-align:top;" |  {{A31p}} (2653) ||
 
*Matthias Meinke largeeddy@gmx.at, BIOS 1.09 1NET15WW flashed fine with cabextract/CD method.
 
|-
 
| style="vertical-align:top;" |  {{A31}} (2652) ||
 
*[[User:Wnoise|Aaron Denney]], BIOS 1.13 flashed fine with cabextract/CD method.  The cabextract/CD method also worked for BIOS 1.10.
 
|-
 
| style="vertical-align:top;" |  {{R30}}  ||
 
*Jarrod, 30 August 2007, Thinkpad R30 Type 2656-E0M. BIOS updated to 1.40 (1CETF0WW) using floppy disk/mkisofs/cdrecord. Worked fine, no problems.
 
|-
 
| style="vertical-align:top;" |  {{R31}} ||
 
*[http://mailman.linux-thinkpad.org/pipermail/linux-thinkpad/1998-January/009743.html Mathias Dalheimer]
 
*Sebastian Sauer (with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" | {{R40}} ||
 
*Matthew Lambie, http://lambie.org
 
|-
 
| style="vertical-align:top;" | {{R50}} (1836-3SU) ||
 
*jlbartos <jlbartos at hotmail dot com>
 
|-
 
| style="vertical-align:top;" | {{R50e}} (1834-PTG) ||
 
*item <item at freemail dot hu> : successfully finished with cabextract/CD method for "1wuj25us.exe" (BIOS version 1WET90WW (2.10), Release Date: 2006/12/22)
 
*Christos Nouskas <nouskas at gmail dot com>: upgraded to BIOS version 1WET90WW (2.10) and EC version 1VHT28WW (1.04) using GRUB (BIOS first / EC second)
 
|-
 
| style="vertical-align:top;" | {{R51}} (1829) ||
 
*Robert Uhl <rob dot uhl at gmx dot de>, Jellby <jellby at yahoo dot com>
 
|-
 
| style="vertical-align:top;" | {{R51}} (1830-RM7) ||
 
*Will Parker <stardotstar at sourcepoint dot com dot au> successfully flashed 3.20 using existing 3.04 ECP and retained custom boot splash.
 
|-
 
| style="vertical-align:top;" | {{R51}} (2887) ||
 
*Ingo van Lil <inguin at gmx dot de>
 
|-
 
| style="vertical-align:top;" | {{R52}} (1858) ||
 
*Stuart McCord <stuart dot mccord at gmail dot com>  flashed both BIOS and ECP using cabextract, BIOS flashed first as on IBM website
 
|-
 
| style="vertical-align:top;" |  {{T20}} ||
 
*Franz Hassels <fhassel at suse dot com>
 
|-
 
| style="vertical-align:top;" |  {{T22}} ||
 
*Daniel Maier <nusse teamidiot de>
 
*Mathias Behrle (with cabextract/CD method, Version 1.07 => 1.12) --[[User:Mathiasb|Mathiasb]] 11:58, 14 December 2006 (CET)
 
*Bob Skaroff (cabextract/CD), 1.06 => 1.12
 
*Leo Butler (cabextract/CD), 1.11 => 1.12
 
|-
 
| style="vertical-align:top;" |  {{T23}} ||
 
*Bart Snapp <snapp at uiuc dot edu> Note: I followed IBM's instructions to flash the BIOS *first* and the Embedded Controller *second*.
 
*Moy Easwaran: BIOS 1.18 / EC 1.06a via cabextract and CD-boot.  The BIOS-update exe generated errors in Windows 2000.
 
*Joe Renes: BIOS 1.18 / EC 1.06a on 2006-03-20 via cabextract and CD-boot. Piece of cake.
 
*Raphael Errani: BIOS 1.20 / EC 1.06a on 2006-11-06 via cabextract and CD-boot (using mkisofs). Worked without errors. 1st Bios, 2nd EC
 
*Myron Getman: BIOS 1.20 / EC 1.06a on 9/10/08 via cabextract --> k3b --> CD-boot.  Worked like a charm.  First BIOS update with Linux!
 
*Leo Butler: BIOS 1.13 / EC 1.04 to 1.20/1.06a via cabextract and syslinux/memdisk boot through grub. Worked like a charm and no wasted CD.
 
|-
 
| style="vertical-align:top;" |  {{T30}} ||
 
*Martin Gühring <guehring at gmail.com> BIOS 2.10 via cabextract the Non-Diskette BIOS -> mkisofs '''in the directory the exe was extracted''' to generate the iso -> burn the iso -> boot the CD
 
|-
 
| style="vertical-align:top;" | {{T40}} ||
 
*Sean Dague, http://dague.net
 
*Justin Mason, http://jmason.org
 
*Ivanhoe (Bios 3.19)
 
*Alessandro Raulino (roger_2) EC 3.04 & BIOS 3.23 flashed with cabextract/CD method
 
*Nick Jenkins, using BIOS 3.23 with the [[#The_Non_Diskette_Updater|Non-diskette updater + cabextract method]], then [[#Creating_a_Bootable_CD_from_a_Floppy_Image|created a bootable CD from the cabextracted .IMG file]], then boot that ISO, and it worked great!
 
|-
 
| style="vertical-align:top;" |  {{T40p}} ||
 
*Lukas Krähenbühl, ismo at pop dot agri dot ch
 
*Thomas Achtemichuk, tom at tomchuk dot com. BIOS 3.15 flashed fine with cabextract/CD method
 
|-
 
| style="vertical-align:top;" | {{T41}} ||
 
*Lev Givon (Bios 3.15 / EC 3.04) <lev at columbia dot edu>
 
*Ernesto Hernández-Novich (Bios 3.19 / CP 3.04) < emhn at usb dot ve >
 
*[http://maebmij.org James Ballantine] (Bios 3.21 / CP 3.04) using nondisk/cabextract/CDRW
 
|-
 
| style="vertical-align:top;" |  {{T41p}} ||
 
*Nils Newman, work great. (Version: Bios 3.14 / Embedded Controller 3.04)
 
|-
 
| style="vertical-align:top;" |  {{T42}} ||
 
*Dan (BIOS 3.20 / EC 3.04, cabextract/CD method) <tronic171 at evilphb.org>
 
*Hirosh Dabui <hirosh@dabui.de>
 
*magarzo <mdr.magarzo at gmail.com> (BIOS v.3.23 / Embedded Controller v.3.04 / both with cabextract to non-diskette v. plus Bootable CD {T42 Type: 2373-JXG}
 
|-
 
| style="vertical-align:top;" |  {{T42p}} ||
 
*Robert Schiele <rschiele@uni-mannheim.de>, Joern Heissler <joern@heissler.de>, Hirosh Dabui <hirosh@dabui.de>
 
|-
 
| style="vertical-align:top;" |  {{T43}}  ||
 
*Conrad Rentsch <Conrad dot Rentsch at t-online dot de> (Version: Bios 1.29 / Embedded Controller 1.06)
 
*Tom Heady <tom-thinkwiki.org@punch.net>
 
*Florian Boucault <florian at boucault dot ath dot cx> (Model : 1871-W34 & Version: Bios 1.23 / Embedded Controller 1.03)
 
*Till Heikamp <t dot heikamp at geniusbytes dot com> (Model 2886, Bios 1.22 to 1.29, Embedded Controller 1.03 to 1.06)
 
|-
 
| style="vertical-align:top;" |  {{T60}}  ||
 
*Roman Komkov <roman  at komkov dot org dot ru> (Model 1951, Bios 1.07 to 2.13) Successfully upgraded from CD Image
 
|-
 
| style="vertical-align:top;" |  {{T61}}  ||
 
*Kai Weber <kai.weber  at glorybox dot org> (Bios 1.06 to 1.26) Successfully upgraded from CD Image
 
|-
 
| style="vertical-align:top;" |  {{X20}}  ||
 
*Neil Caunt <retardis at gmail dot com>
 
|-
 
| style="vertical-align:top;" |  {{X21}}  ||
 
*Patrick Leickner <ranma at web dot de>, (BIOS 2.21->2.25 / EC 1.31->1.36) via non-disk/cabextract/mkisofs/cdrecord
 
|-
 
| style="vertical-align:top;" |  {{X22}}  ||
 
*David Emery <dave at skiddlydee dot com>,  (EC 1.30, BIOS 1.32 using non-disk/cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X23}}  ||
 
*Nils Faerber <nils dot faerber at kernelconcepts dot de> (Embedded Controller 1.30, BIOS 1.32 with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X30}}  ||
 
*Hella Breitkopf, [http://www.unixwitch.de/ www]  (Embedded Controller 1.04, BIOS 1.07 with cabextract/CD method)
 
*William Roe <willroe at gmail dot com> (Embedded Controller 1.06, BIOS 1.09 - cabextract/mkisofs/wodim)
 
|-
 
| style="vertical-align:top;" |  {{X31}}  ||
 
*Grzegorz KuÅ›nierz <koniu at sheket dot org>  (Embedded Controller 1.08, BIOS 3.01 with cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{X40}}  ||
 
*Robbie Stone <robbie@serendipity.cx>
 
*Andy Shevchenko <andy.shevchenko@gmail.com>  (Fine by cabextract/CD method)
 
|-
 
| style="vertical-align:top;" |  {{Z60m}}  ||
 
*[[User:Morle|Morle]] 01:09, 17 Nov 2007 (CEST),  (Embedded Controller 1.18 and Bios 1.24 with cabextract/CD method)
 
|}
 
  
===Does not work:===
+
= Special Cases =
{| style="font-size: 80%"
+
* In one case, see ([[APM setup on a type 2379 ThinkPad T40]]), it was not possible to upgrade the BIOS from Windows XP; a downgrade to Windows 98 was required to successfully run the BIOS upgrade app. The symptoms in this case were that, once the files had been extracted to the hard disk, and the machine was to reboot into the upgrade app, it would beep and hang just before reboot, requiring a power cycle. Once the power was cycled, it would simply reboot back into XP without performing any BIOS upgrade actions. So even if you have Windows, you may still need to use the info on this page.
| '''Model''' || '''Tested by'''
 
|}
 
 
 
==Updating via Grub and a Floppy Image==
 
 
 
{{WARN|Many have warned '''not''' to use the [http://syslinux.zytor.com/ SYSLINUX] image-loader [http://syslinux.zytor.com/memdisk.php MEMDISK] to boot the images! Some flash tools may crash in that situation!  Proceed at your own risk!}}
 
 
 
 
 
 
 
Floppy images may be booted from Grub via a utility called [http://syslinux.zytor.com/memdisk.php MEMDISK], which may be compiled from the [http://www.kernel.org/pub/linux/utils/boot/syslinux/ '''SYSLINUX source'''].  Copy the compiled memdisk image and the floppy image to your boot directory and configure grub as follows:
 
 
 
<pre><nowiki>
 
title    Bios Flash
 
kernel    /boot/memdisk
 
initrd    /boot/FILENAME.img
 
</nowiki></pre>
 
 
 
Again, proceed at your own risk. 
 
 
 
 
 
==== MEMDISK worked ====
 
 
 
{|border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
 
|-
 
! Model
 
! BIOS
 
! ECP
 
! Tested by
 
! Notes
 
|-
 
| {{R30}} 2656-64G || v.1.40            ||                  || [[User:english.voodoo|Yuri Spirin]] ||
 
|-
 
| {{R40}} 2723    || 1OHJ11WW.IMG      || 1PUJ25US.IMG      || [[User:qunying|Qunying]] || memdisk from syslinux 3.70 (slackware 12.1)
 
|-
 
| {{R51}} 2888    ||                  ||                  ||                          ||
 
|-
 
| {{T40}} 2373    || 1RUJ37US.IMG      || 1RHJ10U2.IMG      || [[User:Euphoria|Euphoria]] || memdisk from syslinux 1:3.31-4 (Debian package version)
 
|-
 
| {{T40}} 2373    || 1RHJ10U2.IMG<br />(3.04, 2004-11-15) || 1RUJ37US.IMG<br />(3.23, 2007-07-03) || [[User:Morphics|Morphics]] || cabextract and memdisk from syslinux 3:1.36-4ubuntu5
 
|-
 
| {{T41p}} 2373    || 1RUJ37US.IMG<br />(3.23, 2007-07-03) ||  || [[User:Deggel|Deggel]] || cabextract and memdisk from syslinux 3.71 on gentoo
 
|-
 
| {{T41p}} 2373    ||  ||  || [[User:MrStaticVoid|James Lee]]  ||
 
|-
 
| {{X31}} 2673-CBU ||  ||  || [[User:JanTopinski|Jan Topinski]] ||
 
|-
 
| {{X31}} 2672-CXU ||  ||  || [[User:TheAnarcat|TheAnarcat]]    ||
 
|-
 
| {{X31}} 2673-58G ||  ||  || [[User:FaUl|FaUl]]                ||
 
|-
 
| {{X31}} 2672-PG9 ||  ||  || [[User:Starox|Starox]]            || a big moment between starting update and the updating window
 
|-
 
| {{X40}} 2371    || 2.07 1uuj21us.exe || 1.62 1uhj10us.exe || [[User:Antialize|Jakob Truelsen]] || Worked on two X40-2371
 
|-
 
| {{X40}} 2386    || 2.08 1uuj22us.exe || 1.62 1uhj10us.exe || [[User:Antialize|Galen Seitz]] || memdisk from syslinux 3.61
 
|}
 
 
 
 
 
==== MEMDISK did not work ====
 
 
 
{|border="1" cellspacing="0" cellpadding="2" style="font-size: 80%"
 
|-
 
! Model
 
!  style="width:10em;" | BIOS
 
! ECP
 
! Tested by
 
! Notes
 
|-
 
| {{T43}} 2668-F7G || 1.29 1YUJ18US.IMG ||  || [[User:Maus3273|Maus3273]] || I got into the bios program, but the machine never restarts after initiating the upgrade.
 
|-
 
| {{X41}} 2525-FAG || 2.09 74UJ15US    ||  || [[User:Ukleinek|Uwe Kleine-König]] || booted fine (Debian syslinux 2:3.71+dfsg-5), but didn't succeed to write, just hang at "Don't restart or remove diskette etc. pp" (not bricked).  Worked fine via CD method.
 
|-
 
| {{X41}} 2525-F8G || 2.06 74UJ12US.IMG<br />2.07 74UJ13US.IMG<br />2.09 74UJ15US.IMG ||  || [[User:ladoga|Lauri Koponen]] || hangs while initializing the actual BIOS flashing process<br /> ECP: 1.02 74HJ03US.IMG works
 
|-
 
|}
 
 
 
==Updating with Network Boot Image==
 
 
 
BIOS, Embedded Controller (EC), CD/DVD and Harddisk firmware disks can be booted
 
over the network with [http://syslinux.zytor.com/pxe.php PXELINUX] as part of the [http://syslinux.zytor.com/ SYSLINUX] package.
 
 
 
This requires that you have a DHCP and tftp server configured and setup properly on
 
your network, and is probably not for the faint of heart.
 
 
 
Make sure the firmware bootdisk is in linux 'dd' format, as the self-extracting .exe disks
 
from the IBM website cannot be booted directly as such.
 
 
 
This worked on the {{R31}}, {{X22}}, {{T21}}, {{T30}} and {{T41p}} with various firmware updates.
 
  
 +
== Updating Thinkpad X Series ==
 +
The special update instructions for {{X_Series}} Thinkpads are quite long. You can find them at the page [[BIOS_Upgrade/X_Series]].
  
On {{X22}}, works with EC 1.30 but NOT with BIOS 1.32
+
== Updating without battery or with dead battery ==
  
 +
This is a last-resort approach. Use this only if everything else fails.
  
 +
The BIOS updater may refuse to update a BIOS without a battery, or if the battery charge is too low. In that case, extract the disk image with cabextract as per instructions above and dd it to an usb stick. (This will destroy the data on it, of course.) Acquire a pure DOS boot cd such as Windows 98 recovery CD and boot that.
  
==After updating==
+
Use F8 to abort the boot sequence of a windows 98 boot CD. If you need CD-ROM support, load CD-related things but say no to everything else. In particular, avoid loading himem.sys and doskey, as the presence of either program causes Phoenix bios flash tool phlash16.exe to abort.
===DMI IDs===
 
Please consider updating the [[List of DMI IDs]] after (and before) updating your BIOS.
 
  
 +
Change to the volume where flash2.exe and other tools are installed, and execute "flash2.exe /u". This should bypass the battery check and perform the flashing. If that doesn't work, check if the update disk contains a tool called "phlash16.exe". This can be used directly to flash the image, and the invocation is typically "phlash16 /exit $01c80000.fl1".
  
 +
Updating the ECP with a dead battery or no battery presents a similar problem.  For example, on the IBM ThinkPad X31, the normal command-line command to update the ECP would be UPDTFLSH ("UPDTFLSH $018E000.FL2").  But this utility checks for an installed and charged battery and will not let you update the ECP firmware if the battery is missing or not charged.  Instead, issue "QKFLASH $018E000.FL2".  This will bypass the test for the battery and allow the ECP firmware to be updated.  The same disclaimer applies here as for the BIOS: do this only as a last resort.  If there is a power failure during the update, you will likely brick your laptop.
  
 +
This method won't work for the Thinkpad {{560X}} (and likely other older models). Since the 560X is a bit older, it won't be a big surprise if the battery is as dead as a dodo. Here's how to update the bios in this case: download the spsdi833 bios update and create the update floppy. If you have trouble creating this disk, [http://www.mediafire.com/?36o5a8buvbjx07o download an archive with the files] and put them on a floppy. Don't worry about making it bootable. Also, you will need a DOS bootdisk. A Windows 98 bootdisk will be fine. Boot the system with the W98 bootdisk, do not load CD-rom support. Remove the W98 bootdisk and put the disk with the BIOS update in the drive. If you would now run UPDTFLSH you would get the battery message, so don't do that. If you open UPDTFLSH.exe with a text editor, you would find some lines about UPDTROM. UPDTROM is the actual flash tool, but you can't simply run it just like that. Run the following:
  
 +
*updtrom /np /prep1
 +
*updtrom /np /prep2
 +
*updtrom /np /prep3
 +
*updtrom /np /romcmp /romflsh /prep4
 +
*updtrom /np /h8flsh /h8img /model
  
 +
Yes, you need to run updtrom five times. Hold your breath and reboot the machine. It's done.
  
= Special Cases =
+
Perhaps not all these lines are necessary, but to be sure I ran them all, and this worked for me. So I suggest you do the same. This could probably be done from the harddisk as well, but I did not test that.
 
 
* In one case, see ([[APM setup on a type 2379 ThinkPad T40]]), it was not possible to upgrade the BIOS from Windows XP; a downgrade to Windows 98 was required to successfully run the BIOS upgrade app. The symptoms in this case were that, once the files had been extracted to the hard disk, and the machine was to reboot into the upgrade app, it would beep and hang just before reboot, requiring a power cycle. Once the power was cycled, it would simply reboot back into XP without performing any BIOS upgrade actions. So even if you have Windows, you may still need to use the info on this page.
 
 
 
== Updating Thinkpad X Series ==
 
The special update instructions for {{X_Series}} Thinkpads are quite long. You can find them at the page [[BIOS_Upgrade/X_Series]].
 
 
 
 
 
 
 
  
 +
For the {{i1400}} follow instructions on [http://www.motherboardpoint.com/flash-ibm-thinkpad-bios-w-o-battery-t143180.html this] website. It works not only for 2611 but for 2621 types too.
  
 
----
 
----

Revision as of 18:38, 1 November 2017

This page is meant to describe ways to update the BIOS on a ThinkPad that only runs Linux for users that don't have ready access to Windows. If you have Windows on your ThinkPad you can just boot into it and follow instructions on the Lenovo website.

Updating the BIOS in Linux (with few exceptions) is not officially supported by Lenovo. However there are work arounds.


ATTENTION!
By following any of the instructions here you are accepting the very real risk of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems. Proceed at your own risk!

Custom BIOS

Some ThinkPad fans have created Custom BIOSes to remove whitelists, disable annoying errors, do Fn-Ctrl keyswaps, and add more functionality. Check the Custom BIOS wikipage for more information.

  • X200, X60, T60, Macbook 2,1 - Libreboot - Based on Coreboot, this BIOS (approved by the FSF) removes all proprietary blobs to create Free Libre Open Source Laptops, where everything from the motherboard to the computer can use Open Source Software. Richard Stallman famously uses a Libreboot X60.
  • Sovem's Whitelist Removed BIOSes - A famous user from BIOS-mods.com, that removes mPCI whitelists from BIOSes upon request.
  • T61, R61, X61/X61s/X61T, X300 - Middleton's BIOS - Enables SATAII, removes whitelist, thermal fixes, Fn-Ctrl swap.
  • T43/T43p, R52, X41/X41T - TTav134's BIOS - Removes Error 2010 for aftermarket hard drives, and the BIOS whitelist.

Middleton's BIOS

A user on NotebookReview named 'Middleton' made these alternative BIOSes to enable SATA2 on certain Thinkpad models (X61/T61/R61/X300). These ThinkPads are limited to SATA1 in their BIOS even though the hardware is SATA2. This is a huge drawback for anyone wanting to use SSDs, because it is so much slower.

Also, it is not possible to install some wireless cards, because only certain models are whitelisted by IBM/Lenovo. Middleton's BIOS removes this limitation as well.

See the wikipage Middleton's BIOS for installation instructions, downloads, and more description.

Note: If your BIOS-Update tool says that no update is needed, then simply downgrade the Bios first: On Lenovo's drivers download page, the old Bios files are listed at the very bottom of the page.

Downloading New Firmware

ATTENTION!
Flashing the wrong firmware for your hardware may cause permanent damage to your ThinkPad. It is up to you to confirm that the firmware you are using is correct.

A list of links to firmware downloads can be found at BIOS Upgrade Downloads for most Thinkpad models. You can also check the Lenovo Support website's driver matrix.

Lenovo/IBM provides firmware upgrades in a variety of packages:

  • Diskette
  • Non-diskette
  • Linux diskette
  • BIOS Utility
  • Bootable CD

Not every type of package is available for every model.

The BIOS Utility and Bootable CD packages combine the BIOS and ECP firmwares. For the other packages, there is one for each firmware.

Help needed
Can an image be extracted from a "Linux diskette" .exe file?

The Linux diskette is just the Diskette package that runs on Linux instead of Windows/DOS. It's unknown if a boot image can be extracted from it.

You may need to try different packages to find the one from which you can extract a boot image.

Two Firmwares: BIOS and ECP

ATTENTION!
Flashing incompatible firmwares, or flashing them in the wrong order, may cause permanent damage to your ThinkPad.

It is important to understand that Thinkpads from IBM have two separate firmwares: the BIOS, and the Embedded Controller Program (ECP).

A given BIOS version will require a certain version of the ECP. You must read the Lenovo website and/or .txt files to confirm which BIOS is compatible with which ECP, and the order in which to update them.

Update Order

The Lenovo/IBM documentation is sometimes unclear about the order in which these two firmwares should be updated. When in doubt (i.e. IBM didn't provide specific instructions for your model or a particular firmware update), update the ECP first, and then the BIOS. Also, make sure to do the two updates immediately one after the other.

The EC firmware is usually much better at backwards compatibility than the BIOS.

NOTE!
Updaters for newer models take care of both BIOS and EC, and use automatically whatever sequence is needed, so you don't have to worry about it.

Installed Firmware

You can check the current BIOS and ECP versions on your ThinkPad as detailed here: BIOS Version

DMI IDs

Please consider updating the List of DMI IDs before (and after) updating your BIOS.

Updating Firmware

Firmware flasher program can run on DOS (Lenovo PC DOS) or Windows but, unfortunately, not Linux. So in theory there are two basic steps to update the firmware (either the BIOS or the ECP) on a ThinkPad not running Windows:

  1. Get or create a bootable image with supported OS
  2. Boot that image and, if not started automatically, ran flasher program

Recent Thinkpads have firmwares available as Bootable CD image, e.g., FILENAME.iso. If you have an optical drive there is no need to read this page any further: just download .iso image, burn it and boot to flash bios. If you are not that lucky, read on.

First you need to realize that there are different ways to boot DOS on PC (theoretically it is possible to boot Windows to ran flasher, but why?...): from internal hard drive, CD drive, USB Flash drive or, as the last resort, floppy drive. Easiest way is from internal hard drive, but you'd better avoid touching it until you don't want to loose files there. Booting from a Floppy is not recommended, so there are two best options to boot: CD drive or USB Flash drive.

Sparse instructions below provide you guidance how to do different parts of this pazzle but it's your duty to understand what to do and how to do that.

Using UEFI

Especially usable when CDROM is not available, tested on X140e, but should work in most recent firmwares as these supports UEFI, much simpler than older methods outlined in this and other pages.

You should have a USB mass storage device you can erase.

ATTENTION!
this will erase the USB mass storage device content.

1. Download BIOS update ISO image, we assume it is xxx.iso.

2. Extract bootable image using geteltorito tool:

$ ./geteltorito.pl -o xxx.img xxx.iso

3. Insert USB device, checkout its device, we assume /dev/sdX.

4. Dump content of image to USB device.

ATTENTION!
Double check the device name so you do not overwrite any other filesystem.

# dd if=xxx.img of=/dev/sdX

5. Reboot, enter BIOS setup, enable UEFI only (or 1st priority) at startup options, save and reboot.

6. Interrupt boot, press F12 and select USB mass storage device as boot source.

7. The BIOS update utility should run and you should succeed in flashing BIOS.

Create a bootable image

In case Lenovo does not provide your laptop with Bootable CD it is possible to create one from *discket packages.

Extracting an update image

ATTENTION!
Though this process has been successfully tested on many versions of .exe files found on IBMs website, that doesn't mean it will work for all of them. Proceed at your own risk. Consult the testing tables farther down of this page to see other users' experience with your model Thinkpad.
NOTE!
Lenovo has changed the packaging format. Old bios can be extracted with cabextract, new ones with innoextract.

Older .exe installers from Lenovo mostly appear to be just a wrapper license program around Windows .cab files (see BIOS-Bootsplash). If you install the Linux program cabextract you can expand these .cab files directly. For example, if you downloaded 1iuj13us.exe from Lenovo:

$ cabextract 1iuj13us.exe
Extracting cabinet: 1iuj13us.exe
 extracting 1IUJ13US.IMG
 extracting BIOSUPTP.EXE
 extracting DOBOOT.EXE
 extracting DOSBOOT.COM
 extracting DOSBOOT.SYS
 extracting DOSBOOT.VXD
 extracting DOSBOOT2.COM
 extracting ECTLUPTP.EXE
 extracting EFLASHAS.SYS
 extracting HDFWUPTP.EXE
 extracting IBMTPI.XML
All done, no errors.

The file we want is FILENAME.IMG, with "FILENAME" being the .exe. you downloaded. E.g., 1IUJ13US.IMG.

If this does not work for the Non-diskette .exe, try it on the Diskette .exe. It's reported, for example, that the Non-diskette .exe for BIOS version 3.23 for the T41p was not extractable, but the Diskette .exe worked perfectly, with $ cabextract delivering a .IMG file.

If cabeextract/innoextract fails

Diskette .exe for some older models can't be extracted using cabextract. For example for the latest BIOS of 390E one gets

spsdilc9.exe: no valid cabinets found

There is a simple way to solve this, by stripping the header off from the Non-diskette version. To do this, first you need to find the index for the first occurance of MSCF in the downloaded executable. This can be done with the following

strings -a -t d NO-DISKETT.EXE | awk 'offset=index($2,"MSCF"), (offset != 0) {print $1+offset-1}' | head --lines 1
4196

The command adds the byte offset of the matching line plus the index for the start of the MSCF on that line, thus the byte offset of MSCF, this number is usually 4196 Now we need to cut these header bytes off, this is done by a standard dd cut, the following cuts away the first 4196 bytes.

dd if=NO-DISKETTE.EXE of=out.cab iflag=skip_bytes skip=4196

The newly created out.cab should now work with cabextract

cabextract out.cab

A second alternative is to use Windows XP (works in VirtualBox too) together with Virtual Floppy Drive. Rund vfdwin.exe, go to the Driver tab and hit Install and Start. Then go to the Drive0 tab, click on Change and select A:. Finally, click on Open/Create, and click Create. This should give you a virtual floppy drive the .exe file will extract files to.

A third solution is to use QEMU with a DOS diskette image to run the disk extractor.

Testing the Image

You can test that FILENAME.IMG is really a floppy image by running:

# mkdir /tmp/mntfloppy

# mount -o loop FILENAME.IMG /tmp/mntfloppy

If a ls command on the image returns what looks like a DOS floppy, and no read errors were displayed, you have a pretty good chance that the image is usable. For example:

# ls /tmp/mntfloppy

$0195000.FL1  069580.PAT  06d2.HSH     IBMDOS.COM    TPCHKS.EXE
0691.HSH      06D0.PAT    06d6.HSH     LOGO.BAT      UPDTFLSH.EXE
0691.PAT      06D1.PAT    06d8.HSH     LOGO.SCR      UPDTMN.EXE
0694.HSH      06D2.PAT    CHKBMP.EXE   PHLASH16.EXE  USERINT.EXE
0694.PAT      06D6.PAT    COMMAND.COM  PREPARE.EXE   UTILINFO.EXE
0695.HSH      06D8.PAT    CONFIG.SYS   PROD.dat      lcreflsh.bat
0695.PAT      06d0.HSH    FLASH2.EXE   QKFLASH.EXE
069580.HSH    06d1.HSH    IBMBIO.COM   README.TXT

Unmount the image after you are done testing:

# umount /tmp/mntfloppy

Booting from update image

Now that you have a bootable image for the correct update for you hardware, you need to do is boot from that image to install the update.

There are different ways to do that:

Booting from a CD

Hint:
If there is a Bootable CD image available, e.g., FILENAME.iso, just download that, instead of mucking around with image files.

If you are going to update the firmware by booting from a CD, you need to turn FILENAME.IMG that you extracted above into an .iso file.

The El Torito Bootable CD Specification is a wonderful thing. Thanks to it, a bootable CD can be made with a bootable floppy image in such as way that the CD believes that it is a 2.88 MB floppy drive. This allows you to replace a boot floppy by a boot CD in nearly all situations.

It is very easy to create such a bootable CD ISO image in Linux using the mkisofs tool1. Run a command as follows:

# genisoimage -b 1WUJ25US.IMG -c boot.catalog -o bootcd.iso 1WUJ25US.IMG #or older mkisofs

Where *.IMG is the name of the image file extracted above. This creates a CD with one file on it and marks that file as the boot image.

You can now burn the bootcd.iso to a CD in your favorite CD-burning program.

ATTENTION!
By following any of the instructions here you are accepting the very real risk of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems. Proceed at your own risk!

Boot from the CD to update your firmware. Remember to have both BIOS and ECP firmware boot-CDs ready, as needed, and use them in the proper order.

Help needed
Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: BIOS_Upgrade_success_failure#Booting_from_CD

Booting using GRUB

ATTENTION!
Many have warned not to use the SYSLINUX image-loader memdisk to boot firmware update images.
Help needed
Who are these "many"? Link to a discussion?

Once the bootable image, FILENAME.IMG, is extracted from the .exe, it can be booted directly through GRUB without the need of burning a CD, using the SYSLINUX image-loader memdisk.

Locate the memdisk file from the syslinux package. You can search for it with find:

# find /usr -name memdisk #or just use "dlocate memdisk" or "locate memdisk" if these programs are installed

If /usr/.../memdisk is not present, syslinux is not installed. You will need to install it to boot a .IMG from GRUB.

Copy both the FILENAME.IMG and memdisk files into /boot directory. For example:

# cp ./FILENAME.IMG /usr/share/syslinux/memdisk /boot/

Open /boot/grub/menu.lst in your favourite editor. Copy the active section into a new section, and edit the new section:

Parameter Instructions Example
title Pick a name for the new section. This will show up in the GRUB boot menu. title IBM ECP Update
root Do not change. This is the partition containing the /boot directory root (hd0,0)
kernel /boot/memdisk will allow you to boot an image file. kernel /boot/memdisk
initrd This is the name of the firmware-updater image file, e.g., 1IUJ13US.IMG initrd /boot/1IUJ13US.IMG

Do not modify the original section in /boot/grub/menu.lst, or you might not be able to boot back to the operating system.

If you have two firmware updates to do, you will need a section for each firmware's FILENAME.IMG in /boot/grub/menu.lst.

NOTE!
If both BIOS and ECP are to be updated, be sure to update them in the proper order.
ATTENTION!
By following any of the instructions here you are accepting the very real risk of turning your ThinkPad into a big expensive paper weight, as a firmware update gone wrong can create unfix-able problems. Proceed at your own risk!

Reboot your computer, entering the GRUB menu and selecting IBM BIOS Update, or whatever you named the new section in /boot/grub/menu.lst.

Booting image with GRUB2

GRUB2: booting floppy Image

With grub2, one would append the following to /boot/grub/grub.cfg :

menuentry "My BIOS Upgrade" {
set root=(hd0,0) #should match the others in your grub.cfg
linux16 /boot/memdisk
initrd16 /boot/1WUJ25US.IMG #or whatever yours is
}
Help needed
Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: BIOS_Upgrade_success_failure#GRUB2:_Booting_floppy_Image
GRUB2: booting CD Image

You must first download the bootable iso file from the Lenovo Website.

On Debian and Ubuntu

Then, on Debian and Ubuntu, you can install the grub-imageboot package, then you just have to copy the iso file in /boot/images and run update-grub:

sudo apt-get install grub-imageboot
sudo mkdir -p /boot/images
sudo cp /home/youruser/Downloads/6uuj12uc.iso /boot/images
sudo update-grub
Manual method

Otherwise, copy the file 'memdisk' from the syslinux package to /boot. Also create a symlink, so you do not have to change the grub configuration for each bios upgrade:

sudo su -
cd /boot
cp /home/youruser/Downloads/6uuj12uc.iso .
cp /usr/share/syslinux/memdisk .
ln -s 6uuj12uc.iso biosupgrade.iso

Now create the boot entry:

cat >> /etc/grub.d/40_custom <<EOF
menuentry "Lenovo BIOS Upgrade" {
    set root=(hd0,1)  # <-- check for correct numbering
    linux16 /boot/memdisk iso
    initrd16 /boot/biosupgrade.iso
}
EOF
update-grub

Reboot an Select "Lenovo BIOS Upgrade".

For the next Bios Upgrade you'll just need to copy the new iso file to /boot and adjust the symlink.

Help needed
Please, report your success/failure with flashing BIOS from the manually cooked CD (from .IMG file) here: BIOS_Upgrade_success_failure#GRUB2:_Booting_CD_Image

Booting from a USB Flash drive

Updating the BIOS in MS-DOS mode

(This process works for most Thinkpad models that has Windows XP, Windows Vista or Windows 7 OS)

1. Using HP USB Boot Utility, create a bootable USB flash drive [http://www.bay-wolf.com/utility/usbkey/win98boot.zip DOS using Windows 98 Boot Disk Floppy Image.

2. Extract the (*.ima) from the ISO BIOS image (e.g. WinRAR will do this).

3. Using a tool that can open .IMA files (such as WinImage), extract all files to a temporary folder.

4. Run the HP tool, select the USB device, I used FAT32, create a DOS bootable disk and point at the win98boot folder - then "Start". Warning: this formats the USB flash drive and all data will be erased!

5. Once complete (you could test if it boots at this point), copy the extracted BIOS files from the temporary folder you created to the USB flash drive.

6. Boot from USB flash drive by pressing F11 within the BIOS boot logo. At the DOS command prompt, type "updflsh" and then follow the prompts by pressing "Y" or Enter. Make sure that you have a fully charged battery pack and the AC Adapter is firmly plugged before proceeding with the BIOS update. DO NOT Power off the laptop or unplug the USB flash drive while the update is in progress or else update will fail and your computer will be unable to boot and system board may need to be serviced.

This process takes around 1-2 minutes. A long beep followed by a short beep will notify you that the update is complete and the system will automatically power off.

7. Power on the laptop then enter the BIOS setup by pressing F1 and Load BIOS defaults.

Using grub4dos (also for Linux)

grub4dos is a GNU GRUB fork with interesting features. One of them is the ability to boot ISO images directly off USB flash drives. Contrary to the name, GRUB for DOS works fine on Linux. Follow these steps:

  • Download the latest grub4dos package at http://download.gna.org/grub4dos/ (I needed 0.4.4 for my USB2 drive - 0.4.3 did not work.)
  • Unpack
  • Insert your FAT-32 formatted pendrive
  • Run sudo ./bootlace.com /dev/sdX, where /dev/sdX is the device name assigned to your pendrive (use sudo fdisk -l to figure this out). Be very careful to get the device correct or else you could overwrite your hard drive! This creates grub4dos boot sector in MBR of the flash drive.
  • Copy the files grldr and menu.lst to the root directory of your pendrive.
  • Convert the ThinkPad .IMG file to a .ISO file using genisoimage -b 1yuj18us.img -c boot.catalog -o 1yuj18us.iso 1yuj18us.img
  • Copy the ISO image to the root directory of your pendrive (e.g. 1yuj18us.iso).
  • Edit menu.lst on the pendrive and include the following section (of course putting the appropriate ISO image name):
title thinkpad-bios
map (hd0,0)/1yuj18us.iso (hd32)
map --hook
chainloader (hd32)
boot
  • Reboot and press F12 to select booting from USB.
  • If all went well, you should be able to boot the Thinkpad's ISO image and flash the BIOS. I tested it successfully on T400.

Manually creating a USB Flash drive in Linux

Use "geteltorito" to extract the update image from ISO image, downloaded from Lenovo's drivers page. Write the extracted image to a USB Flash drive using dd. "geteltorito" is available in Ubuntu (at least in Trusty, 14.04) from package "genisoimage".

  • Install the genisoimage package: sudo apt-get install genisoimage
  • Extract the boot image from the ISO: geteltorito g6uj14us.iso > biosupdate.img
  • Install the boot image to USB Flash drive, make sure to install to the correct device! (device for me was /dev/sdb): sudo dd if=biosupdate.img of=/dev/<yourusbflashdevice> bs=512K
  • Reboot and press F12 to select booting from USB.
  • If all went well, you should be able to boot the Thinkpad's ISO image and flash the BIOS. Tested successfully on: X1 Carbon, X230.

Booting from a Floppy

ATTENTION!
Using a floppy disk is NOT recommended.

This is how IBM/Lenovo intended it. Use their .exe files to create a bootable floppy with the flash update on it. Boot from the floppy and there you go.

So, why is it not recommended?

  1. If something goes wrong, your ThinkPad may be permanently damaged
  2. Floppy disk drives are not reliable
  3. Floppy disks are not reliable
  4. It only works with /dev/fd0, meaning it won't work with a USB floppy

So, even though Lenovo is now offering "Linux diskette" updaters, that will create a bootable floppy under Linux, using a floppy is still not recommended. Besides, many people don't even have a floppy drive on their ThinkPad.

If you really want to do it with a floppy, some tips:

  • Use a clean (in the physical sense) floppy drive
  • Use new floppies
  • Test floppies for errors before starting update process
  • Have multiple copies of the update disks ready--if one should fail, replace it with a copy
  • Should DOS complain of a read error, only respond wth "Retry"
NOTE!
Should the system encounter a disk read error during the flash process, and you select "Abort", your system could be permanently damaged.

Using UNetbootin

Unetbootin 422 worked with the image files unpacked with cabextract on my x31.

Help needed
How exactly did you do this? It failed for me. Does it work only with .IMG files that are converted to .ISO files, or can .ISO files provided by Lenovo also work (how?)

Booting from a Network Boot Image

BIOS, ECP, CD/DVD and Harddisk firmware disks can be booted over the network with PXELINX as part of the SYSLINUX package. This requires that you have a DHCP and tftp server configured and setup properly on your network, and is probably not for the faint of heart.

Make sure the firmware bootdisk is in linux 'dd' format, as the self-extracting .exe disks from the IBM website cannot be booted directly as such.

This worked on the R31, X22, T21, T30 and T41p with various firmware updates. On the X22, it worked with ECP 1.30 but not with BIOS 1.32

After updating

Lenovo recommends reseting your BIOS settings to their factory defaults after a firmware update.

Also, please consider updating the List of DMI IDs after updating your BIOS.

Special Cases

  • In one case, see (APM setup on a type 2379 ThinkPad T40), it was not possible to upgrade the BIOS from Windows XP; a downgrade to Windows 98 was required to successfully run the BIOS upgrade app. The symptoms in this case were that, once the files had been extracted to the hard disk, and the machine was to reboot into the upgrade app, it would beep and hang just before reboot, requiring a power cycle. Once the power was cycled, it would simply reboot back into XP without performing any BIOS upgrade actions. So even if you have Windows, you may still need to use the info on this page.

Updating Thinkpad X Series

The special update instructions for X1, X1 Carbon, X1 Carbon G2, X1 Carbon G3, X1 Carbon G4, X1 Carbon G5, X1 Carbon G6, X1 Carbon G7, X1 Carbon G8, X1 Extreme, X1 Extreme G2, X1 Hybrid, X13, X20, X21, X22, X23, X24, X30, X31, X32, X40, X41, X41 Tablet, X60, X60s, X60 Tablet, X61, X61s, X61Ls, X61 Tablet, X100e, X120e, X121e, X130e, X131e, X140e, X200, X200s, X200 Tablet, X201, X201i, X201s, X201si, X201 Tablet, X201i Tablet, X220, X220i, X220 Tablet, X220i Tablet, X230, X230i, X230s, X230 Tablet, X230i Tablet, X240, X240s, X250, X260, X270, X280, X300, X301, X390, X395 Thinkpads are quite long. You can find them at the page BIOS_Upgrade/X_Series.

Updating without battery or with dead battery

This is a last-resort approach. Use this only if everything else fails.

The BIOS updater may refuse to update a BIOS without a battery, or if the battery charge is too low. In that case, extract the disk image with cabextract as per instructions above and dd it to an usb stick. (This will destroy the data on it, of course.) Acquire a pure DOS boot cd such as Windows 98 recovery CD and boot that.

Use F8 to abort the boot sequence of a windows 98 boot CD. If you need CD-ROM support, load CD-related things but say no to everything else. In particular, avoid loading himem.sys and doskey, as the presence of either program causes Phoenix bios flash tool phlash16.exe to abort.

Change to the volume where flash2.exe and other tools are installed, and execute "flash2.exe /u". This should bypass the battery check and perform the flashing. If that doesn't work, check if the update disk contains a tool called "phlash16.exe". This can be used directly to flash the image, and the invocation is typically "phlash16 /exit $01c80000.fl1".

Updating the ECP with a dead battery or no battery presents a similar problem. For example, on the IBM ThinkPad X31, the normal command-line command to update the ECP would be UPDTFLSH ("UPDTFLSH $018E000.FL2"). But this utility checks for an installed and charged battery and will not let you update the ECP firmware if the battery is missing or not charged. Instead, issue "QKFLASH $018E000.FL2". This will bypass the test for the battery and allow the ECP firmware to be updated. The same disclaimer applies here as for the BIOS: do this only as a last resort. If there is a power failure during the update, you will likely brick your laptop.

This method won't work for the Thinkpad 560X (and likely other older models). Since the 560X is a bit older, it won't be a big surprise if the battery is as dead as a dodo. Here's how to update the bios in this case: download the spsdi833 bios update and create the update floppy. If you have trouble creating this disk, download an archive with the files and put them on a floppy. Don't worry about making it bootable. Also, you will need a DOS bootdisk. A Windows 98 bootdisk will be fine. Boot the system with the W98 bootdisk, do not load CD-rom support. Remove the W98 bootdisk and put the disk with the BIOS update in the drive. If you would now run UPDTFLSH you would get the battery message, so don't do that. If you open UPDTFLSH.exe with a text editor, you would find some lines about UPDTROM. UPDTROM is the actual flash tool, but you can't simply run it just like that. Run the following:

  • updtrom /np /prep1
  • updtrom /np /prep2
  • updtrom /np /prep3
  • updtrom /np /romcmp /romflsh /prep4
  • updtrom /np /h8flsh /h8img /model

Yes, you need to run updtrom five times. Hold your breath and reboot the machine. It's done.

Perhaps not all these lines are necessary, but to be sure I ran them all, and this worked for me. So I suggest you do the same. This could probably be done from the harddisk as well, but I did not test that.

For the i Series 1400 follow instructions on this website. It works not only for 2611 but for 2621 types too.



FOOTNOTES [Δ]
  1. For lots of detail on making and burning .iso files, see The Linux Documentation Project (tldp.org): 3.1 Writing CD-ROMs (pure data).