The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Long Boot Times on Feisty Fawn Beta?

    Discussion in 'Linux Compatibility and Software' started by mfmbcpman, Apr 5, 2007.

  1. mfmbcpman

    mfmbcpman Notebook Consultant

    Reputations:
    59
    Messages:
    289
    Likes Received:
    0
    Trophy Points:
    30
    I am using the latest updated version of the Feisty. When it is booting, when it gets to about 40% on the status bar it hangs there for about 2 minutes before continuing the boot sequence. Anyone else have this?
     
  2. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    Would you computer happen to have network-manager installed? If so, type this command:

    Code:
    sudo gedit /etc/network/interfaces
    And comment out every line except for the Io interface.

    For example:

    Code:
    auto lo
    iface lo inet loopback
    
    #auto eth0
    #iface eth0 inet dhcp
    
    #auto eth1
    #iface eth1 inet dhcp
    And save.

    The problem may be network-manager trying to set up your wireless before it is allowed to. If this is indeed the problem, your boot time should decrease considerably.
     
  3. mfmbcpman

    mfmbcpman Notebook Consultant

    Reputations:
    59
    Messages:
    289
    Likes Received:
    0
    Trophy Points:
    30
    Will that have any effect on anything after it boots up?
     
  4. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    No, once your desktop loads up, network-manager will take over all the network management. No ill effects.
     
  5. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    Exactly. This works wonders and makes Ubuntu boot in no time.
     
  6. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    well, technically it's the boot sequence trying to pick up a DHCP IP on eth0, so it waits until it times out.

    there is technically an ill effect. the ifup and ifdown scripts won't work any more, but I really doubt you'll need to run those from the terminal providing network-manager is working properly for you.
     
  7. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    If network manager did happen to go out, I'm sure you could just go back and uncomment the entries in the file and reboot and all would be fine (including ifup and ifdown).

    Hey, at least you didn't have to mess with any registry hacks or DLL patches...
     
  8. mfmbcpman

    mfmbcpman Notebook Consultant

    Reputations:
    59
    Messages:
    289
    Likes Received:
    0
    Trophy Points:
    30
    :laugh:

    It takes me exactly one minute from pushing the power button to having Firefox open. That seems as fast as it will ever be. Thanks Lysander.
     
  9. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    You're very welcome.
     
  10. Arvin

    Arvin Notebook Evangelist

    Reputations:
    14
    Messages:
    300
    Likes Received:
    0
    Trophy Points:
    30
    Is there an exact set date this month when 7.04 will be released in final form?
     
  11. tripinva

    tripinva Notebook Consultant NBR Reviewer

    Reputations:
    62
    Messages:
    187
    Likes Received:
    0
    Trophy Points:
    30
    April 19?

    - Trip
     
  12. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    it was something like that. don't like, set the day aside or anything, though... there's a pretty good chance it might get delayed a couple days if there's a real show-stopper bug that is found.