<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>technikhaufen - grml</title>
    <link>http://gebi.supersized.org/</link>
    <description>many to many</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 27 Mar 2008 14:44:05 GMT</pubDate>

    <image>
        <url>http://gebi.supersized.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: technikhaufen - grml - many to many</title>
        <link>http://gebi.supersized.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Create a bootable FreeDOS usb-stick</title>
    <link>http://gebi.supersized.org/archives/3-Create-a-bootable-FreeDOS-usb-stick.html</link>
            <category>grml</category>
            <category>Linux</category>
    
    <comments>http://gebi.supersized.org/archives/3-Create-a-bootable-FreeDOS-usb-stick.html#comments</comments>
    <wfw:comment>http://gebi.supersized.org/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://gebi.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Michael Gebetsroither)</author>
    <content:encoded>
    &lt;p&gt;I needed to upgrade the bios of my Computer (Intel).&lt;/p&gt;

&lt;p&gt;But how to do it without windows?&lt;/p&gt;

&lt;p&gt;In my case, Intel has many options for bios upgrading and one is the plain old
DOS method.  This is the best and &lt;em&gt;fastest&lt;/em&gt; way to upgrade your bios with
linux.&lt;/p&gt;

&lt;h4&gt;Create a &lt;a href=&quot;http://www.freedos.org/&quot;&gt;FreeDOS&lt;/a&gt; based bootable usb-stick&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Download a FreeDOS image, i&#039;ll use &lt;a href=&quot;http://www.finnix.org/Balder&quot;&gt;Balder&lt;/a&gt; for now.&lt;/li&gt;
&lt;li&gt;Prepare the usb-stick
&lt;ul&gt;
&lt;li&gt;check partition (e.g cfdisk /dev/sda)&lt;/li&gt;
&lt;li&gt;mkfs.msdos /dev/sda1&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Commands&lt;/h4&gt;

&lt;pre&gt;&lt;code&gt;qemu -boot a -fda balder10.img -hda /dev/sda
A:\&amp;gt; sys c:
A:\&amp;gt; xcopy /E /N a: c:
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;Check with&lt;/h4&gt;

&lt;pre&gt;&lt;code&gt;qemu -hda /dev/sda
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;All &lt;a href=&quot;http://grml.org&quot;&gt;GRML&lt;/a&gt; uses should also take a look at &lt;a href=&quot;http://wiki.grml.org/doku.php?id=biosupdate&quot;&gt;http://wiki.grml.org/doku.php?id=biosupdate&lt;/a&gt; which provides a nice overview.&lt;/p&gt;

&lt;p&gt;That&#039;s it!&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Thu, 27 Mar 2008 15:44:05 +0100</pubDate>
    <guid isPermaLink="false">http://gebi.supersized.org/archives/3-guid.html</guid>
    
</item>

</channel>
</rss>