Page 1 of 6 123 ... LastLast
Results 1 to 10 of 281

Thread: HOWTO: Bootup splash screen with splashy

Hybrid View

  1. #1
    Join Date
    Apr 2005
    Location
    Xpain
    Beans
    117
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    HOWTO: Bootup splash screen with splashy

    This howto will allow you to get a bootup image with progress bar, like the livecd does.
    In this post i'm using my self-made theme. You can make your own or download another, it's up to you!

    Splashy for Ubuntu

    (1) Download latest splashy package from: http://alioth.debian.org/projects/splashy/

    (2) Install the splashy .deb:
    Code:
    $ sudo dpkg -i splashy_0.1.3.svn.2_i386.deb
    (3) Edit /boot/grub/menu.lst to add vga=792 (1024x768 millions colors) or vga=791 (1024x768 thousands colors) to your default boot option.
    For example:
    Code:
    title		Ubuntu, kernel 2.6.10-5-k7 Default 
    root		(hd0,0)
    kernel		/vmlinuz root=/dev/hde6 ro quiet splash vga=792
    initrd		/initrd.img
    savedefault
    boot
    See codes table below:

    (4) Download my Ubuntu splashy theme from: http://infinito.f2o.org/downloads/ub...y_theme.tar.gz

    You can get more themes from: http://splashy.alioth.debian.org/themes/

    (5) Untar ubuntu theme:
    Code:
    $ tar xzf ubuntu_splashy_theme.tar.gz
    (6) Copy files to splashy dir:
    Code:
    $ sudo cp -a ubuntu/ /etc/splashy/themes
    (7) Edit splashy config file:
    Code:
    $ sudo mv /etc/splashy/config.xml /etc/splashy/config.xml.old
    $ sudo mv /etc/splashy/themes/ubuntu/config.xml /etc/splashy
    That's all! Next time you reboot your computer you'll see splashy in action!

    Links of interest:
    http://nanofreesoft.org/index.php/Splashy
    http://nanofreesoft.org/index.php/Upower

    VGA Codes Table:
    Code:
                    640x480    800x600    1024x768       1280x1024
    256 colors        768        771         773            775
    32K colors        784        787         790            793
    64K colors        785        788         791            794
    16M colors        786        789         792            795
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	shutdown.jpg 
Views:	4049 
Size:	133.6 KB 
ID:	1379   Click image for larger version. 

