<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Igor47</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Igor47"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Igor47"/>
	<updated>2026-04-04T13:40:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=BIOS_update_without_optical_disk&amp;diff=42951</id>
		<title>BIOS update without optical disk</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=BIOS_update_without_optical_disk&amp;diff=42951"/>
		<updated>2009-04-27T00:03:02Z</updated>

		<summary type="html">&lt;p&gt;Igor47: added x200s to list of working machines&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For recent models, such as Thinkpad {{X200}}, Lenovo provides both win32 ''&amp;quot;BIOS update utility&amp;quot;'' and iso-image of ''&amp;quot;BIOS Update (Bootable CD)&amp;quot;''. If you don't have Windows installed, the first option is obviously unavailable for you. If you have an optical drive of some kind (internal, or built into the docking station, or an external USB drive) you can burn the iso-image and proceed with the BIOS update. In case if you don't have any optical drive things get a little tricky.&lt;br /&gt;
&lt;br /&gt;
A quick look at the ''BIOS Update (Bootable CD)'' iso-image shows that its &amp;lt;tt&amp;gt;iso9660&amp;lt;/tt&amp;gt; filesystem is empty and its bootimage is of &amp;lt;tt&amp;gt;BootMediaType=4&amp;lt;/tt&amp;gt;, i.e. it is a [http://www.phoenix.com/NR/rdonlyres/98D3219C-9CC9-4DF5-B496-A286D893E36A/0/specscdrom.pdf harddisk emulation]. Therefore non of the methods discussed in [[BIOS_Upgrade/X_Series]] would work. There are many Linux tools which extract bootimages from iso-images, but after a search over the net, I didn't any which works correctly with &amp;lt;tt&amp;gt;BootMediaType=4&amp;lt;/tt&amp;gt; (e.g. &amp;lt;tt&amp;gt;geteltorito&amp;lt;/tt&amp;gt; form '''genisoimage''' package messes things up). I found, however, a free open-source DOS utility '''isobar''' from [http://shsucdx.adoxa.cjb.net/ shsucd] package. So, I just [http://colimit.googlepages.com/isobar.c ported] it to linux.&lt;br /&gt;
&lt;br /&gt;
Now, to update the BIOS,&lt;br /&gt;
&lt;br /&gt;
* make sure that you have '''syslinux''' installed (we will need &amp;lt;tt&amp;gt;memdisk&amp;lt;/tt&amp;gt; from this package)&lt;br /&gt;
&lt;br /&gt;
 apt-get install syslinux&lt;br /&gt;
&lt;br /&gt;
* compile the [http://colimit.googlepages.com/isobar.c isobar] utility&lt;br /&gt;
&lt;br /&gt;
 gcc isobar.c -o isobar&lt;br /&gt;
&lt;br /&gt;
* extract the bootimage from the ''BIOS Update (Bootable CD)'' iso-image and copy it to the boot partition&lt;br /&gt;
&lt;br /&gt;
 ./isobar 6duj08uc.iso -o bios.img&lt;br /&gt;
 cp bios.img /boot/bios.img&lt;br /&gt;
&lt;br /&gt;
* copy &amp;lt;tt&amp;gt;memdisk&amp;lt;/tt&amp;gt; loader to the boot partition&lt;br /&gt;
&lt;br /&gt;
 cp /usr/lib/syslinux/memdisk /boot/memdisk&lt;br /&gt;
&lt;br /&gt;
* append the following lines to /boot/grub/menu.lst&lt;br /&gt;
&lt;br /&gt;
 title           BIOS update&lt;br /&gt;
 root            (hd0,0)&lt;br /&gt;
 kernel          /memdisk&lt;br /&gt;
 initrd          /bios.img&lt;br /&gt;
&lt;br /&gt;
* reboot, and in the grub menu choose the &amp;lt;tt&amp;gt;BIOS update&amp;lt;/tt&amp;gt; option&lt;br /&gt;
&lt;br /&gt;
==Hard drive firmware update utility==&lt;br /&gt;
&lt;br /&gt;
Besides BIOS updates, Lenovo also provides [[Hard drive firmware update]] utility in the form of a bootable iso-image. Quick check shows that in some cases it has the same structure as above, i.e. empty &amp;lt;tt&amp;gt;iso9660&amp;lt;/tt&amp;gt; filesystem and bootimage of &amp;lt;tt&amp;gt;BootMediaType=4&amp;lt;/tt&amp;gt;. So, naturally, one would think that we can boot it in the same way as above, via &amp;lt;tt&amp;gt;grub&amp;lt;/tt&amp;gt; &amp;amp; &amp;lt;tt&amp;gt;memdisk&amp;lt;/tt&amp;gt;. However, common sense tells that it is not a good idea to read the firmware from the same very harddrive whose firmware we are updating. But looking further into the structure of the bootimage we see that first it creates a &amp;lt;tt&amp;gt;RAMDRIVE&amp;lt;/tt&amp;gt;, copies the update utility there, and launches it from the &amp;lt;tt&amp;gt;RAMDRIVE&amp;lt;/tt&amp;gt;. So, it is actually OK to use &amp;lt;tt&amp;gt;grub&amp;lt;/tt&amp;gt;. Tested on my {{X200}}.&lt;br /&gt;
&lt;br /&gt;
==Works with==&lt;br /&gt;
{{T500}}, {{R500}}, {{X200}}, {{X200_Tablet}}, {{X301}}, {{W500}}, {{W700}}, {{x200s}}, [[Hard drive firmware update]]&lt;/div&gt;</summary>
		<author><name>Igor47</name></author>
		
	</entry>
</feed>