<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Cyconet Blog &#187; thinkpad</title>
	<atom:link href="http://blog.waja.info/tag/thinkpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Wed, 28 Apr 2010 08:22:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>BIOS Bootsplash for Thinkpad (T41)</title>
		<link>http://blog.waja.info/2007/01/29/bios-bootsplash-for-thinkpad-t41/</link>
		<comments>http://blog.waja.info/2007/01/29/bios-bootsplash-for-thinkpad-t41/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 10:29:19 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[hardware-hacking]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[thinkpad]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/01/29/bios-bootsplash-for-thinkpad-t41/</guid>
		<description><![CDATA[On thinkwiki.org I found 2 articles how to get rid of the IBM BIOS Bootsplash and your own working. One for Windows and one for Linux. At first, you need 1ruj35us.exe or newer. With # cabextract -F &#8220;*.IMG&#8221; 1ruj35us.exe you will get a &#8220;1RUJ35US.IMG&#8221;, which is a floppy image. Next you need to create a [...]]]></description>
			<content:encoded><![CDATA[<p> <a title="Thinkpad BIOS Bootsplash" rel="lightbox" href="http://blog.waja.info/wp-content/photos/logo_with_brand.jpg"><img align="left" style="margin: 0pt 6px 2px 0pt; padding: 3px; display: inline; float: left" title="Bootsplash" alt="Bootsplash" src="http://blog.waja.info/wp-content/photos/thumb_logo_with_brand.jpg" border="0" /></a>On <a target="new" href="http://thinkwiki.org">thinkwiki.org</a> I found 2 articles how to get rid of the IBM BIOS Bootsplash and your own working. One for <a target="new" href="http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen_%28under_Windows%29">Windows</a> and one for <a target="new" href="http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen">Linux</a>.</p>
<p><span id="more-115"></span><br />
<br />
At first, you need <a href="ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj35us.exe">1ruj35us.exe</a> or newer. With</p>
<p class="code"># cabextract -F &#8220;*.IMG&#8221; 1ruj35us.exe</p>
<p>you will get a &#8220;1RUJ35US.IMG&#8221;, which is a floppy image.</p>
<p>Next you need to create a 16 color 640&#215;480 BMP and save it as &#8220;/tmp/logo.bmp&#8221;. Now we need to mount the floppy, let the &#8220;logo.bmp&#8221; take place there and generate a &#8220;logo.mod&#8221;:</p>
<p class="code">
# mkdir /tmp/floppy<br />
# mount -o loop,umask=000 /tmp/1RUJ35US.IMG /tmp/floppy<br />
# cp /tmp/logo.bmp /tmp/floppy/ &#038;&#038; cd /tmp/floppy/<br />
# wine prepare.exe logo.scr<br />
# cd &#038;&#038; umount /tmp/floppy/
</p>
<p>If you don&#8217;t have wine, but a running windows in place, use <a target="new" href="http://chitchat.at.infoseek.co.jp/vmware/vfd.html#download">Virtual Floppy Drive</a> like described in the <a target="new" href="http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen_%28under_Windows%29">Windows</a> instruction to get the picture on the disk image.<br />
Now you only need to burn a CD(-RW) with &#8220;1RUJ35US.IMG&#8221; as boot image. This can be easily done with k3b or on console:</p>
<p class="code">
# mkisofs -b 1RUJ35US.IMG 1RUJ35US.IMG| cdrecord \<br />
 dev=&lt;device&gt; -
</p>
<p>You only need to boot your Thinkpad from CD(-RW) by pressing F12 on boot and flashing new firmware with customer image. You are done! My bootsplash image can be found <a href="http://blog.waja.info/downloads/logo_with_brand.bmp">here</a>, an &#8216;unbranded&#8217; one <a href="http://blog.waja.info/downloads/logo.bmp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/01/29/bios-bootsplash-for-thinkpad-t41/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->