How To Enable Graphical Boot with Plymouth [Fedora Tip]

2008 November 28

Thanks to this guide by axel, I was able to get rid of the simple blue/light blue/white bar loader and get the fancy graphical loader better known as Plymouth. Keep in mind that I am using it on a laptop that has Intel 945GM graphics.

I’m going to keep things basic without a lot of jargon. If you’d like more details on this, visit this page.

Type the following into the terminal to configure grub:

su -
gedit /boot/grub/grub.conf

Then, within the grub.conf file, add the bold text below (this value will also depend upon which screen resolution you’d like. To get this value, visit this page):

title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,9)
kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=a61c8338-e373-4389-ae00-32942185f7c2 rhgb quiet vga=792
initrd /boot/initrd-2.6.27.5-117.fc10.i686.img

If you’d like to add more themes, you’ll need to first download and install them and then set them as default. To do this, type the following into the terminal, replacing what’s within the {} with the loader of your choice):

su -
yum install plymouth-plugin-{fade-in,pulser,spinfinity}

Then, set your theme as default:

su -
plymouth-set-default-plugin pluginname
/usr/libexec/plymouth/plymouth-update-initrd

Source: http://www.my-guides.net/en/content/view/125/26/1/12/#plymouth

Feel free to buy me a soda if this post prevented any headaches! Another way to show your appreciation is to take a gander at these relative ads that I hope you'll be interested in:


Here are some similar posts that you may be interested in:


15 Responses leave one →
  1. 2008 November 28

    Thanks!

    It works perfectly ;)

  2. 2008 December 11
    Joe Namath permalink

    It is a dupe of the info at:
    http://www.my-guides.net/en/content/view/125/26/1/12/#plymouth

    No new content. Add some or just give us the link.

  3. 2008 December 18

    @ Joe:

    I’d like to think that I provide a nice collection of information here, even if it had originated from some place else. If I just had links, I would personally feel like I’m running some sort of spam/useless link site. Goodness knows how many clicks you had to take to get here… why not save you another click and just present it here! I guess that’s just the way I see it.

  4. 2009 January 3
    Ronald van Kuijk permalink

    Derek,

    Thanks, but I tend to agree with Joe a little. At least give credit to the original author.

    Ronald

  5. 2009 January 3

    Easy enough. Consider it done.

    I put one more link to the original source in the post. There is now three credits to the original author whereas before there were two.

  6. 2009 January 3
    Saravan permalink

    Will Plymouth work with an old Intel 82815 Graphics Card? I really want to try it out.

  7. 2009 January 3

    Funny you should ask. My other computer has that exact graphics card! I’ll try it out soon and let you know.

  8. 2009 January 3

    Yup! It works with that graphics card! Have fun with it.

  9. 2009 January 5
    Saravan permalink

    WhooHoo! Thanks a million!!! I’ll try it out when I get home tonite. Thanks!

  10. 2009 January 5
    Saravan permalink

    Ah, man. It didn’t work. I keep getting:

    Undefined Video Mode Number: 317
    to view list of available modes, to continue or wait 30 secs.

    Any ideas on what’s wrong? Thx.

  11. 2009 January 6
    shlag permalink

    Saravan, for your video card no DRM kernel modesetting drivers (and for all, who get text boot by default)

    But you cat use framebuffer to show nice plymouth boot process (this is a hack. Booting will be little longer and screen will be flick when X starts).

    Type vga=ask in kernel line, when try different VESA modes (for example 317 = 1024×768x16 bit)

    look at:
    http://www.my-guides.net/en/content/view/125/26/1/12/
    and this comment:
    http://spoilt.blogsite.org/wordpress/index.php/2008/12/23/fedora-10-graphical-bootloader-plymouth#comment-316

    sorry for my english ;)

  12. 2009 January 24
    David Reed permalink

    Hey Derek! Not sure if you remember me or not. I was in your ward at BYU-Idaho. I just happened to stumble upon your blog when I was researching how to enable the plymouth graphical boot.

  13. 2009 December 3

    Hey Derek

    Please, how change background color of Plymouth when booting?

    Thanks

    \_/
    (oo)
    _||_
    erick

    • 2009 December 3

      I don’t know the answer to that. I believe you’ll need to create an entirely new plug-in just to simply change the background color.

Trackbacks & Pingbacks

  1. Fedora Plymouth Graphics and Compiz Fusion—dmtdev

Leave a Reply

Note: You can use basic XHTML in your comments. Your email address will never be published.

Subscribe to this comment feed via RSS