<?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/"
	>

<channel>
	<title>Diznix Blog &#187; Ubuntu</title>
	<atom:link href="http://diznix.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://diznix.com</link>
	<description>News from Nowhere</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:58:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VirtualBox Boot-time BIOS Error</title>
		<link>http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/</link>
		<comments>http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 05:28:16 +0000</pubDate>
		<dc:creator>dizwell</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[piix4_smbus]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://diznix.com/?p=1030</guid>
		<description><![CDATA[A slightly annoying error message always appears whenever you boot Ubuntu 11.04 Server as a guest O/S in VirtualBox: piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr It doesn&#8217;t actually do any harm to the guest &#8230; <a href="http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A slightly annoying error message always appears whenever you boot Ubuntu 11.04 Server as a guest O/S in VirtualBox:</p>
<pre>piix4_smbus 0000.00.07.0: SMBus base address uninitialized - upgrade bios or use force_addr=0xaddr</pre>
<p>It doesn&#8217;t actually do any harm to the guest (as far as I can tell), so one could perfectly well leave it alone. But it&#8217;s possible to get rid of it altogether simply by issuing three commands and editing one configuration file. First:</p>
<pre>sudo nano /etc/modprobe.d/blacklist.conf</pre>
<p>Add the text</p>
<pre>blacklist i2c_piix4</pre>
<p>&#8230;to the end of the file. Finally, issue the commands:</p>
<pre>sudo update-initramfs -u -k all
sudo reboot</pre>
<p>When the machine comes back up after that last reboot, you won&#8217;t see the error message. What this is doing is simply preventing an attempt to load the i2c_piix4 kernel module. VirtualBox doesn&#8217;t emulate the hardware for which this module is actually needed, but Ubuntu doesn&#8217;t know that and tries to load it anyway. Blacklisting the module prevents Ubuntu doing that and thus makes the error disappear.</p>
<div class="simple_likebuttons_container_small">
      <div class="simple_likebuttons_googleplus">
        <g:plusone size="medium" count="false" href="http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/"></g:plusone>
      </div>
    
      <div class="simple_likebuttons_twitter simple_likebuttons_twitter_s">
        <a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-url="http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/" data-lang="en">Tweet</a>
      </div>
    
      <div class="simple_likebuttons_facebook">
        <div id="fb-root"></div>
        <script>(function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) {return;}
          js = d.createElement(s); js.id = id;
          js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, "script", "facebook-jssdk"));</script>
        <div class="fb-like" data-href="http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/" data-send="false" data-layout="button_count" data-show-faces="false" data-width="90"></div>
      </div>
    </div>]]></content:encoded>
			<wfw:commentRss>http://diznix.com/2011/06/09/virtualbox-boot-time-bios-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: diznix.com @ 2012-02-05 23:19:57 -->
