Ubuntu : Got an Ugly Boot Screen After Installing Nvidia? Lets fix It!

10 Flares 10 Flares ×

The Ubuntu Boot Screen

When booting and shutting down the computer, Ubuntu displays a very clean, nice splash screen like the one we see in the above image (Without the “Hello, world,” thing). But, after installing the Nvidia proprietary drivers, most of us will loose that nice splash screen. Instead, we’ll start to see some terminal outputs. I have tried this with two different Nvidia cards and both of them have the issue.

Some people say that the real issue lies within the boot order. According to them, the Nvidia drivers are loaded after Ubuntu finish displaying the boot splash. Normally, it should be the other way round. But still, we can fix this…

How To Fix the Ugly Ubuntu Plymouth Splash Screen :

  • First, open the terminal (ctrl+alt+t) and enter the following commands to install “hwinfo” and get a list of supported resolutions :

Note : If you can’t see a supported resolution list, check this answer : http://askubuntu.com/a/6074/20700

  • Next, open the grub configuration file using this command :

  • In that file, search for the line “GRUB_GFXMODE=” (Shown in yellow in the image below) (Press ctrl+f in the editor to get the search box) and paste the line “GRUB_GFXPAYLOAD_LINUX=1024×768” (Without the double quotes) right below it (Shown in orange color in the image below). Note : Change the resolution (1024×768 (the bolded value)) to a resolution supported by your system. (You got a list of supported resolutions in the first step). Don’t go too high. Pick an average one.
Edit Grub

Edit Grub

  • Next, issue the following command to set the FRAMEBUFFER to ‘y’ in the splash configuration file :

  •  Finally, issue the following two commands to update Grub and the Initramfs :

After following the above steps, reboot and be greeted by the nice Ubuntu splash screen again! Did it work? If not, please let us know! We’ll try our best to get it solved. Special thanks should go for the Ask Ubuntu user3243 for solving this issue.

Tags: , , , ,

This awesome post was written by Pubudu Kodikara

Pubudu has written 1036 great articles for us.

Currently, I'm preparing a delicious meal... I take ingredients from the tech world... I have already used 2 tea spoons of software, 3 table spoons of network, a cup of linux, a jug of web and many more tasty ingredients!
  • Bosanac

    It’s not the same like on picture, but it works :)

    • http://techhamlet.com/ Pubudu Kodikara

      :) Yes its not exactly the same… there’s no “Hello World” message :) Its something that Ubuntu added for fun :P

      • Bosanac

        yep, and there is no logo of Ubuntu, also font is a little bit different like this in “Hello World” message :)

        • markus

          bravo bosanac i hvala

          • Bosanac

            i drugi put :)

  • bolechas

    In my case, it doesn’t work, I see that ugly ubuntu plymouth spalsh screen. Grub resolution has changed satisfactory, but in the plymouth splash screen It appears the command lines before de login screen. If you can help, I would be grateful for that.

    • http://techhamlet.com/ Pubudu Kodikara

      In my old 19 inch monitor it worked. But in my larger screen, it won’t :( What is your screen size?

  • kingpin

    it worked fine … thanks Boss!!!

    • http://techhamlet.com/ Pubudu Kodikara

      You welcome :)