Answered Elementary boot logo disappeared with installing nvidia-driver

Discussion in 'Installation' started by Xray7, Dec 4, 2014.

  1. Xray7

    Xray7 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Dec 4, 2014
    Messages:
    4
    Likes Received:
    0
    Hi there!

    I could install nvidia driver 331 with:

    Code (Text):
    sudo apt-get install nvidia-331
    sudo reboot
    But now the lovely elementaryos-logo while booting has disappeared!
    boot_elementaryos.png
    How to recover that?

    Btw: I'm running elementaryOS 0.3 Freya (Ubuntu 14.04), the Open Beta.

    Xray7
     
  2. Best Answer:
    Post #2 by paradise, Dec 4, 2014
  3. paradise

    paradise
    Expand Collapse
    Elementary Supporter

    Joined:
    Dec 3, 2014
    Messages:
    128
    Likes Received:
    34
    Hello Xray

    I'm using eOS freya beta too, had the same issue.
    You have to edit your /etc/default/grub simply like this (for this example wee are using "nano", an easy-to-use editor):

    Code (Text):
    sudo nano /etc/default/grub
    #change the following line

    Code (Text):
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    #to
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
    #and add this new line:
    Code (Text):
    GRUB_GFXPAYLOAD_LINUX=1920x1080
    #Save the file and update grub, then reboot
    Code (Text):
    sudo update-grub
    sudo reboot
    Does it work for you?
     
    Xray7 likes this.
  4. Xray7

    Xray7 Thread Starter
    Expand Collapse
    New Member

    Joined:
    Dec 4, 2014
    Messages:
    4
    Likes Received:
    0
    Thank you, it works!
     
  5. Auksinis

    Auksinis
    Expand Collapse
    Member

    Joined:
    May 21, 2015
    Messages:
    18
    Likes Received:
    4
    strange. this does not fix my problem. still no boot screen.

    changing
    GRUB_GFXPAYLOAD_LINUX=1920x1080

    to

    GRUB_GFXPAYLOAD_LINUX=auto

    does make the splash appear again. Weird as my resolution is 1920x1080. It still shows some text before the splash however.
     

Share This Page

Loading...