kde-head Posted December 20, 2004 Share Posted December 20, 2004 su root edit /etc/lilo.conf enter a new line - "compact" (without the double quotes) /sbin/lilo (to apply your changes) reboot. note how the initial 30 second odd delay that used to occur with the kernel was booting now occurs more or less instantaneously. NOTE: using compact may hang older systems. I've used it on my new laptop, and it's dramatically increased boot time. Link to comment Share on other sites More sharing options...
iphitus Posted December 20, 2004 Share Posted December 20, 2004 I've been using this for a while and it works for me Link to comment Share on other sites More sharing options...
aru Posted December 20, 2004 Share Posted December 20, 2004 (edited) Another way of doing *without* editing lilo.conf is using the '-c' option when installing the boot loader: ~# /sbin/lilo -c Edited December 20, 2004 by aru Link to comment Share on other sites More sharing options...
adamw Posted December 21, 2004 Share Posted December 21, 2004 Another quick way to cut boot times is to disable the harddrake service, if you don't change the hardware in your system often: chkconfig harddrake off as root. If you're going to change any hardware *turn it back on first!* chkconfig harddrake on Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now