LWN.net Logo

LPC: Booting Linux in five seconds

LPC: Booting Linux in five seconds

Posted Sep 23, 2008 9:57 UTC (Tue) by rvfh (subscriber, #31018)
In reply to: LPC: Booting Linux in five seconds by arjan
Parent article: LPC: Booting Linux in five seconds

Thanks a lot!

I can't resist the desire to ask another question: I assume what you were told was that upstart was about event-driven starting/stopping of services, not parallelisation. Does it still make it possible to implement this 5-seconds boot with upstart? Or does upstart get, somehow, in the way?

Thanks for the _very_ useful job you did: some of us still need to boot their machine sometimes ;-)


(Log in to post comments)

LPC: Booting Linux in five seconds

Posted Sep 23, 2008 17:00 UTC (Tue) by s0f4r (subscriber, #52284) [Link]

It's definately possible to approach the same boot speed with upstart. However, the overhead of reading all the upstart configuration files and doing all the parsing of those is still a bit higher than using plain sysvinit, hence we chose to use that.

This is not a weird choice: several netbook vendors currently do exactly the same thing for bootup.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds