Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot faster? ideas and questions
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
trikke
n00b
n00b


Joined: 08 Jul 2003
Posts: 35

PostPosted: Wed Oct 01, 2003 8:52 am    Post subject: Reply with quote

ok my fault tought u where talking about /sbin/env-update.sh

i'll check it out laterz
Back to top
View user's profile Send private message
bushwakko
Guru
Guru


Joined: 25 Mar 2003
Posts: 495

PostPosted: Wed Oct 01, 2003 1:32 pm    Post subject: xdm Reply with quote

now how about getting xdm to load earlier on in the booting sequence, i get an error with the stuff that checkroot stuff too.
_________________
Macbook Pro 15"
Core 2 Duo 2,33ghz
2gb Ram
ATI Mobility x1600 256mb
Back to top
View user's profile Send private message
cbolin
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 147
Location: Portland, Oregon

PostPosted: Wed Oct 08, 2003 12:18 am    Post subject: Re: so far. Reply with quote

syadnom wrote:
so far we have:
make sure hdparm is setting -d1 at least, any other optimisations possible


Can you explain a little what you mean here? What other optimizations?

You should write a system startup performance improvement FAQ. I bet a lot of lurkers (like me :) ) would benefit.
Back to top
View user's profile Send private message
cbolin
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 147
Location: Portland, Oregon

PostPosted: Sat Oct 25, 2003 10:21 pm    Post subject: Reply with quote

I've tried everything in this thread and boot time is improved, but not greatly. The one thing I did that made the largest difference isn't explicitly mentioned here.

If you load hotplug, try this change. Everything still works great and loading hotplug goes from 5-8 seconds to less than 1.

in /etc/init.d/
nano -w hotplug


Now make this SINGLE character addition change, the ampersand below (the bold "&" without quotes):

start() {
checkconfig || return 1

ebegin "Starting USB and PCI hotplugging"
for RC in /etc/hotplug/*.rc
do
# We do not want to check the return status, as
# some of the scripts may fail due to drivers not
# compiled as modules ...
$RC start &
done
eend 0
}
Back to top
View user's profile Send private message
kinetic
n00b
n00b


Joined: 01 Aug 2008
Posts: 8
Location: Fort Collins, Colorado, USA

PostPosted: Fri Aug 01, 2008 10:19 pm    Post subject: Reply with quote

The best way I've found to get my laptop to boot faster is to custom-compile the kernel so that all the hardware is built-in and there are as few modules as possible. :wink:
Back to top
View user's profile Send private message
notHerbert
Advocate
Advocate


Joined: 11 Mar 2008
Posts: 2228
Location: 45N 73W

PostPosted: Sun Aug 03, 2008 9:53 pm    Post subject: Reply with quote

Also setting the kernel option
Code:
 Processor type and features  --->
    Timer frequency (1000 HZ)

Will boot much faster. :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum