Results 1 to 7 of 7

Thread: Want to see drivers loading

  1. #1
    Join Date
    Jan 2006
    Beans
    58
    Distro
    Ubuntu 10.04 Lucid Lynx

    Want to see drivers loading

    All,
    Is there a boot option to watch the drivers load instead of seeing the "Ubuntu" splash screen when the computer boots up?
    Thanks,
    -Shawn

  2. #2
    Join Date
    Dec 2005
    Location
    What a weird trip.....
    Beans
    4,678
    Distro
    Ubuntu 12.04 Precise Pangolin

    Cool Re: Want to see drivers loading

    Quote Originally Posted by shawnerz View Post
    All,
    Is there a boot option to watch the drivers load instead of seeing the "Ubuntu" splash screen when the computer boots up?
    Thanks,
    -Shawn
    Yes, there is.
    If at first you don't succeed - just buy the company and tell them to make the one you want.

  3. #3
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Want to see drivers loading

    If you permanently want this behavior, edit /boot/grub/menu.lst and change the line that looks like:

    Code:
    # defoptions=quiet splash
    To either:

    Code:
    # defoptions=quiet
    Or, for a super verbose login display:

    Code:
    # defoptions=
    Then run:

    Code:
    sudo update-grub
    After that you won't get the splash screen but instead text zooming down the screen.

    If you only want to use these options once in a while and not make them permanent, when the grub screen menu/countdown appears, select the kernel you want to boot and hit, 'e', go down one line and hit 'e' again and remove the 'splash' and optionally 'quiet' arguments. Hit enter and then 'b' to boot the kernel like that.
    Last edited by sdennie; July 23rd, 2008 at 03:08 AM. Reason: Forgot grub
    Don't try to make something "fast" until you are able to quantify "slow".

  4. #4
    Join Date
    Jul 2008
    Location
    New York
    Beans
    820
    Distro
    Ubuntu Development Release

    Re: Want to see drivers loading

    If you don't want to edit menu.lst manually, you can install StartUp-Manager via synaptic. It will be in System/Administration/
    If it jams, force it. If it breaks, it needed replacing anyway. . .
    I like Unity.

  5. #5
    Join Date
    Aug 2006
    Location
    Thailand
    Beans
    1,667
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Re: Want to see drivers loading

    An easier way to do this and also do quite a few extra things associated with boot-up is to install the Startup-Manager package.

    Use Synaptic, or cut and paste this command into a terminal window:

    sudo apt-get install startupmanager

    Regards,
    Roger
    There are only two things in life that are mandatory.
    Birth and Death.
    Everything else is optional.
    Ubuntu User #10495

  6. #6
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,258
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Want to see drivers loading

    Quote Originally Posted by steveneddy View Post
    Yes, there is.
    You could've at least described a method of doing it, or at least tried to

    Quote Originally Posted by ramjet_1953 View Post
    An easier way to do this and also do quite a few extra things associated with boot-up is to install the Startup-Manager package.

    Use Synaptic, or cut and paste this command into a terminal window:

    sudo apt-get install startupmanager

    Regards,
    Roger
    You can use [code][/code] tags to enclose portions of code

  7. #7
    Join Date
    Jan 2006
    Beans
    58
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Want to see drivers loading

    Joeb,
    Steveneddy must work for Microsoft.

    And thanks for the [code] [\code] tip. I made another post in another part of the forum where I probably should have used that.
    Thanks,
    -Shawn

Bookmarks

Posting Permissions

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