Name:	bootup.jpg 
Views:	6104 
Size:	30.8 KB 
ID:	1380  
    Last edited by infinito; June 15th, 2005 at 10:04 AM.

  2. #2
    Join Date
    Apr 2005
    Location
    Chicago Area
    Beans
    101
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Bootup splash screen with splashy

    Does this take affect during the whole boot process?

    Like no "freaks out noob" text is scrolling?

  3. #3
    Join Date
    Apr 2005
    Location
    Xpain
    Beans
    117
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Bootup splash screen with splashy

    Quote Originally Posted by thechitowncubs
    Does this take affect during the whole boot process?

    Like no "freaks out noob" text is scrolling?
    You will see the first two text lines only...

  4. #4
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: HOWTO: Bootup splash screen with splashy

    I realize this is supposed to be an "alpha" stage package, but it has worked flawlessly on my box and I certainly hope the development on it continues. I did read where it recently forked into the Upower project so it remains to be see where all this settles.

    Thanks for the great How-To.
    People should definitely give it a go.
    /path/to/Truth

  5. #5
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: HOWTO: Bootup splash screen with splashy

    Didn't work here:
    I got smaller text and a message saying splashy was not running and to check the
    /etc/default/splashy and /etc/splashy/config.xml files for format errors. I got green text saying boot was 30% 40% etc complete. Strangely when I shutdown it seemed to be working........

  6. #6
    Join Date
    Apr 2005
    Location
    Xpain
    Beans
    117
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Bootup splash screen with splashy

    Quote Originally Posted by kleeman
    Didn't work here:
    I got smaller text and a message saying splashy was not running and to check the
    /etc/default/splashy and /etc/splashy/config.xml files for format errors. I got green text saying boot was 30% 40% etc complete. Strangely when I shutdown it seemed to be working........
    Please, try to change the contents of /etc/splashy/config.xml to this:
    Code:
    <splashy>
        <progressbar>
            <!-- here are tags to set the bar... x is the x coordinate and
            y is the y coordinate, width and height are for the progress bar.
            Remember that x, y width and height are expressed in percentage -->
            <x>20</x>
            <y>90</y>
            <width>60</width>
            <height>2</height>
            <!-- here you can set the color of the progressbar...
            set the amount of red, green, blue and alpha channel. 
            Remember that the max value is 255 and the minumun value is 0-->
            <red>207</red>
            <green>0</green>
            <blue>0</blue>
            <alpha>255</alpha>
        </progressbar>
        <background>
            <boot>/etc/splashy/themes/ubuntu/background.jpg</boot>
            <shutdown>/etc/splashy/themes/ubuntu/shutdown.jpg</shutdown>
            <errorimg>/etc/splashy/themes/ubuntu/error.jpg</errorimg>
        </background>
        <fifo>/etc/splashy/splashy.fifo</fifo>
        <pid>/etc/splashy/splashy.pid</pid>
        <autoverboseonerror>yes</autoverboseonerror>
    </splashy>

  7. #7
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: HOWTO: Bootup splash screen with splashy

    Looks like someone else is having your problem.
    I'm actually using the Upower package but can't seem to find a copy right now.
    /path/to/Truth

  8. #8
    Join Date
    May 2005
    Location
    Poznan, Poland
    Beans
    284
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Bootup splash screen with splashy

    I'm going to reinstall splashy. Here's what I got:

    Code:
    dolny@milkshake:~/zrzut$ sudo apt-get install splashy
    Reading package lists... Done
    Building dependency tree... Done
    The following packages will be upgraded:
      splashy
    1 upgraded, 0 newly installed, 0 to remove and 139 not upgraded.
    Need to get 0B/414kB of archives.
    After unpacking 397kB disk space will be freed.
    WARNING: The following packages cannot be authenticated!
      splashy
    Install these packages without verification [y/N]? y
    
    Preconfiguring packages ...
    (Odczytywanie bazy danych ... 102694 plików i katalogów obecnie zainstalowanych.)
    Przygotowanie do zastąpienia splashy 0.1.3.svn.2 (wykorzystując .../splashy_0.1.4.svn.1_i386.deb) ...
    Rozpakowanie pakietu zastępującego splashy ...
    Searching for GRUB installation directory ... found: /boot/grub .
    Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
    Searching for splash image... none found, skipping...
    Found kernel: /vmlinuz-2.6.10-5-686
    Found kernel: /memtest86+.bin
    Updating /boot/grub/menu.lst ... done
    
    Konfigurowanie splashy (0.1.4.svn.1) ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashyZ ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy10 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy20 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy30 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy40 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy50 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy60 ...
    Instalowanie nowej wersji pliku konfiguracyjnego /etc/init.d/splashy70 ...
    Searching for GRUB installation directory ... found: /boot/grub .
    Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
    Searching for splash image... none found, skipping...
    Found kernel: /vmlinuz-2.6.10-5-686
    Found kernel: /memtest86+.bin
    Updating /boot/grub/menu.lst ... done
    
    there is not grub installed
    WARN: could not create /etc/splashy/splashy.fifo. Make sure file exists and it's a fifo before using splashy
    WARN: example: ls -l /etc/splashy/splashy.fifo. Permissions should be prwx------
    WARN: to create it by hand follow:
    WARN: rm -f /etc/splashy/splashy.fifo && mkfifo  --mode=0700 /etc/splashy/splashy.fifo
    Switched to ArchLinux (Pacman rox!)
    Linux registered user number 391475.
    War is not about who is right, but who is left.

  9. #9
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: HOWTO: Bootup splash screen with splashy

    Yep, that's a problem.
    But you gotta love how APT tells it like it is.
    /path/to/Truth

  10. #10
    Join Date
    May 2005
    Location
    Poznan, Poland
    Beans
    284
    Distro
    Dapper Drake Testing/

    Re: HOWTO: Bootup splash screen with splashy

    Tried to reinstall it from scratch, like in that link you gave me. No good. Going to sleep know. It just won't work with that /usr/ on diff partition. Tried EVERYTHING. It still shows that green letters and that info about config.xml.
    Switched to ArchLinux (Pacman rox!)
    Linux registered user number 391475.
    War is not about who is right, but who is left.

Page 1 of 6 123 ... 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
  •