How To | Fix the Big and Ugly Plymouth Logo

UPDATE: Please see the newest rendition of this fix. Much simpler and faster. 🙂

http://wp.me/pR93c-8D

 


 

 

Note: The instructions provided here are created for beginners in Linux. There is no need to use the terminal. The first fix was developed by Hoa Nguyen from the Ubuntu community & Softpedia. All credits go to them! All I am doing is passing on the information that works for me. Enjoy!

Step 1: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

sudo apt-get install v86d

…a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the package to be installed. The terminal window will automatically close!

Step 2: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

gksu gedit /etc/default/grub

…enter your password when asked and hit the Enter key.

– Replace the following line (line number 9):

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

with this one:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap"

– Replace the following line (line number 18):

#GRUB_GFXMODE=640x480

with this one:

GRUB_GFXMODE=1280x1024

The file should look like this:

Save the file and close it!

Step 3: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

gksu gedit /etc/initramfs-tools/modules

When the text window appears, add the following line at the end of the file:

uvesafb mode_option=1280x1024-24 mtrr=3 scroll=ywrap

It should look like this:

Save the file and close it!

Step 4: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash

…a terminal window will appear for a second or two. The terminal window will automatically close!

Step 5: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

sudo update-grub2

…a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the command to finish. The terminal window will automatically close!

Step 6: Hit the ALT+F2 key combination, paste the following command and check the “Run in terminal” option:

sudo update-initramfs -u

…a terminal window will appear. Enter your password when asked, hit the Enter key and wait for the command to finish. The terminal window will automatically close!

Step 7: Reboot your computer. When the system starts, you should see a better looking Ubuntu logo!

Note: You can play a little with the resolution of the first fix, as 1280×1024 may not work for everyone! Just make sure that you change it in all three locations as indicated above.

Note 2: Check out this thread at the Ubuntu Forum for a possible faster solution.

http://ubuntuforums.org/showthread.php?t=1498221

3 responses to this post.

  1. I found an easier way to achieve this. Check out this post in ubuntuforums.org
    http://ubuntuforums.org/showthread.php?t=1498221

    Reply

  2. Posted by Gloderete on June 6, 2010 at 8:19 pm

    Just want to say what a great blog you got here!
    I’ve been around for quite a lot of time, but finally decided to show my appreciation of your work!

    Thumbs up, and keep it going!

    Cheers
    Christian

    Reply

Leave a comment