Find the answer to your Linux question:
Results 1 to 7 of 7
few days back I tried gentoo.. could not make my sound card work in that ..so came back to debian . when I was using gentoo( for two days ) ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27

    boot time debian

    few days back I tried gentoo..
    could not make my sound card work in that ..so came back to debian .
    when I was using gentoo( for two days ) my computer was taking something around 25 seconds to boot ...the same programs I use now in debian ..but it takes 1min 5 secs
    this really annoys me..
    it will load many unnecessary modules and something which I don't understand ....it loads printer ..USBCORE..this will take some 10 secs ( donno what it is )
    so please help me..
    I want to make it faster
    please don't suggest me to go to ibm's site for fast boot ...http://www-128.ibm.com/developerwork...3-obg-BootFast
    It is based on redhat and I don't understand how to them in debian ..
    how to use update-rc.d ....
    please help me if you know this....many more might be interested in this...

    One suggestion I found after googling is add ..'&' after 'startup $i start ' in /etc/init.d/rc .....but I didn't find that line in my rc file and I added '&' at somewhere like '$ACTION start' that screwed my boot as it failed many dependencies...
    please help ..
    thankyou ......

  2. #2
    Just Joined!
    Join Date
    Oct 2005
    Location
    Driebergen, The Netherlands
    Posts
    38
    Disable that AppleTalk thing, it takes quite long to start...

    Regards,

    René

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    what is appletalk ???

  4. #4
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by vamshi_krishna
    what is appletalk ???
    AppleTalk is a set of networking protocols developed by Apple Computer. I can't figure out why this was suggested however, since I didn't read anywhere in your post that you were running a Macintosh or that AppleTalk was loading at boot....
    Registered Linux user #270181
    TechieMoe's Tech Rants

  5. #5
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    I think it was suggested because for some reason, which I can't figure out, appletalk is installed by default in Debian and the boot does hang on it for about 30 secs on startup..

    apt-get remove netatalk will get rid of it, it's one of the first things I do after installing a new Debian system. even when I do a bare bones install this is in there.. are there really that many appletalk networks around ?

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you can try to remove some uneeded scripts in /etc/init.d/

    Code:
    update-rc.d -f  name remove
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    Aug 2005
    Location
    india
    Posts
    27
    thankgod that netatalk is not installed in mine...
    I remember seeying that in redhat9
    however i will try to remove using update-rc ...

    but can you tell how to see the list of them booting ...like 'chkconfig -l' in other distros..
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •