<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: New Year&#8217;s Chrome OS image release</title>
	<atom:link href="http://chromeos-blog.com/new-year-chrome-os-image-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://chromeos-blog.com/new-year-chrome-os-image-release/</link>
	<description>News and support for Google&#039;s open source operating system in a neat Mac OS theme :-)</description>
	<lastBuildDate>Sun, 23 Oct 2011 15:21:54 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ole</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-3230</link>
		<dc:creator>Ole</dc:creator>
		<pubDate>Sun, 07 Mar 2010 15:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-3230</guid>
		<description>Will there be another new ChromeOS release like the new year release soon ??</description>
		<content:encoded><![CDATA[<p>Will there be another new ChromeOS release like the new year release soon ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChromeOS-Blog</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2586</link>
		<dc:creator>ChromeOS-Blog</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2586</guid>
		<description>In the meantime, I already built it from scratch 20 times. But none of the releases worked. I am experiencing different errors from build to build and hence the Chromium OS project hasn&#039;t got a buildbot or a lkgr (last known good release) feature it&#039;s trial and error. Nevertheless, I&#039;m still trying... :-)</description>
		<content:encoded><![CDATA[<p>In the meantime, I already built it from scratch 20 times. But none of the releases worked. I am experiencing different errors from build to build and hence the Chromium OS project hasn&#8217;t got a buildbot or a lkgr (last known good release) feature it&#8217;s trial and error. Nevertheless, I&#8217;m still trying&#8230; <img src='http://chromeos-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2575</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Tue, 02 Feb 2010 20:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2575</guid>
		<description>/me waits patiently for next release. :p</description>
		<content:encoded><![CDATA[<p>/me waits patiently for next release. :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChromeOS-Blog</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2277</link>
		<dc:creator>ChromeOS-Blog</dc:creator>
		<pubDate>Sat, 16 Jan 2010 16:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2277</guid>
		<description>Hey Rob!
Thanks a lot for your help. I&#039;ll surely include your patch into the next release!</description>
		<content:encoded><![CDATA[<p>Hey Rob!<br />
Thanks a lot for your help. I&#8217;ll surely include your patch into the next release!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Clark</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2275</link>
		<dc:creator>Rob Clark</dc:creator>
		<pubDate>Sat, 16 Jan 2010 14:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2275</guid>
		<description>The issue w/ running from virtualbox seems to be the lacking of a suitable vboxvideo_drv.so and possible vboxmouse_drv.so..  unfortunately since chromeos hides all console output, it isn&#039;t so straightforward to figure that out ;-)

If you have a working linux virtual machine, you can add the chromeos vdi as a secondary disk, and then mount /dev/sdb1 and /dev/sdb3 (assuming your chromeos vdi is /dev/sdb) and poke around.. in particular /var/log/ from the first partition is useful to figure out what was going on.

The way I managed to repair the chromeos vdi:

1) mount /dev/sdb3 (3rd partition in chromeos vdi) from working linux vm
 # sudo mount /dev/sdb3 /mnt
2) mount vbox guest additions iso
3) extract files from vbox guest additions installer
  # cd /tmp
  # /media/cdrom0/VBoxLinuxAdditions-x86.run --noexec --keep
  # cd install
  # tar xjf VBoxGuestAdditions.tar.bz2
  # sudo cp lib/VBoxGuestAdditions/vboxvideo_drv_16.so /mnt/usr/lib/xorg/modules/drivers/vboxvideo_drv.so
  # sudo cp lib/VBoxGuestAdditions/vboxmouse_drv_16.so /mnt/usr/lib/xorg/modules/input/vboxmouse_drv.so 
  # sync; sudo umount /mnt

now shutdown your linux vm, and startup your chromeos vm</description>
		<content:encoded><![CDATA[<p>The issue w/ running from virtualbox seems to be the lacking of a suitable vboxvideo_drv.so and possible vboxmouse_drv.so..  unfortunately since chromeos hides all console output, it isn&#8217;t so straightforward to figure that out <img src='http://chromeos-blog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>If you have a working linux virtual machine, you can add the chromeos vdi as a secondary disk, and then mount /dev/sdb1 and /dev/sdb3 (assuming your chromeos vdi is /dev/sdb) and poke around.. in particular /var/log/ from the first partition is useful to figure out what was going on.</p>
<p>The way I managed to repair the chromeos vdi:</p>
<p>1) mount /dev/sdb3 (3rd partition in chromeos vdi) from working linux vm<br />
 # sudo mount /dev/sdb3 /mnt<br />
2) mount vbox guest additions iso<br />
3) extract files from vbox guest additions installer<br />
  # cd /tmp<br />
  # /media/cdrom0/VBoxLinuxAdditions-x86.run &#8211;noexec &#8211;keep<br />
  # cd install<br />
  # tar xjf VBoxGuestAdditions.tar.bz2<br />
  # sudo cp lib/VBoxGuestAdditions/vboxvideo_drv_16.so /mnt/usr/lib/xorg/modules/drivers/vboxvideo_drv.so<br />
  # sudo cp lib/VBoxGuestAdditions/vboxmouse_drv_16.so /mnt/usr/lib/xorg/modules/input/vboxmouse_drv.so<br />
  # sync; sudo umount /mnt</p>
<p>now shutdown your linux vm, and startup your chromeos vm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2147</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2147</guid>
		<description>Thank you. :D</description>
		<content:encoded><![CDATA[<p>Thank you. <img src='http://chromeos-blog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChromeOS-Blog</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2133</link>
		<dc:creator>ChromeOS-Blog</dc:creator>
		<pubDate>Tue, 05 Jan 2010 14:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2133</guid>
		<description>This release doesn&#039;t work in VMWare Player either. I&#039;m building new versions every week and keep you all informed.</description>
		<content:encoded><![CDATA[<p>This release doesn&#8217;t work in VMWare Player either. I&#8217;m building new versions every week and keep you all informed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChromeOS-Blog</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2085</link>
		<dc:creator>ChromeOS-Blog</dc:creator>
		<pubDate>Sun, 03 Jan 2010 22:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2085</guid>
		<description>Well, it seems, that it doesn&#039;t work out for quite a few people. The USB version, however, works fine. I have no clue why it doesn&#039;t work in VirtualBox after conversion. Will try to convert and rund in VMWare Player tomorrow. Check back here for updates.</description>
		<content:encoded><![CDATA[<p>Well, it seems, that it doesn&#8217;t work out for quite a few people. The USB version, however, works fine. I have no clue why it doesn&#8217;t work in VirtualBox after conversion. Will try to convert and rund in VMWare Player tomorrow. Check back here for updates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2080</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Sun, 03 Jan 2010 17:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2080</guid>
		<description>Unfortunately it doesn&#039;t work for me either with virtualbox. Will try however, using the flash method. :)</description>
		<content:encoded><![CDATA[<p>Unfortunately it doesn&#8217;t work for me either with virtualbox. Will try however, using the flash method. <img src='http://chromeos-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya trivedi</title>
		<link>http://chromeos-blog.com/new-year-chrome-os-image-release/comment-page-1/#comment-2005</link>
		<dc:creator>aditya trivedi</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://chromeos-blog.com/?p=396#comment-2005</guid>
		<description>doesnot work for me after i converted the image to vdi  for virtual box</description>
		<content:encoded><![CDATA[<p>doesnot work for me after i converted the image to vdi  for virtual box</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
