<?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>bobpeers -&#62; blog &#187; virtualbox</title>
	<atom:link href="http://blog.bobpeers.com/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bobpeers.com</link>
	<description>Better late than never</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:34:48 +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>Fedora 12 64bit Shared Folders in Virtualbox</title>
		<link>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/</link>
		<comments>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:46:12 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/</guid>
		<description><![CDATA[Yesterday I had a problem with the shared folders when running 64bit Fedora 12 in Virtualbox. When I ran the command to mount the share # mount -t vboxsf sharename mountpoint it just returned the error &#8216;command not found&#8217;. It turns out the the command is actually a symlink called /sbin/mount.vboxsf that points to /usr/lib/VBoxGuestAdditions/mount.vboxsf. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had a problem with the shared folders when running 64bit Fedora 12 in Virtualbox. When I ran the command to mount the share</p>
<pre># mount -t vboxsf sharename mountpoint</pre>
<p>it just returned the error &#8216;command not found&#8217;. It turns out the the command is actually a symlink called /sbin/mount.vboxsf that points to /usr/lib/VBoxGuestAdditions/mount.vboxsf.</p>
<p>My symlink was broken due to the fact that on 64bit systems the program is actuallly located in /usr/lib64/VBoxGuestAdditions/mount.vboxsf. To fix I simply deleted and recreated the symlink to point to the correct location.</p>
<pre># cd /sbin
# rm mount.vboxsf
# ln -s /usr/lib64/VBoxGuestAdditions/mount.vboxsf mount.vboxsf
</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;count=none&amp;text=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;count=none&amp;text=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;linkname=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F12%2F03%2Ffedora-12-64bit-shared-folders-in-virtualbox%2F&amp;title=Fedora%2012%2064bit%20Shared%20Folders%20in%20Virtualbox" id="wpa2a_2"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/12/03/fedora-12-64bit-shared-folders-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox 3 Seems Very Buggy</title>
		<link>http://blog.bobpeers.com/2009/07/06/virtualbox-3-seems-very-buggy/</link>
		<comments>http://blog.bobpeers.com/2009/07/06/virtualbox-3-seems-very-buggy/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 20:32:44 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/07/06/virtualbox-3-seems-very-buggy/</guid>
		<description><![CDATA[It could just be me but I&#8217;m having lots of problem using Virtualbox 3 that was released on June 30th. I already had Fedora 11 installed in a virtual machine but upon upgrading to Virtualbox 3 I could no longer boot then machine. It took about 5 attempts to reinstall fresh machine with various errors [...]]]></description>
			<content:encoded><![CDATA[<p>It could just be me but I&#8217;m having lots of problem using Virtualbox 3 that was released on June 30th.</p>
<p>I already had Fedora 11 installed in a virtual machine but upon upgrading to Virtualbox 3 I could no longer boot then machine. It took about 5 attempts to reinstall fresh machine with various errors about my laptop not having the VT-x hardware virtualization support (not true), random freezes and some problem related to ext4 as shown here in this screenshot.</p>
<p class="center"><img src="http://blog.bobpeers.com/wp-content/uploads/2009/07/ext4.png" alt="Virtualbox ext4 error" /></p>
<p>I&#8217;ve also tried to install Mandriva LinuxOne 2009.1. This seemed to install OK but upon rebooting it tried to check for updates and then just hung finally. After a hard reset it gave this error but at least all seems to OK now.</p>
<p class="center"><img src="http://blog.bobpeers.com/wp-content/uploads/2009/07/mandriva_error.png" alt="Virtualbox Mandriva error" /></p>
<p>As I said I could just be unlucky but if this continues I&#8217;ll have to go back to an older version and wait until the problems are ironed out.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;count=none&amp;text=Virtualbox%203%20Seems%20Very%20Buggy" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;count=none&amp;text=Virtualbox%203%20Seems%20Very%20Buggy" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;linkname=Virtualbox%203%20Seems%20Very%20Buggy" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F07%2F06%2Fvirtualbox-3-seems-very-buggy%2F&amp;title=Virtualbox%203%20Seems%20Very%20Buggy" id="wpa2a_4"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/07/06/virtualbox-3-seems-very-buggy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moblin v2.0 beta Impressions</title>
		<link>http://blog.bobpeers.com/2009/05/25/moblin-v20-beta-impressions/</link>
		<comments>http://blog.bobpeers.com/2009/05/25/moblin-v20-beta-impressions/#comments</comments>
		<pubDate>Mon, 25 May 2009 06:43:41 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/05/25/moblin-v20-beta-impressions/</guid>
		<description><![CDATA[Since my last post I&#8217;ve downloaded the Moblin v2.0 beta img file and installed the img using Virtualbox. It&#8217;s easy to install, just use the img file as you would a regular iso file so set Virtualbox to boot from the img file. The only gotcha is to remember to enable PAE/NX in the general [...]]]></description>
			<content:encoded><![CDATA[<p>Since my last post I&#8217;ve downloaded the Moblin v2.0 beta img file and installed the img using Virtualbox. It&#8217;s easy to install, just use the img file as you would a regular iso file so set Virtualbox to boot from the img file.</p>
<p>The only gotcha is to remember to enable PAE/NX in the general settings, I seem to forget this every time but the boot process stops early on with the warning. I&#8217;m also not sure how much space is required for the install but at my first attempts failed with the partitioner complaining that you must have at least 2500 MB for the root (/) partition, I&#8217;d say to allow at least 4GB in total.</p>
<p>For anyone that&#8217;s used Fedora and the Anaconda installer before it&#8217;s all very familiar stuff except for a few removed options (no encrypted partitions for example). The install took about 10 minutes at most.</p>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin_install.png" alt="Moblin Install"/></p>
<p>Once rebooted we arrive at the start page, or m_zone as moblin call it.</p>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin_start.png" alt="Moblin m_zone"/></p>
<p>I&#8217;ll not go into much detail as it&#8217;s described thoroughly on the <a href="http://www.phoronix.com/scan.php?page=article&#038;item=moblin_v2_ui">Phoronix site</a> and <a href="http://arstechnica.com/open-source/reviews/2009/05/hands-on-intel-brings-rich-ui-to-moblin-linux-platform.ars">Ars Technica</a> but here&#8217;s a few screen shots of the applications screen, nautilus and a terminal (no it&#8217;s not hidden away!).</p>
<p>Many applications are standard Gnome versions but with a modified theme and I think the GUI is very easy to use even to some one totally new to the interface.</p>
<p>Just to note that there seems to be no GUI to shutdown Moblin, instead open a terminal and use:</p>
<p><code>sudo /sbin/shutdown -h now</code></p>
<p>The user you created on install is added to the sudoers file so you can run this command by using your normal users password.</p>
<p>Generally it runs OK in Virtualbox, if very slowly, plus there are some issues with the screen resolution as you can see in the screen shots that the top menu becomes &#8216;squashed&#8217; at the right side and the start screen actually goes of the edge of the screen.</p>
<h3>Nautilus</h3>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin_nautilus.png" alt="Moblin Nautilus"/></p>
<h3>Applications Display</h3>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin_applications.png" alt="Moblin Apps"/></p>
<h3>Terminal</h3>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin_terminal.png" alt="Moblin Terminal"/></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;count=none&amp;text=Moblin%20v2.0%20beta%20Impressions" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;count=none&amp;text=Moblin%20v2.0%20beta%20Impressions" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;linkname=Moblin%20v2.0%20beta%20Impressions" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F25%2Fmoblin-v20-beta-impressions%2F&amp;title=Moblin%20v2.0%20beta%20Impressions" id="wpa2a_6"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/05/25/moblin-v20-beta-impressions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Running Moblin in Virtualbox</title>
		<link>http://blog.bobpeers.com/2009/05/04/running-moblin-in-virtualbox/</link>
		<comments>http://blog.bobpeers.com/2009/05/04/running-moblin-in-virtualbox/#comments</comments>
		<pubDate>Mon, 04 May 2009 12:29:38 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[moblin]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/05/04/running-moblin-in-virtualbox/</guid>
		<description><![CDATA[After my experiences with Google Android I decided to take Intels Moblin for a spin. Intel make it very easy to try Moblin out as they already provide a VMWare image on the main download page. As it turns out using VMWare images in Virtualbox is a piece of cake as Virtualbox natively supports this [...]]]></description>
			<content:encoded><![CDATA[<p>After my experiences with Google Android I decided to take <a href="http://moblin.org/">Intels Moblin</a> for a spin. Intel make it very easy to try Moblin out as they already provide a <a href="http://moblin.org/documentation/test-drive-moblin">VMWare image on the main download page</a>.</p>
<p>As it turns out using VMWare images in Virtualbox is a piece of cake as Virtualbox natively supports this format. Simply download the image from the website, then unpack the file (if you&#8217;re using Windows I highly recommend using <a href="http://www.7-zip.org/">7-Zip</a>, plus it&#8217;s GPL licensed) and save the vmdk file into your Virtualbox harddisks folder.</p>
<p>In Virtualbox you just use the vmdk file as as the new machines hard disk and off you go. I found Moblin booted very quickly and connected to the network without any problem. The desktop environment used is <a href="http://www.xfce.org/">XFCE</a> so you would expect good performance but in use I found it was extremely sluggish. Some mouse clicks took 20-30 seconds to register and I noted that the CPU used by Virtualbox hung at around 50% during this whole period. I suspect that this is a problem with Virtualbox and not Moblin but it&#8217;s hard to be sure.</p>
<p><img src="http://blog.bobpeers.com/wp-content/uploads/2009/05/moblin.png" alt="Moblin Desktop" /></p>
<p>Moblin is aimed mainly at the rapidly expanding netbook marked which Android may also be venturing into. It will be interesting to see what happens in the future in this field, especially with Windows 7 fighting over the same market (if Microsoft can maintain it&#8217;s profit margins that is).</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;count=none&amp;text=Running%20Moblin%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;count=none&amp;text=Running%20Moblin%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;linkname=Running%20Moblin%20in%20Virtualbox" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F05%2F04%2Frunning-moblin-in-virtualbox%2F&amp;title=Running%20Moblin%20in%20Virtualbox" id="wpa2a_8"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/05/04/running-moblin-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Compiling Google Andriod Progress</title>
		<link>http://blog.bobpeers.com/2009/02/27/compiling-google-andriod-progress/</link>
		<comments>http://blog.bobpeers.com/2009/02/27/compiling-google-andriod-progress/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:54:50 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[eee701]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/27/compiling-google-andriod-progress/</guid>
		<description><![CDATA[It&#8217;s been pretty up and down but I&#8217;ve successfully compiled Google Andriod for an eee701. The problem is that after converting the installer.img into a VDI file and booting in Virtualbox I&#8217;m stuck at the boot menu. I&#8217;ve actually been compiling the source in a Virtual environment, a Fedora 10 virtual machine running on Windows [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been pretty up and down but I&#8217;ve successfully compiled Google Andriod for an eee701. The problem is that after converting the installer.img into a VDI file and booting in Virtualbox I&#8217;m stuck at the boot menu.</p>
<p>I&#8217;ve actually been compiling the source in a Virtual environment, a Fedora 10 virtual machine running on Windows XP Professional.</p>
<p>In brief here&#8217;s the procedure so far on Fedora 10.</p>
<ol>
<li>Install the <a href="http://java.sun.com/javase/downloads/index.jsp">Sun Java SE Development Kit (JDK)</a></li>
<li>Edit your ~/.bashrc file and add the following lines.
<pre>export JAVA_HOME='/usr/java/jdk1.6.0_12'
PATH=.:$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
</pre>
</li>
<li>Install gperf.
<pre># yum install gperf</pre>
</li>
<li>Make sure you have a ~/bin directory in your home directory, and check to be sure that this bin directory is in your path:
<pre>$ cd ~
$ mkdir bin
$ echo $PATH
</pre>
</li>
<li>Download the repo script and make sure it is executable:
<pre>$ curl http://android.git.kernel.org/repo >~/bin/repo
$ chmod a+x ~/bin/repo
</pre>
</li>
<li>Create an empty directory to hold your working files:
<pre>$ mkdir mydroid
$ cd mydroid
</pre>
</li>
<li>Get the cupcake branch
<pre>$ repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake</pre>
</li>
<li>To pull down files to your working directory from the repositories as specified in the default manifest, run
<pre>$ repo sync</pre>
</li>
<li>I tried compiling with
<pre>$ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2 installer.img</pre>
<p>but this fails with the error:</p>
<pre>du: cannot access `out/target/product/eee_701/data': No such file or directory
</pre>
<p>After making this data directory and running again the compiling is successful.</p>
<pre>File edit complete. Wrote 2 images.
Done with bootable installer image -[ out/target/product/eee_701/installer.img ]
</pre>
</li>
<li>Change to the output directory
<pre>$ cd out/target/product/eee_701/</pre>
</li>
<li>Convert the installer.img to a Virtualbox VDI file
<pre>$ VBoxManage  convertfromraw -static -format VDI ./installer.img  ./installer.vdi</pre>
</li>
<li>Create a new virtual machine in Virtualbox and use this vdi as the hard drive.</li>
<li>Unfortunately this is where I get stuck. At first I received errors like:
<pre>$  Booting `recovery`
cmdline (hd0,1)/cmdline
Error 15: File not found
</pre>
<p>or</p>
<pre>Booting `std_boot`
cmdline (hd0,2)/cmdline
Error 22: No such partition
</pre>
<p>Exactly as described <a href="http://groups.google.com/group/android-porting/msg/932537f8e19dccd0">here</a><br />
These problems were fixed by changing hd(0,2) to hd(0,0) but then it seems to boot only to be presented with this error. The same can be found in <a href="http://groups.google.com/group/android-porting/msg/74c62cb3d1023969">this post.</a></p>
<pre>init: Unable to open persistent property directory /data/property errno: 2
sh: can’t access tty: Waiting for device /dev/block/sdb2
</pre>
</li>
</ol>
<p>I can&#8217;t get past this error and the solutions on android-porting pages are sometimes hard to follow. Never the less I&#8217;ll keep trying especially that I&#8217;m so close.</p>
<p>Note that this was using the stock Andriod kernel. I also tried compiling the 2.6.27 kernel  but it fails with the following error.</p>
<pre>drivers/rtc/alarm.c:16:27: error: asm/mach/time.h: No such file or directory
drivers/rtc/alarm.c: In function ‘alarm_suspend’:
drivers/rtc/alarm.c:357: error: implicit declaration of function ‘save_time_delta’
make[2]: *** [drivers/rtc/alarm.o] Error 1
make[1]: *** [drivers/rtc] Error 2
make: *** [drivers] Error 2
</pre>
<p>Reading <a href="http://groups.google.com/group/android-porting/msg/de3d9c658a076f86">this post</a> I see that this is a known issue and there is a patch but I haven&#8217;t tried applying the patch yet.</p>
<p>If you do decide to compile your own kernel it&#8217;s pretty easy.</p>
<pre>$ cd ~/mydroid/vendor/asus/eee_701/
$ make menuconfig
</pre>
<p>Save the config file then.</p>
<pre>$ make bzImage</pre>
<p>Then copy the kernel to vendor/asus/eee_701</p>
<pre>$ cp arch/x86/boot/bzImage ../vendor/asus/eee_701/kernel</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;count=none&amp;text=Compiling%20Google%20Andriod%20Progress" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;count=none&amp;text=Compiling%20Google%20Andriod%20Progress" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;linkname=Compiling%20Google%20Andriod%20Progress" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F27%2Fcompiling-google-andriod-progress%2F&amp;title=Compiling%20Google%20Andriod%20Progress" id="wpa2a_10"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/27/compiling-google-andriod-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox Shared Folders</title>
		<link>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/</link>
		<comments>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:36:34 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shared folders]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/</guid>
		<description><![CDATA[Is seems that the format for getting shared folders to work with Linux clients has changed. Assuming I&#8217;m trying to mount the Windows Desktop in the Linux client I used to use the following command. # mount -t vboxsf \\vboxsvr\Desktop /mnt/desktop I tried this today and it fails with the error: # /sbin/mount.vboxsf: mounting failed [...]]]></description>
			<content:encoded><![CDATA[<p>Is seems that the format for getting shared folders to work with Linux clients has changed. Assuming I&#8217;m trying to mount the Windows Desktop in the Linux client I used to use the following command.</p>
<pre># mount -t vboxsf \\vboxsvr\Desktop /mnt/desktop</pre>
<p>I tried this today and it fails with the error:</p>
<pre># /sbin/mount.vboxsf: mounting failed with the error: Protocol error</pre>
<p>It turns out that the way to get this working is to drop the server name and use a lowercase &#8216;D&#8217;.</p>
<pre># mount -t vboxsf desktop /mnt/desktop</pre>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;count=none&amp;text=Virtualbox%20Shared%20Folders" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;count=none&amp;text=Virtualbox%20Shared%20Folders" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;linkname=Virtualbox%20Shared%20Folders" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F23%2Fvirtualbox-shared-folders%2F&amp;title=Virtualbox%20Shared%20Folders" id="wpa2a_12"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/23/virtualbox-shared-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Android in Virtualbox</title>
		<link>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/</link>
		<comments>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 20:22:28 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/</guid>
		<description><![CDATA[After reading this page about running Google Android in Virtualbox I thought it might be fun to have a go. Just download the vdi file from the above site and create a new virtual machine. On booting I selected a video mode of 640x480x16 (use letter g) for best results. Note that you also have [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://eoghans.devsite.googlepages.com/androidinvirtualbox">this</a> page about running <a href="http://code.google.com/android/">Google Android</a> in Virtualbox I thought it might be fun to have a go.</p>
<p>Just download the vdi file from the above site and create a new virtual machine. On booting I selected a video mode of 640x480x16 (use letter g) for best results. Note that you also have to enable the Serial Ports in Virtualbox otherwise it hangs at the grub menu. Apart from that it boots in a matter of seconds and looks really good.</p>
<p>Note that there&#8217;s no networking or mouse support right now but it&#8217;s still fun to play around with. Many thanks to the above site for sharing the vdi file for anyone to try.</p>
<p><img height="405px" width="480px" src="http://blog.bobpeers.com/wp-content/uploads/2009/02/android.png" alt="Google Andriod" /><br />
<img height="405px" width="480px" src="http://blog.bobpeers.com/wp-content/uploads/2009/02/android_menu.png" alt="Google Android" /></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;count=none&amp;text=Google%20Android%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;count=none&amp;text=Google%20Android%20in%20Virtualbox" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;linkname=Google%20Android%20in%20Virtualbox" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F02%2F12%2Fgoogle-android-in-virtualbox%2F&amp;title=Google%20Android%20in%20Virtualbox" id="wpa2a_14"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/02/12/google-android-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Virtualbox Release Early and Often</title>
		<link>http://blog.bobpeers.com/2009/01/28/virtualbox-release-early-and-often/</link>
		<comments>http://blog.bobpeers.com/2009/01/28/virtualbox-release-early-and-often/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 10:37:55 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/01/28/virtualbox-release-early-and-often/</guid>
		<description><![CDATA[It seems that only a few weeks go by and Virtualbox release a new version. I had only just installed Windows 7 Beta into Virtualbox 2.10 (using the Vista option) when they released version 2.12 with support for Windows 7. Admittedly the code base for Windows 7 and Vista are very similar but just the [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that only a few weeks go by and Virtualbox release a new version. I had only just installed Windows 7 Beta into Virtualbox 2.10 (using the Vista option) when they released version 2.12 with support for Windows 7. Admittedly the code base for Windows 7 and Vista are very similar but just the fact that they get a release out so fast is very encouraging.</p>
<p>It&#8217;s really a good sign when a large company like Sun can get changes out of the door this fast and I think it bodes well for the future development of Virtualbox. I look forward to what&#8217;s the next step for Virtualbox as it&#8217;s already a fantastic product.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;count=none&amp;text=Virtualbox%20Release%20Early%20and%20Often" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;count=none&amp;text=Virtualbox%20Release%20Early%20and%20Often" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;linkname=Virtualbox%20Release%20Early%20and%20Often" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F28%2Fvirtualbox-release-early-and-often%2F&amp;title=Virtualbox%20Release%20Early%20and%20Often" id="wpa2a_16"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/01/28/virtualbox-release-early-and-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Beta Impressions</title>
		<link>http://blog.bobpeers.com/2009/01/14/windows-7-beta-impressions/</link>
		<comments>http://blog.bobpeers.com/2009/01/14/windows-7-beta-impressions/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:33:53 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/01/14/windows-7-beta-impressions/</guid>
		<description><![CDATA[Even though I&#8217;m a Linux enthusiast I still thought I&#8217;d have a look at the new Windows 7 Beta that was released to the public on Saturday. I should also say that I&#8217;m very pleased that Microsoft decided to lift the 2.5 million limit on the number of license keys available but can&#8217;t help but [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I&#8217;m a Linux enthusiast I still thought I&#8217;d have a look at the new Windows 7 Beta that was released to the public on Saturday.</p>
<p>I should also say that I&#8217;m very pleased that Microsoft decided to lift the 2.5 million limit on the number of license keys available but can&#8217;t help but think the whole situation was planned. It was obvious that after saying the only 2.5 million keys will be available there would be a huge rush that would cripple the site and get huge publicity.</p>
<p>Apart from the initial server overload it went very well downloading the beta, I got both the 32 and 64 bit files downloaded in about 30 minutes so they must have got something right in the end.</p>
<p>I installed the 32 Bit version into Virtualbox, no need to screw up a &#8216;real&#8217; computer these days. The procedure is very simple but installing the guest Additions needs a slight tweak, the clearest instructions I&#8217;ve found are on the <a href="http://blogs.sun.com/fatbloke/entry/windows_7_on_virtualbox">Sun Blogs site</a>.</p>
<p>On installing there was a long delay between the &#8216;Windows is extracting files..&#8217; message and the next stage, I actually thought it had silently crashed but just be patient as it does work in the end.</p>
<p>As for my impressions, yes it&#8217;s slick, looks very nice and runs extremely well in my virtual machine, but coming from a Linux point of view it&#8217;s boring. I&#8217;m sure the masses will love it but I just feel that with each advancement it puts me one step further away from knowing what my computer is doing.</p>
<p>I also wonder why the 32 Bit iso is 2.6GB (and the 64 Bit is 3.15GB) when there&#8217;s virtually no software included (although <a href="http://gizmodo.com/photogallery/win7screengrabs/1004229517">paint has the ribbon interface</a>, woo hoo!). The Fedora 10 iso is 3.5GB but includes GIMP, OpenOffice, MySQL, Apache, Perl and thousands of other packages out of the box. Why Windows should be so large is a total mystery to me.</p>
<p>I also wonder about the small things, Windows 7 Beta still seems to have the same notepad that&#8217;s been around since Windows 1.0. Search <a href="http://www.google.dk/search?q=notepad+replacements">Google</a> and you find thousands of hits for notepad replacements (I use <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>) and yet Microsoft didn&#8217;t bother upgrading the one shipping with their flagship product, strange.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;count=none&amp;text=Windows%207%20Beta%20Impressions" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;count=none&amp;text=Windows%207%20Beta%20Impressions" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;linkname=Windows%207%20Beta%20Impressions" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F14%2Fwindows-7-beta-impressions%2F&amp;title=Windows%207%20Beta%20Impressions" id="wpa2a_18"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/01/14/windows-7-beta-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox 2.10</title>
		<link>http://blog.bobpeers.com/2009/01/02/virtualbox-210/</link>
		<comments>http://blog.bobpeers.com/2009/01/02/virtualbox-210/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 10:22:16 +0000</pubDate>
		<dc:creator>Bob Peers</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://blog.bobpeers.com/2009/01/02/virtualbox-210/</guid>
		<description><![CDATA[I&#8217;ve just tried VirtualBox 2.10 and their support for Fedora hosts has much improved. In the past I had problems running Fedora 10 in full screen mode due to Xorg 1.5 being shipped with Fedora 10. Now it works flawlessly along with the dynamic resizing and mouse capture support. The main problem I still have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just tried <a href="http://www.virtualbox.org/">VirtualBox</a> 2.10 and their support for Fedora hosts has much improved. In the past I had problems running Fedora 10 in full screen mode due to Xorg 1.5 being shipped with Fedora 10. Now it works flawlessly along with the dynamic resizing and mouse capture support.</p>
<p>The main problem I still have is with seamless mode. When I tried this out I could only see a small patch of the client in a window in the middle of my host desktop so I was unable to even shutdown the machine.</p>
<p>I was running VirtualBox on a laptop with a P8600 2.4 GHz processor and 2GB or RAM, I allocated 768MB of RAM to the Fedora client and it actually runs much faster than natively on my old laptop with 512MB of RAM. In fact with it running full screen you would not know that it was not the host OS as it runs so well.</p>
<p>With many laptops now shipping with 4GB of RAM I can easily see the time when there&#8217;s no need to set up a dual boot environment but just use virtualisation instead. The main problem is with hardware support, for example accessing built in webcams and other laptop specific devices.</p>
<p>Update &#8211; I just tried seamless mode again and it worked perfectly so maybe the problem was an intermittent one, I hope so anyway.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;count=none&amp;text=VirtualBox%202.10" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;counturl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;count=none&amp;text=VirtualBox%202.10" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_google_bookmarks" href="http://www.addtoany.com/add_to/google_bookmarks?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Google Bookmarks" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google Bookmarks"/></a><a class="a2a_button_evernote" href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Evernote" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_button_hotmail" href="http://www.addtoany.com/add_to/hotmail?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Hotmail" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/live.png" width="16" height="16" alt="Hotmail"/></a><a class="a2a_button_wordpress" href="http://www.addtoany.com/add_to/wordpress?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="WordPress" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/wordpress.png" width="16" height="16" alt="WordPress"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Facebook" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;linkname=VirtualBox%202.10" title="Delicious" rel="nofollow" target="_blank"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.bobpeers.com%2F2009%2F01%2F02%2Fvirtualbox-210%2F&amp;title=VirtualBox%202.10" id="wpa2a_20"><img src="http://blog.bobpeers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bobpeers.com/2009/01/02/virtualbox-210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

