<?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: CloudBook Takes Almost 3 Minutes to Boot</title>
	<atom:link href="http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot</link>
	<description>News and views on today&#039;s hottest laptops, cell phones, and other mobile devices.</description>
	<lastBuildDate>Sat, 21 Nov 2009 02:25:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Rasat</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-23542</link>
		<dc:creator>Anthony Rasat</dc:creator>
		<pubDate>Sat, 26 Sep 2009 03:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-23542</guid>
		<description>Notice that this is a reply of post more than one year and a half later.

Ubuntu 9.04 Jaunty Jackalope brought new Linux filesystem - ext4 - that pretty much ease the pain of booting a Cloudbook. And since Jaunty is a boot-optimized out-from-oven Ubuntu version, well, you probably looking at a normal boot time of 60 seconds.

Cloudbook also notoriously known to frequently random freeze. Here you must add to the kernel line (or permanently add them to file /boot/grub/menu.lst):
io_delay=none idle=halt acpi_osi=&quot;!Windows 2006&quot; pci=routeirq

Well, the rest of the problem (low power wifi, undetected video driver, etc) are remedied by Jaunty&#039;s newer kernel. As far as I can see there is only two problem remains:
1. No higher screen resolution than 800x480 pixel. I managed to customise window manager to optimise for small screen. Pretty good result, I can say.
2. No sound from headphone jack. There are workaround though, I have no time to do it just yet.

