Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

  1. #1
    Join Date
    May 2005
    Beans
    Hidden!

    Cool

    Hey Guys,
    Today when I installed a new kernel I was suprised to see that after the installation completed ..my default ubuntu splash screen changed to kubuntu. I tried looking around and realized that there were many users facing the same issue either after a new kernel install or after installing kde over ubuntu (the splash screen somehow changed to Kubuntu or Xubuntu (incase of an XFCE install)). So after digging around I found out that there is an easy way.

    (Please note that this how-to has been tested and seems to work on Breezy as well as Dapper)

    Here is what you do:

    Open the terminal and type:

    sudo update-alternatives --config usplash-artwork.so
    (this will open a selection box that lets you decide which splash you would prefer 1.default(ubuntu) 2.kubuntu and 3.xubuntu. select one and then press <enter>)
    Now enter:

    sudo dpkg-reconfigure linux-image-`uname -r`
    Note that the quotes for uname-r are not the "forward" ones under the double quote (") key, they are "back" quotes (usually found with the ~) key.
    (this will build your choice into the initramfs) (enter)

    You can also alternately use this instead of the above command
    sudo dpkg-reconfigure linux-image-$(uname -r)
    It will take about 10-30 seconds and thats it! you are done!!
    Restart and enjoy!
    It worked for me..so I think it might just work for you.
    Goodluck.
    (Thankyou groggyboy and mbeierl for the additional info that has now been added to this howto)

    # For more info about customized usplash..click here (Wiki)
    # If you are looking for customized usplash themes with different colors. click here
    # If you wish to change the uspash time out . Click here
    # To customize you Ubuntu Grub, Usplash and system colors to blue / other themes etc.click here
    Last edited by byen; May 22nd, 2006 at 09:59 PM.

  2. #2
    Join Date
    Oct 2005
    Beans
    38

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    update-alternatives --config usplash-artwork.so

    There is only 1 program which provides usplash-artwork.so
    (/usr/lib/usplash/usplash-default.so). Nothing to configure.


    But I still get kubuntu ?

  3. #3
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    what happens when you do
    sudo apt-get -f install usplash

  4. #4
    Join Date
    Oct 2005
    Beans
    38

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    xochiyotl# apt-get -f install usplash
    Reading package lists... Done
    Building dependency tree... Done
    usplash is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  5. #5
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I think the ubuntu usplash somehow got deleted or overwritten..why dont you try this... it just manually replaces the splash image with the one you select.
    Sorry its not a more direct answer but see if that link helps...

  6. #6
    Join Date
    Oct 2005
    Beans
    38

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    I skipped the first command you recommended and just did this one:

    sudo dpkg-reconfigure linux-image-`uname -r`

    It worked.....thanks

  7. #7
    Join Date
    May 2005
    Beans
    Hidden!

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    lol...well.. COOL!

  8. #8
    Join Date
    Oct 2005
    Location
    Hertfordshire, England
    Beans
    53
    Distro
    Kubuntu 8.10 Intrepid Ibex

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Brilliant - this helped me too

    Thanks.

  9. #9
    Join Date
    Mar 2006
    Beans
    35

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Thanks, was looking for a solution!

  10. #10
    Join Date
    Mar 2006
    Beans
    14

    Re: How to select a different usplash screen from Ubuntu to Kubuntu to Xubuntu

    Can you get rid of the status bar and the text showing what has been loaded on the splash screen durring startup?

Page 1 of 2 12 LastLast

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
  •