Results 1 to 5 of 5

Thread: HOWTO: Get bootup status text back in Ubuntu 6.10

  1. #1
    Join Date
    Jul 2006
    Location
    Melbourne, Australia
    Beans
    121
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    HOWTO: Get bootup status text back in Ubuntu 6.10

    If you're like me, then you like to see some status information during startup. I personally hate how Ubuntu Edgy now hides the startup information previously shown under Ubuntu Dapper (you know, the usual messages on startup, while Ubuntu is starting all the services. In case you don't know, I mean the text at the bottom of the splash screen - See http://www.zdnet.com.au/shared/image...bootscreen.gif for screenshot). Well, it's quite easy to enable this again...

    First, open your /boot/grub/menu.lst file with a text editor.
    Code:
    gksu gedit /boot/grub/menu.lst
    Then, look for your kernel's 'kernel' line. On my computer, this looks like:
    Code:
    kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro quiet splash vga=0x318
    Simply remove the word 'quiet' from that line. In my case, the new line would look like:
    Code:
    kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro splash vga=0x318
    Save the file, and reboot. If successful, you'll see status information just like in Ubuntu 6.06

  2. #2
    Join Date
    Jun 2005
    Location
    France
    Beans
    7,100
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: HOWTO: Get bootup status text back in Ubuntu 6.10

    This is just great, thanks for the tip, i love it

  3. #3
    Join Date
    Jul 2006
    Location
    Melbourne, Australia
    Beans
    121
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Get bootup status text back in Ubuntu 6.10

    No problem... Glad to see that you like it as much as I do

  4. #4
    Join Date
    Aug 2005
    Beans
    992

    Re: HOWTO: Get bootup status text back in Ubuntu 6.10

    do you have any suggestions for this thread: http://www.ubuntuforums.org/showthre...hlight=elegant ?

    I'd like to have no ubuntu usplash image
    but instead a colorful text bootup.

  5. #5
    Join Date
    Jan 2005
    Location
    /dev/null
    Beans
    83
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: HOWTO: Get bootup status text back in Ubuntu 6.10

    Thanks for the tip. I thought that turning quiet off would solve it, but I wasn't sure if the new theme supported it. I like to known what it going on at boot like you guys. Nothing wrong with enabling quiet by default, so that new users aren't intimated.

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
  •