Results 1 to 5 of 5

Thread: I killed USplash- how to bring it back?

  1. #1
    Join Date
    Dec 2008
    Location
    RIGHT BEHIND YOU
    Beans
    294
    Distro
    Ubuntu 13.04 Raring Ringtail

    I killed USplash- how to bring it back?

    A while back I decided to try Splashy for my bootsplash program instead of the default USplash. I could never get it to work and thus uninstalled it, but I can't seem to get USplash back. Right now I just get that really verbose bootloader screen with no graphics.
    According to Synaptic, I have the following usplash-related packages installed:

    "usplash" , "usplash-theme-freedom1024" , "usplash-theme-ubuntu" , "libusplash0" , "startupmanager"

    I followed the instructions on this thread but it only made the bootloader screen appear when I was shutting down, not turning on.
    What am I missing here?

    (Also... 100th post! W00t!)

  2. #2
    Join Date
    Apr 2008
    Location
    UK
    Beans
    496
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: I killed USplash- how to bring it back?

    You could try installing startupmanager

    Code:
    sudo apt-get install startupmanager
    Run via System -> Administration -> StartUp-Manager

    It allows you to configure your bootup displays. You can, for example, ensure "Show text during boot" is unticked and "Show boot splash" is ticked (i.e. use your Usplash theme), and check a Usplash theme is selected under the Appearance tab.
    Ace1 FreeBSD/Gnome 2, i5 2300, 16GB, HX750W, 20TB ZFS pool, 60GB SSD, Fractal Design XL
    Ace2 Ubuntu/Xubuntu, i7 2600, 16GB, HX850W, 4TB, Asus HD6970, Fractal Design R3
    Ace3 Ubuntu/XFCE, E7200, 4GB, OCZ GameXStream 700W, 8TB

  3. #3
    Join Date
    Dec 2008
    Location
    RIGHT BEHIND YOU
    Beans
    294
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: I killed USplash- how to bring it back?

    Quote Originally Posted by stderr View Post
    You could try installing startupmanager

    Code:
    sudo apt-get install startupmanager
    Run via System -> Administration -> StartUp-Manager

    It allows you to configure your bootup displays. You can, for example, ensure "Show text during boot" is unticked and "Show boot splash" is ticked (i.e. use your Usplash theme), and check a Usplash theme is selected under the Appearance tab.
    It's already installed. "startupmanager" was in my list of packages currently on my system.

  4. #4
    Join Date
    Apr 2008
    Location
    UK
    Beans
    496
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: I killed USplash- how to bring it back?

    So you had

    I'm very surprised that setting those settings in startupmanager makes no difference.
    Maybe it would be an idea to check your menu.lst file

    Code:
    gksudo gedit /boot/grub/menu.lst
    The kernel line for the kernel you boot to should have "quiet" and "splash" on the end, and I think that's just what startupmanager does, so if yours does have those entries, then I'm out of ideas I'm afraid, aside from purging and re-installing usplash and running through the startupmanager settings once more.

    My current boot line:
    Code:
    kernel		/boot/vmlinuz-2.6.27-11-generic root=UUID=1227aa30-9bf3-40d0-bc37-3ff22b4c1a7d ro quiet splash
    Ace1 FreeBSD/Gnome 2, i5 2300, 16GB, HX750W, 20TB ZFS pool, 60GB SSD, Fractal Design XL
    Ace2 Ubuntu/Xubuntu, i7 2600, 16GB, HX850W, 4TB, Asus HD6970, Fractal Design R3
    Ace3 Ubuntu/XFCE, E7200, 4GB, OCZ GameXStream 700W, 8TB

  5. #5
    Join Date
    Dec 2008
    Location
    RIGHT BEHIND YOU
    Beans
    294
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: I killed USplash- how to bring it back?

    This is what mine says:

    Code:
    title        Ubuntu 8.10, kernel 2.6.27-11-generic
    uuid        b93303ba-72c2-4efd-b5f0-481cd5c92dd1
    kernel        /boot/vmlinuz-2.6.27-11-generic root=UUID=b93303ba-72c2-4efd-b5f0-481cd5c92dd1 ro quiet splash 
    initrd        /boot/initrd.img-2.6.27-11-generic
    quiet
    
    title        Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
    uuid        b93303ba-72c2-4efd-b5f0-481cd5c92dd1
    kernel        /boot/vmlinuz-2.6.27-11-generic root=UUID=b93303ba-72c2-4efd-b5f0-481cd5c92dd1 ro  single
    initrd        /boot/initrd.img-2.6.27-11-generic
    
    title        Ubuntu 8.10, kernel 2.6.27-7-generic
    uuid        b93303ba-72c2-4efd-b5f0-481cd5c92dd1
    kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=b93303ba-72c2-4efd-b5f0-481cd5c92dd1 ro quiet splash 
    initrd        /boot/initrd.img-2.6.27-7-generic
    quiet
    
    title        Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
    uuid        b93303ba-72c2-4efd-b5f0-481cd5c92dd1
    kernel        /boot/vmlinuz-2.6.27-7-generic root=UUID=b93303ba-72c2-4efd-b5f0-481cd5c92dd1 ro  single
    initrd        /boot/initrd.img-2.6.27-7-generic
    
    title        Ubuntu 8.10, memtest86+
    uuid        b93303ba-72c2-4efd-b5f0-481cd5c92dd1
    kernel        /boot/memtest86+.bin
    quiet
    Looks like quiet and splash are both there. I'll try uninstalling usplash and startupmanager then reinstalling.

Tags for this Thread

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
  •