<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20128/10_Ways_To_Make_Linux_Boot_Faster</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 10 Nov 2009 10:14:33 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Some mistakes</title>
			<link>http://osnews.com/thread?325047</link>
			<guid isPermaLink="true">http://osnews.com/thread?325047</guid>
			<description>#2: Disable unnecessary kernel modules:<br />
<br />
Most distros ship with those kernel modules compiled as modules, not built-in, so they don't make booting time any worse or better. The system just checks if it needs a module for some hardware and initializes that module, it doesn't load all of them!<br />
<br />
#7: Avoid dhcp:<br />
<br />
This one I was wondering what the heck was the author thinking? The answer to dhcp requests arrives in milliseconds (unless there's something terribly wrong with your system) and it allows for much more flexibility.<br />
<br />
#6: Use an OpenBIOS:<br />
<br />
There's a saying &quot;Don't fix what isn't broken&quot;. Especially when it's the bios. If OpenBIOS doesn't work on your motherboard or if the flash procedure goes hayways then you're fscked. I wouldn't have included this in the list, even though it will boost boot-up time _if_ it works.</description>
			<pubDate>Wed, 30 Jul 2008 19:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (WereCatf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Recompile?</title>
			<link>http://osnews.com/thread?325048</link>
			<guid isPermaLink="true">http://osnews.com/thread?325048</guid>
			<description>If your desktop is wired to the Ethernet, you donât need to have a wireless kernel module loaded. This task is a bit more difficult and will require a kernel recompilation, which is not the easiest task to undertake.<br />
<br />
When was the last time, if *ever*, that a wireless module was compiled into a kernel?  She even says 'module' in the previous sentence!</description>
			<pubDate>Wed, 30 Jul 2008 19:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (MattPie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Not sure about #2</title>
			<link>http://osnews.com/thread?325049</link>
			<guid isPermaLink="true">http://osnews.com/thread?325049</guid>
			<description>One statement about #2: Disable unnecessary kernel modules got me thinking.  I thought the point of modules was that they are only loaded when needed.  Am I wrong in thinking that or just misunderstanding how modules work?</description>
			<pubDate>Wed, 30 Jul 2008 19:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (TaterSalad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Not enitrely practical</title>
			<link>http://osnews.com/thread?325050</link>
			<guid isPermaLink="true">http://osnews.com/thread?325050</guid>
			<description>#3 Change your desktop<br />
<br />
#5 Change your OS<br />
<br />
#6 Change your hardware<br />
<br />
#10 is the only interesting one and it isn't explained at all.</description>
			<pubDate>Wed, 30 Jul 2008 19:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Michael)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Quantify the result</title>
			<link>http://osnews.com/thread?325051</link>
			<guid isPermaLink="true">http://osnews.com/thread?325051</guid>
			<description>Could he please quantify the result?<br />
<br />
I always say to friends &quot;get the OS that does what you want&quot;.<br />
<br />
Booting time is not a concern to me. What is the maximum time your NIX takes to boot? 60 seconds?<br />
<br />
My FreeBSD and Debian are always on. I have not rebooted them for over a year now.</description>
			<pubDate>Wed, 30 Jul 2008 19:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (DRIQ)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by cerbie</title>
			<link>http://osnews.com/thread?325052</link>
			<guid isPermaLink="true">http://osnews.com/thread?325052</guid>
			<description>1. Yes, we know. We knew that before we even knew what Linux was. But, with extra functionality comes extra services to be loaded, many during boot. What would be great, IMO, would be for service scripts to have their own dependency tree, and automatically run concurrently when possible, rather than requiring manual tuning for it, or basing it on some arbitrary factor (as the Debian example in 10).<br />
 <br />
 2. *scratching head* This is usually automagically done for you, is it not (except maybe for drive controllers)?<br />
 <br />
 3. Meh, until you get into ones that are really minimal. E17 may start up faster than KDE or Gnome, but XFCE takes about the same time, and can take longer. On my box, it's 8 seconds to KDE dekstop, just over 10 to XFCE's.<br />
 <br />
 4. *shrug*<br />
 <br />
 5. Bingo. I couldn't get X running (that was after days before it got to compiling) the last time I was reloading SMGL, so I went Arch. It's nice.<br />
 <br />
 6. That would be really cool...but, even if I could, I don't have the balls for it. First, video inits, and you have your POST, then <b>two</b> fake-RAID drive controllers search for plugged in devices (I'm using drives plugged into both), then GRUB can do its thing. Speeding this up would be great.<br />
 <br />
 If this is a concern, and you're going to build a new machine, get a motherboard with modern onboard video, and <b>no frills</b>.<br />
 <br />
 7. *shrug*<br />
 8. *shrug* (udev)<br />
 9. Neat.<br />
 <br />
 10. yup, been doing that for ages, in whatever way the distro I use allows. It's not just Debian that has this ability hidden in plain sight. Couldn't it be done better, though?Edited 2008-07-30 20:12 UTC</description>
			<pubDate>Wed, 30 Jul 2008 20:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (cerbie)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Some mistakes</title>
			<link>http://osnews.com/thread?325053</link>
			<guid isPermaLink="true">http://osnews.com/thread?325053</guid>
			<description>[q#7: Avoid dhcp: This one I was wondering what the heck was the author thinking? The answer to dhcp requests arrives in milliseconds (unless there's something terribly wrong with your system) and it allows for much more flexibility. [/q]<br />
<br />
On my systems it takes sometimes a few seconds to get an address, especially wirelessly. If it fails to get an address (for whatever reason), it may take 30 seconds or so before it gives up. Depending on the OS/Distro, if these task are done serially that can be a significant slowdown.<br />
<br />
To me, the biggest speed-up is for most of these tasks to be done in parallel - thus our case of a failed dhcp request wouldn't matter.</description>
			<pubDate>Wed, 30 Jul 2008 20:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (fretinator)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Terrible</title>
			<link>http://osnews.com/thread?325054</link>
			<guid isPermaLink="true">http://osnews.com/thread?325054</guid>
			<description>Article, Hotplug?, no we use Udev and HAL now.<br />
<br />
Since when did GNOME or KDE take along time to load, they are both pretty quick at under 10 seconds.<br />
<br />
My Boot time is about just over 20 seconds on Linux Mint without any tweaking, this person should update their knowledge of Linux boot process.</description>
			<pubDate>Wed, 30 Jul 2008 20:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (SlackerJack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Rare occasions?</title>
			<link>http://osnews.com/thread?325055</link>
			<guid isPermaLink="true">http://osnews.com/thread?325055</guid>
			<description>Undoubtedly I will be downvoted for saying this, but I'm getting really tired of blanket statements like &quot;Linux rarely needs to be rebooted&quot; at the start of articles like this.<br />
<br />
Frankly it's a myth for most desktop Linux users, and server boot times don't really mean much anyway.<br />
<br />
Every time you update a kernel, or graphics drivers in Linux, you have to reboot and, since suspend doesn't seem to work anymore you have to shut down everytime you pop to the office with your laptop*. If you don't install the kernel security updates then you might as well run one of those other 'insecure' operating systems anyway.<br />
<br />
* I have 4 different laptops currently with Linux installed, none resume reliably from suspend or hibernate.<br />
<br />
The main content of the article is useful, however!<br />
<br />
/rant ;-)</description>
			<pubDate>Wed, 30 Jul 2008 20:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (hornett)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>future</title>
			<link>http://osnews.com/thread?325057</link>
			<guid isPermaLink="true">http://osnews.com/thread?325057</guid>
			<description>I'd like to see day when there would be only one chipset, only one type of hdd connectors (why we need drives at all is beyound me- petabytes of non-volatile RAM is available already), only one type of hot-swappable PSU, only one type of CPU cards that is upgradable just by throwing other(s) card(s) into ONE TYPE of socket, only one video card.<br />
<br />
ONLY ONE F***** OS THAT WORKS!?</description>
			<pubDate>Wed, 30 Jul 2008 20:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (antik)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Rare occasions?</title>
			<link>http://osnews.com/thread?325060</link>
			<guid isPermaLink="true">http://osnews.com/thread?325060</guid>
			<description>Well, for kernelupdates that is true, you have to reload the kernel to use new code, and folowing that sense, it is NOT true that you need to reboot to use and updated video-driver, you only need to reload the graphics system to use the new code, ie. xorg, which is usually done by changing to a lower runlevel and then back to a runlevel that starts the X system... Or as simple as stoping kdm/gdm via an rc-script and then restaring that service... This is for debian at least... BTW, ctrl-alt-delete restarts the x-server, but for at least the nvidia-driver X arent allowed to run while installing/updating the driver, so thats why you need to stop the service abnd restart it afterwards...</description>
			<pubDate>Wed, 30 Jul 2008 20:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (parentaladvisory)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: future</title>
			<link>http://osnews.com/thread?325061</link>
			<guid isPermaLink="true">http://osnews.com/thread?325061</guid>
			<description>That's called OS X.</description>
			<pubDate>Wed, 30 Jul 2008 20:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Quantify the result</title>
			<link>http://osnews.com/thread?325062</link>
			<guid isPermaLink="true">http://osnews.com/thread?325062</guid>
			<description>the unix I work with may take &gt; 30 minutes... depending on the version and hardware of HP-UX/server... ;-)</description>
			<pubDate>Wed, 30 Jul 2008 20:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (sgibofh)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Quantify the result</title>
			<link>http://osnews.com/thread?325065</link>
			<guid isPermaLink="true">http://osnews.com/thread?325065</guid>
			<description><div class="cquote">the unix I work with may take &amp;gt; 30 minutes... depending on the version and hardware of HP-UX/server... ;-) </div><br />
<br />
Oh yeah, I've heard about that... Care to explain why it takes so much time?</description>
			<pubDate>Wed, 30 Jul 2008 21:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (dimosd)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: future</title>
			<link>http://osnews.com/thread?325068</link>
			<guid isPermaLink="true">http://osnews.com/thread?325068</guid>
			<description>&quot;I'd like to see day when there would be only one chipset, only one type of hdd connectors (why we need drives at all is beyound me- petabytes of non-volatile RAM is available already), only one type of hot-swappable PSU, only one type of CPU cards that is upgradable just by throwing other(s) card(s) into ONE TYPE of socket, only one video card.<br />
<br />
ONLY ONE F***** OS THAT WORKS!?&quot;<br />
<br />
Can we throw World Peace in there too? <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Wed, 30 Jul 2008 21:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (DrillSgt)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Rare occasions?</title>
			<link>http://osnews.com/thread?325069</link>
			<guid isPermaLink="true">http://osnews.com/thread?325069</guid>
			<description><div class="cquote">Undoubtedly I will be downvoted for saying this, but I'm getting really tired of blanket statements like &quot;Linux rarely needs to be rebooted&quot; at the start of articles like this.<br />
<br />
Frankly it's a myth for most desktop Linux users, and server boot times don't really mean much anyway. </div><br />
<br />
<div class="cquote">* I have 4 different laptops currently with Linux installed, none resume reliably from suspend or hibernate. </div><br />
<br />
That's too bad, but to be fair that's one of the reasons I got a Mac is because sleep and hibernate DOES work reliably. We reboot when the random update comes down from Apple, both my tower and the laptop. Today, that's more and more rare since I still run 10.4 and my wife runs 10.3 on her iBook.<br />
<br />
Other than that, just walk away from the machine and let it sleep, or close the laptop.<br />
<br />
Seriously, this &quot;instant on&quot; and &quot;instant off&quot; ability is a poignant &quot;quality of life&quot; issue with computers for me nowadays. Having an &quot;instantly&quot; available computer combined with my &quot;ubiquitous, always on&quot; internet is major component to their value to me. If I had to boot up a machine to get on line, then it wouldn't happen. Power up...boot boot boot...web browser...shutdown...wait wait wait... Nope, sorry.<br />
<br />
I do wish the Linux/BSDs/Solaris systems could get this part of the experience bullet proof.<br />
<br />
Until then, when I get my next laptop, it's gonna be a Mac.</description>
			<pubDate>Wed, 30 Jul 2008 21:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (whartung)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re suspend</title>
			<link>http://osnews.com/thread?325072</link>
			<guid isPermaLink="true">http://osnews.com/thread?325072</guid>
			<description>The code is at least there.  Its mainly a problem with the hardware makers and bios makers not using a standard.  I have a dell M1330 laptop and with Fedora 8 and 9 it worked flawlessly.  Both suspend and hibernate.  That is while using the Nvidia drivers.  I would think it would work using generic video drivers.</description>
			<pubDate>Wed, 30 Jul 2008 22:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (TechGeek)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not enitrely practical</title>
			<link>http://osnews.com/thread?325074</link>
			<guid isPermaLink="true">http://osnews.com/thread?325074</guid>
			<description>#10 is not that interesting and doesn't improve boot speeds by much.  In fact, the only interesting one is the most dangerous.  The entire article seems pointless, other than the obvious &quot;Don't run services you don't need&quot;.</description>
			<pubDate>Wed, 30 Jul 2008 22:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (davidgurvich)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Some mistakes</title>
			<link>http://osnews.com/thread?325078</link>
			<guid isPermaLink="true">http://osnews.com/thread?325078</guid>
			<description>On my systems it takes sometimes a few seconds to get an address, especially wirelessly. If it fails to get an address (for whatever reason), it may take 30 seconds or so before it gives up. Depending on the OS/Distro, if these task are done serially that can be a significant slowdown.<br />
<br />
To me, the biggest speed-up is for most of these tasks to be done in parallel - thus our case of a failed dhcp request wouldn't matter.<br />
<br />
Hmm, well, I haven't tried too many different distros but Mandriva does dhcp in the background and so does Ubuntu (not that I use the latter one..). The whole point is that _if_ it happens to take some time to get a response then the process can just idle in the background, it does not need to be blocking other services from starting up. Especially since it consumes virtually no CPU time.</description>
			<pubDate>Wed, 30 Jul 2008 22:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (WereCatf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Not enitrely practical</title>
			<link>http://osnews.com/thread?325086</link>
			<guid isPermaLink="true">http://osnews.com/thread?325086</guid>
			<description><div class="cquote">#3 Change your desktop<br />
<br />
#5 Change your OS<br />
<br />
#6 Change your hardware<br />
<br />
#10 is the only interesting one and it isn't explained at all. </div><br />
<br />
From /etc/init.d/rc on Debian SID<br />
<br />
<div class="cquote"><br />
# Specify method used to enable concurrent init.d scripts.<br />
# Valid options are 'none', 'shell' and 'startpar'.  To enable the<br />
# concurrent boot option, the init.d script order must allow for<br />
# concurrency.  This is not the case with the default boot sequence in<br />
# Debian as of 2008-01-20.  <b>Before enabling concurrency</b>, one need to<br />
# check the sequence values of all boot scripts, and make sure only<br />
# scripts that can be started in parallel have the same sequence<br />
# number, and that a scripts dependencies have a earlier sequence<br />
# number. See the <b>insserv package</b> for a away to reorder the boot<br />
# automatically to allow this.<br />
CONCURRENCY=none<br />
 </div><br />
<br />
INNSERV configuration is at /etc/insserv.conf<br />
<br />
/usr/share/doc/insserv/README.Debian which explains the whole thing:<br />
<br />
<div class="cquote"><br />
To test dependency based reordering of the boot sequence, install the<br />
package, enable parallel booting, and run update-bootsystems-insserv<br />
to make a backup of the boot sequence and reorder the boot scripts.<br />
Be careful to verify the boot sequence before rebooting, as an<br />
incorrect boot sequence can render the system completely unbootable.<br />
<br />
In short:<br />
<br />
  # Enable parallel booting<br />
  echo CONCURRENCY=shell &gt;&gt; /etc/default/rcS<br />
<br />
  # Update boot sequence<br />
  update-bootsystem-insserv<br />
<br />
  # At this point, I recommend examining the order in /etc/rcS.d/ and<br />
  # /etc/rc2.d/ carefully, to verify that the configuration actually<br />
  # will boot.  Update /etc/insserv/overrides/ or<br />
  # /usr/share/insserv/overrides/ with better dependency information<br />
  # if the boot order is incorrect, and run insserv -v to update the<br />
  # boot order.<br />
<br />
  # Ready to reboot<br />
  shutdown -r now<br />
<br />
The next boot should then start services in parallel, as early as<br />
possible during the boot process based on the dependency information<br />
provided.<br />
<br />
To monitor the boot sequence, the bootchart project is a good choice.<br />
Debian packages are available in etch and sid.  The project itself is<br />
available from <a href="http://www.bootchart.org/" rel="nofollow">http://www.bootchart.org/</a>.<br />
<br />
Background info on alternative boot systems in Debian is available from<br />
<a href="http://alioth.debian.org/docman/view.php/30730/38/debconf2-initscripts-bkg.pdf" rel="nofollow">http://alioth.debian.org/docman/view.php/30730/38/debconf2-initscri...</a>. <br />
 </div><br />
<br />
In a nutshell, if you're not interested in getting down into the weeds I wouldn't fix what isn't broken.</description>
			<pubDate>Wed, 30 Jul 2008 23:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>heh...</title>
			<link>http://osnews.com/thread?325094</link>
			<guid isPermaLink="true">http://osnews.com/thread?325094</guid>
			<description>This reads like a PC World &quot;10 tips to making XP faster!&quot; article...</description>
			<pubDate>Thu, 31 Jul 2008 01:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (helf)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Rare occasions?</title>
			<link>http://osnews.com/thread?325103</link>
			<guid isPermaLink="true">http://osnews.com/thread?325103</guid>
			<description>get the hardware companies to test using the intel tester for acpi, and stop pulling of cazy stuff like foxconn was recently discovered doing, and it should be there in no time.<br />
<br />
until then its like hunting submarines by throwing rocks from dingies...</description>
			<pubDate>Thu, 31 Jul 2008 02:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (hobgoblin)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: future</title>
			<link>http://osnews.com/thread?325105</link>
			<guid isPermaLink="true">http://osnews.com/thread?325105</guid>
			<description><div class="cquote">I'd like to see day when there would be only one chipset, only one type of hdd connectors (why we need drives at all is beyound me- petabytes of non-volatile RAM is available already), only one type of hot-swappable PSU, only one type of CPU cards that is upgradable just by throwing other(s) card(s) into ONE TYPE of socket, only one video card.<br />
<br />
ONLY ONE F***** OS THAT WORKS!? </div><br />
<br />
would you also like there to be only ONE type of house, ONE type of car, ONE phone.<br />
<br />
competing standards aren't all bad.  All of these things do interoperate so they're not completely incompatible.  Sure your scenario makes life easier for IT support techs, but life would be very dull.</description>
			<pubDate>Thu, 31 Jul 2008 02:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (pixel8r)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Rare occasions?</title>
			<link>http://osnews.com/thread?325114</link>
			<guid isPermaLink="true">http://osnews.com/thread?325114</guid>
			<description>Correct - if the video driver is a module, no reboot should be required.  Kill X (btw, it's typically ^ meta backspace).  Kill gdm/xdm/kdm.  Load module.  Restart gdm etc and startx if necessary.  Voila, should have desktop.  <br />
<br />
Dave</description>
			<pubDate>Thu, 31 Jul 2008 05:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (melkor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Rare occasions?</title>
			<link>http://osnews.com/thread?325115</link>
			<guid isPermaLink="true">http://osnews.com/thread?325115</guid>
			<description><div class="cquote">BTW, ctrl-alt-delete restarts the x-server </div><br />
<br />
That's ctrl-alt-backspace and it doesn't restart the X server as much as just kills it.</description>
			<pubDate>Thu, 31 Jul 2008 05:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>My favorite: tip 1 (runlevels/services)</title>
			<link>http://osnews.com/thread?325116</link>
			<guid isPermaLink="true">http://osnews.com/thread?325116</guid>
			<description>I've used the runlevels/services with pretty good success over the years.<br />
<br />
For example, I don't have a printer connected, so cupsd can go. And I don't have any use for ssh either; plus a couple of other things I disabled. Be careful though, since most of the things you *will* need. This lets me shave off a second or 5 from my boot time.<br />
<br />
As a bonus, (Open)SUSE makes it very easy to change this using its Yast module.</description>
			<pubDate>Thu, 31 Jul 2008 05:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Darkelve)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Rare occasions?</title>
			<link>http://osnews.com/thread?325117</link>
			<guid isPermaLink="true">http://osnews.com/thread?325117</guid>
			<description>I'm getting really tired of blanket statements like &quot;suspend doesn't seem to work anymore&quot;. Frankly it's a myth for most desktop Linux users. Also, you really don't have to reboot when you install a new video driver.<br />
<br />
<div class="cquote">The main content of the article is useful, however! </div><br />
I found it mostly useless.</description>
			<pubDate>Thu, 31 Jul 2008 06:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Soulbender)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Some mistakes</title>
			<link>http://osnews.com/thread?325121</link>
			<guid isPermaLink="true">http://osnews.com/thread?325121</guid>
			<description><div class="cquote">[q#7: Avoid dhcp: This one I was wondering what the heck was the author thinking? The answer to dhcp requests arrives in milliseconds (unless there's something terribly wrong with your system) and it allows for much more flexibility. </div><br />
 <br />
<div class="cquote">[q#7: On my systems it takes sometimes a few seconds to get an address, especially wirelessly. If it fails to get an address (for whatever reason), it may take 30 seconds or so before it gives up. Depending on the OS/Distro, if these task are done serially that can be a significant slowdown.<br />
 <br />
 To me, the biggest speed-up is for most of these tasks to be done in parallel - thus our case of a failed dhcp request wouldn't matter. </div><br />
 <br />
 If you are using something like ifplugd then this isn't an issueEdited 2008-07-31 07:08 UTC</description>
			<pubDate>Thu, 31 Jul 2008 07:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Isolationist)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Rare occasions?</title>
			<link>http://osnews.com/thread?325132</link>
			<guid isPermaLink="true">http://osnews.com/thread?325132</guid>
			<description>Power management actually works very well in Linux. If you run Linux on a Mac, without using any closed source drivers, it works as well as it does on a Mac running Mac OS X.<br />
<br />
Where it falls down is closed-source drivers (particularly nVidia and ATI's video drivers), and buggy ACPI implementations on motherboards.<br />
<br />
The last three laptops I've had all worked perfectly in Linux (except my Macbook's trackpad, which is unusable in anything but Mac OS), but a good half of the laptops I've looked at wouldn't have, either due to requiring closed-source drivers, or crappy ACPI.<br />
<br />
My desktop machine crashes when waking from sleep though. Does the same running Windows, for that matter.</description>
			<pubDate>Thu, 31 Jul 2008 11:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (ba1l)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by zugu</title>
			<link>http://osnews.com/thread?325153</link>
			<guid isPermaLink="true">http://osnews.com/thread?325153</guid>
			<description>&quot;10 Ways To Make Linux Boot Faster&quot;<br />
<br />
What's this, Digg?</description>
			<pubDate>Thu, 31 Jul 2008 14:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (zugu)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Comment by zugu</title>
			<link>http://osnews.com/thread?325168</link>
			<guid isPermaLink="true">http://osnews.com/thread?325168</guid>
			<description><div class="cquote">&quot;10 Ways To Make Linux Boot Faster&quot;<br />
<br />
What's this, Digg? </div><br />
<br />
I have been thinking that myself, it seems I read an article on Digg then it shows up a day later on OSNews</description>
			<pubDate>Thu, 31 Jul 2008 17:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Isolationist)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comment by silix</title>
			<link>http://osnews.com/thread?325189</link>
			<guid isPermaLink="true">http://osnews.com/thread?325189</guid>
			<description>the author has forgotten a potentually very useful one ( for those with ext3 boot partitions at least)<br />
<br />
11. use fcache (<a href="http://lkml.org/lkml/2006/5/15/46" rel="nofollow">http://lkml.org/lkml/2006/5/15/46</a>) - after a first boot in which data is sequentially copied to a frontend cache in read order, having the system read from the cache on subsequent boots minimizes head seeks and, overall, boot time</description>
			<pubDate>Thu, 31 Jul 2008 20:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (silix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>So basically . . . </title>
			<link>http://osnews.com/thread?325353</link>
			<guid isPermaLink="true">http://osnews.com/thread?325353</guid>
			<description>Most of these steps are the Linux equivalent of deleting keys in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</description>
			<pubDate>Sat, 02 Aug 2008 09:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (dreamlax)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: So basically . . . </title>
			<link>http://osnews.com/thread?325368</link>
			<guid isPermaLink="true">http://osnews.com/thread?325368</guid>
			<description><div class="cquote">Most of these steps are the Linux equivalent of deleting keys in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run   </div><br />
<br />
Ermm not at all. Deleting keys there only prevents some stuff from running at boot... if anything that would only be remotely similar to disabling services (#1).</description>
			<pubDate>Sat, 02 Aug 2008 15:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (ichi)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: So basically . . . </title>
			<link>http://osnews.com/thread?325399</link>
			<guid isPermaLink="true">http://osnews.com/thread?325399</guid>
			<description>Hmmm, perhaps I was too subtle. What I meant was, if you want your Windows machine to boot faster you delete keys from HKLM\Blah\blah\blah\Run. Sometimes you go into the Services thingy and disable some service startups, but mostly it's the registry thing.<br />
<br />
In Linux, a lot of people already disable unnecessary services after an install in much the same way they would go into HKLM\Blah\blah\blah\Run on a Windows machine after a fresh re-image using a manufacturer's recovery disc (because it installs all that extra crap nobody really likes/uses anyway).<br />
<br />
I know that in actuality the HKLM\Blah\blah\blah\Run thing and disabling services in Linux are entirely different approaches but they are usually the first steps taken on a Windows or Linux system (respectively) to get it to boot faster.<br />
<br />
Things like using another Window manager is not dissimilar from disabling nVidia nView etc.</description>
			<pubDate>Sun, 03 Aug 2008 04:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (dreamlax)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