So, from my point of view, this article is getting irrelevant. Oh, by the way, at this time I wrote this post, Microsoft Windows 7 is on sale but I definitely not want to install it to a Cloudbook.</description>
		<content:encoded><![CDATA[<p>Notice that this is a reply of post more than one year and a half later.</p>
<p>Ubuntu 9.04 Jaunty Jackalope brought new Linux filesystem &#8211; ext4 &#8211; that pretty much ease the pain of booting a Cloudbook. And since Jaunty is a boot-optimized out-from-oven Ubuntu version, well, you probably looking at a normal boot time of 60 seconds.</p>
<p>Cloudbook also notoriously known to frequently random freeze. Here you must add to the kernel line (or permanently add them to file /boot/grub/menu.lst):<br />
io_delay=none idle=halt acpi_osi=&#8221;!Windows 2006&#8243; pci=routeirq</p>
<p>Well, the rest of the problem (low power wifi, undetected video driver, etc) are remedied by Jaunty&#8217;s newer kernel. As far as I can see there is only two problem remains:<br />
1. No higher screen resolution than 800&#215;480 pixel. I managed to customise window manager to optimise for small screen. Pretty good result, I can say.<br />
2. No sound from headphone jack. There are workaround though, I have no time to do it just yet.</p>
<p>So, from my point of view, this article is getting irrelevant. Oh, by the way, at this time I wrote this post, Microsoft Windows 7 is on sale but I definitely not want to install it to a Cloudbook.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-748</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 05 Mar 2008 01:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-748</guid>
		<description>&quot;On another note, the log in screen is an enormous pain. I consider myself a good touch typist and, most of the time, it takes me three or more attempts to correctly enter my simple password. This adds yet another layer or time-consuming frustration to the startup process.&quot;

Say what? Type in your username, press enter, type in your password, press enter. It&#039;s the same as nearly every other Linux login screen.

And if you don&#039;t like logging in, turn on auto-login.</description>
		<content:encoded><![CDATA[<p>&#8220;On another note, the log in screen is an enormous pain. I consider myself a good touch typist and, most of the time, it takes me three or more attempts to correctly enter my simple password. This adds yet another layer or time-consuming frustration to the startup process.&#8221;</p>
<p>Say what? Type in your username, press enter, type in your password, press enter. It&#8217;s the same as nearly every other Linux login screen.</p>
<p>And if you don&#8217;t like logging in, turn on auto-login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quinn Storm</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-570</link>
		<dc:creator>Quinn Storm</dc:creator>
		<pubDate>Sun, 24 Feb 2008 12:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-570</guid>
		<description>Actually, that article is about a 2.6.24 kernel, the cloudbook still ships with and uses a 2.6.22 kernel that *does not* have the data loss bug (which does not cause retries, it causes total system failure)

The half speed cpu issue appears to be real, I&#039;m looking into ways to move the loading of e_powersaver and the switching of the governor to performance up to the top of init, one issue btw being that changing rates during the runtime currently can hardlock the system, so it has to be set to performance basically from the beginning

As for the wifi module, as I believe I commented on that thread, there is no problem there, that is the code from ubuntu (on which gOS is based) trying to hardware probe and load a module for a different wifi card that is not present on the cloudbook.  The cloudbook has a ralink card, the iwlwifi has nothing to do with that.</description>
		<content:encoded><![CDATA[<p>Actually, that article is about a 2.6.24 kernel, the cloudbook still ships with and uses a 2.6.22 kernel that *does not* have the data loss bug (which does not cause retries, it causes total system failure)</p>
<p>The half speed cpu issue appears to be real, I&#8217;m looking into ways to move the loading of e_powersaver and the switching of the governor to performance up to the top of init, one issue btw being that changing rates during the runtime currently can hardlock the system, so it has to be set to performance basically from the beginning</p>
<p>As for the wifi module, as I believe I commented on that thread, there is no problem there, that is the code from ubuntu (on which gOS is based) trying to hardware probe and load a module for a different wifi card that is not present on the cloudbook.  The cloudbook has a ralink card, the iwlwifi has nothing to do with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahjongg</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-456</link>
		<dc:creator>mahjongg</dc:creator>
		<pubDate>Wed, 20 Feb 2008 16:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-456</guid>
		<description>Some technical backgrounds why the hard disk load times are this dismal are now discovered.

First, probably due to a last minute kernal change, the CloudBook now suffers from a hardware bug in VIA&#039;s IDE hardware, causing massive data loss problems during high data traffic situations.
This means that gOS needs to re-read the same data many times causing the extreme delays. 
A work around is already written to fix this problem.

see: http://article.gmane.org/gmane.linux.kernel/641355/match=cloudbook

another problem is that the booting code seems to be far from optimised, one problem is that gOS boots at half the CPU speed (600MHz) ! There are also lots of other speed limiting snags. Also there are appear to be problems in the initialisation code of the WifI module.  
So there are stil LOTS of optimalisations that can be done!

See http://forum.cloudbooker.com/viewtopic.php?pid=1775#p1775

The good news is that all this seems to have been caused by the extremely short development time of this version of gOS, and as it&#039;s just software it can be easily fixed.</description>
		<content:encoded><![CDATA[<p>Some technical backgrounds why the hard disk load times are this dismal are now discovered.</p>
<p>First, probably due to a last minute kernal change, the CloudBook now suffers from a hardware bug in VIA&#8217;s IDE hardware, causing massive data loss problems during high data traffic situations.<br />
This means that gOS needs to re-read the same data many times causing the extreme delays.<br />
A work around is already written to fix this problem.</p>
<p>see: <a href="http://article.gmane.org/gmane.linux.kernel/641355/match=cloudbook" rel="nofollow">http://article.gmane.org/gmane.linux.kernel/641355/match=cloudbook</a></p>
<p>another problem is that the booting code seems to be far from optimised, one problem is that gOS boots at half the CPU speed (600MHz) ! There are also lots of other speed limiting snags. Also there are appear to be problems in the initialisation code of the WifI module.<br />
So there are stil LOTS of optimalisations that can be done!</p>
<p>See <a href="http://forum.cloudbooker.com/viewtopic.php?pid=1775#p1775" rel="nofollow">http://forum.cloudbooker.com/viewtopic.php?pid=1775#p1775</a></p>
<p>The good news is that all this seems to have been caused by the extremely short development time of this version of gOS, and as it&#8217;s just software it can be easily fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pim</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-440</link>
		<dc:creator>pim</dc:creator>
		<pubDate>Tue, 19 Feb 2008 14:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-440</guid>
		<description>One of the main attractions to buy my eee was it short boot time. About 20 seconds to full functionality! I might even put a splash OS on an SD card and enable 5 second booting just for skype / the internet.</description>
		<content:encoded><![CDATA[<p>One of the main attractions to buy my eee was it short boot time. About 20 seconds to full functionality! I might even put a splash OS on an SD card and enable 5 second booting just for skype / the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-432</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 18 Feb 2008 21:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-432</guid>
		<description>&quot;At some point, we’ll install other operating systems on this unit and see how quickly they boot.&quot;

Yes!! The wait is unbearable! XP the beast!</description>
		<content:encoded><![CDATA[<p>&#8220;At some point, we’ll install other operating systems on this unit and see how quickly they boot.&#8221;</p>
<p>Yes!! The wait is unbearable! XP the beast!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vrzone24hrs</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-410</link>
		<dc:creator>vrzone24hrs</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-410</guid>
		<description>I have been using gOS(discontinued Enlightenment version) from a kingston 1gb SD card for the past 3 weeks on my Eee..as you can see from my youtube video my boot took 70-90secs max..I believe the differences is the Intel chip and networking was hassle free with the previous network manager.I am just shocked to see from your reviews the apparent hardware/gOS(gnome) conflicts.To date I have not had any problems with the older gOS having spend at least 2hrs/day for youtube/google maps/google docs/facebook/blogging..

I wish thinkOS would release via their website the actual gOS you are using for ppl like me to test out
(1)Eee booting gOS directly from SDHC
http://www.youtube.com/watch?v=gTUagY1Ndv8

(2)Asus Eee+gOS=Oh My gOS(h)..it&#039;s`so eeeasy to use-Part 1 of 2
http://www.youtube.com/watch?v=fPf3P57DEoo

(3)Asus Eee+gOS=Oh My gOS(h)..it&#039;s`so eeeasy to use-Part 2of 2
http://www.youtube.com/watch?v=e-mXCnhrFLA</description>
		<content:encoded><![CDATA[<p>I have been using gOS(discontinued Enlightenment version) from a kingston 1gb SD card for the past 3 weeks on my Eee..as you can see from my youtube video my boot took 70-90secs max..I believe the differences is the Intel chip and networking was hassle free with the previous network manager.I am just shocked to see from your reviews the apparent hardware/gOS(gnome) conflicts.To date I have not had any problems with the older gOS having spend at least 2hrs/day for youtube/google maps/google docs/facebook/blogging..</p>
<p>I wish thinkOS would release via their website the actual gOS you are using for ppl like me to test out<br />
(1)Eee booting gOS directly from SDHC<br />
<a href="http://www.youtube.com/watch?v=gTUagY1Ndv8" rel="nofollow">http://www.youtube.com/watch?v=gTUagY1Ndv8</a></p>
<p>(2)Asus Eee+gOS=Oh My gOS(h)..it&#8217;s`so eeeasy to use-Part 1 of 2<br />
<a href="http://www.youtube.com/watch?v=fPf3P57DEoo" rel="nofollow">http://www.youtube.com/watch?v=fPf3P57DEoo</a></p>
<p>(3)Asus Eee+gOS=Oh My gOS(h)..it&#8217;s`so eeeasy to use-Part 2of 2<br />
<a href="http://www.youtube.com/watch?v=e-mXCnhrFLA" rel="nofollow">http://www.youtube.com/watch?v=e-mXCnhrFLA</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldhand</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-407</link>
		<dc:creator>oldhand</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-407</guid>
		<description>Sounds like an incredibly slow hard drive!!!
I don&#039;t think it will improve that much even if you optimize the OS.
A 1.8 inch 4200RPM hard drive is slow.  gOS (ubuntu) doesn&#039;t check the hard drive for errors every boot so it&#039;s just plain slow.

SSDs are the future.</description>
		<content:encoded><![CDATA[<p>Sounds like an incredibly slow hard drive!!!<br />
I don&#8217;t think it will improve that much even if you optimize the OS.<br />
A 1.8 inch 4200RPM hard drive is slow.  gOS (ubuntu) doesn&#8217;t check the hard drive for errors every boot so it&#8217;s just plain slow.</p>
<p>SSDs are the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cane</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-403</link>
		<dc:creator>Mike Cane</dc:creator>
		<pubDate>Sun, 17 Feb 2008 23:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-403</guid>
		<description>Is there a hibernation or suspend mode?

If not, yet another reason to dump gOS and put XP on when I get mine.

Thanks for keeping us all posted!</description>
		<content:encoded><![CDATA[<p>Is there a hibernation or suspend mode?</p>
<p>If not, yet another reason to dump gOS and put XP on when I get mine.</p>
<p>Thanks for keeping us all posted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeZ</title>
		<link>http://blog.laptopmag.com/cloudbook-takes-almost-3-minutes-to-boot/comment-page-1#comment-398</link>
		<dc:creator>MikeZ</dc:creator>
		<pubDate>Sun, 17 Feb 2008 20:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laptopmag.com/cloudbook-bootup-blues#comment-398</guid>
		<description>Sounds like more installation fine tuning required.
Not a bum operating system, just a bum setup.
More of the same of what you have already found, it came out half-tuned.</description>
		<content:encoded><![CDATA[<p>Sounds like more installation fine tuning required.<br />
Not a bum operating system, just a bum setup.<br />
More of the same of what you have already found, it came out half-tuned.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
