Reducing Boot Time On a General Linux Distro
Linzer writes "In this blog entry, Fred Crozat (head of Mandriva's engineering team in France) explains in great detail how his team has been detecting and getting rid of bottlenecks in the boot process, from the early stages to loading the desktop environment, thus decreasing overall boot time. An informative tour of the nuts and bolts of the boot process and how they can be tinkered with: initrd, initscripts, udev, modprobe calls. The basic tool they use for performance analysis is bootchart, which produces a map of process information and resource utilization during boot. The final trick: preloading desktop environment files while waiting for the user to type her password."
I agree...
Maybe if I used a laptop it would be different.. but as it stands I only reboot my computer when I upgrade my kernel (which isn't often).
What I have noticed is distro's like Gentoo boot fast because the user starts from the ground up and adds only the services they need. A default install of Debian comes with a large number of services that your average user probably doesn't need.. and probably slow the boot process.
That's not to say Gentoo is necessarily better.. I recently decided to give Debian another try after years of using Gentoo.. and this is just one of the observations I`ve made.
Yes! We will call it... Upstart! Oh wait.
Sam ty sig.
For a grammar nazi, you're making quite an elementary mistake. "User" is a singular noun and needs a singular pronoun to go with it. "Their" is a plural pronoun. Using "his", "her", or "his/her" would be correct in this sentence.
And for a grammar-nazi nazi you're making an quite an elementary mistake.
From, http://dictionary.reference.com/browse/their
"Long before the use of generic he was condemned as sexist, the pronouns they, their, and them were used in educated speech and in all but the most formal writing to refer to indefinite pronouns and to singular nouns of general personal reference, probably because such nouns are often not felt to be exclusively singular: If anyone calls, tell them I'll be back at six. Everyone began looking for their books at once. Such use is not a recent development, nor is it a mark of ignorance. Shakespeare, Swift, Shelley, Scott, and Dickens, as well as many other English and American writers, have used they and its forms to refer to singular antecedents."
the cheapest solution is a $10 usb 2.0 controller. http://www1.pricewatch.com/public/info2.aspx?i=44&z=2988&ro=2&aid=32983822&u=http%3A%2F%2F3btech.net%2Fadaufopousb2.html
since the motherboards usb is buggy, this $10 fix will solve the problem.
https://www.gnu.org/philosophy/free-sw.html
I dual boot. Switching from Windows(gaming/schoolwork) to Linux(software development, general use) is a common thing for me.
while(1) attack(People.Sandy);
As Fred's post mentions, Mandriva has been using a parallel init system (called prcsys) since January 2006. It's entirely SysV compatible and requires only that the SysV init scripts have dependency information (in fd.o standardized format) in the headers. It transparently handles init scripts with no dependency information (they're started serially, after everything else) and can be disabled with a single kernel parameter, 'nopinit'. It pre-dates upstart, which only showed up in late 2006.
OSX's launchd does a fantastic job at this. My Macbook boots in no time. Plus it keeps on working while I'm in the desktop environment, so if I need a service I can just start using it and it's launched automatically. A good example is the ssh-agent. It just works.
The usb implementation is buggy. They threw in enough fixes till it roughly worked on Windows and then it was considered good enough to ship. That's why it doesn't work on Linux. I'm just wondering how you don't know this already. Surely you've heard of this happening before?
Igor Presnyakov stole my hat
On Linux usb ports can be powered down to save power. However it turns out that many USB devices are broken and can't cope with being powered down. Now the question comes up what version of Linux are you using? If it's something older than 6 months then there's a good chance this has been fixed (the list of things allowed to be powered down has gone from a blacklist to a whitelist of large categories). See this commit talking about the kernel no longer powering anything down bar USB hubs for some more details.
A very short term band aid might be to disable usb autosuspend on that device via /sys/.
The Linux developers doing the bulk of the work are paid.
Javascript + Nintendo DSi = DSiCade
Here's a poweropint presentation about this work. If you're an LWN subscriber you can you read an article and comments about the 5 second boot presentation at the Linux Plumbers Conference (it will become viewable by all on from the 2nd October 2008). Finally you might be able to test drive some of this work if you are willing to sacrifice a USB key and destroy your existing EeePC install by because Moblin may include this work.