LWN.net Logo

LPC: Booting Linux in five seconds

LPC: Booting Linux in five seconds

Posted Oct 20, 2008 11:04 UTC (Mon) by skeldoy (guest, #54795)
Parent article: LPC: Booting Linux in five seconds

I got a custom OS built on the latest vanilla kernel and busybox to boot in 10 seconds without changing any code - it hardly does anything - I just wondered where you get you 5 extra seconds from. It has to be the kernel - my initrd and x-startup (all parallel except network) takes less than a second, so all the time that is spent is in the kernel.

I just wondered what kind of stuff you did to the kernel to make it boot faster. Is there some smart stuff we can do to tweak it? Are some of the options real time consuming? Can you post a link to the .config?


(Log in to post comments)

LPC: Booting Linux in five seconds

Posted Nov 5, 2008 21:10 UTC (Wed) by tholme (guest, #54306) [Link]

He got rid of the initrd and made som changes to the kernel. You can find them in his fastboot.git-tree

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