Results 1 to 2 of 2

Thread: how to pass nosplash to kernel

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Location
    Copenhagen
    Beans
    12
    Distro
    Ubuntu 10.10 Maverick Meerkat

    how to pass nosplash to kernel

    Hi,

    I just bought a Lenovo s12. In the ubuntu-wiki, it's said to run pretty well...and it does. Only the startup is a little long (and not at alle near the 30 secs). The wiki recommends "passing "nosplash" to kernel do avoid long delay at bootup with Karmic"

    ok...but how do you exactly do that?

    f

  2. #2
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: how to pass nosplash to kernel

    Backup the /etc/default/grub file:
    Code:
    sudo cp /etc/default/grub /etc/default/grub-backup
    Edit it:
    Code:
    gksu gedit /etc/default/grub
    replace:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    with
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet nosplash"
    or
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="nosplash"
    save the file and exit.

    run:
    Code:
    sudo update-grub
    community/Grub2

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
  •