Results 1 to 2 of 2

Thread: GRUB background and Ubuntu splash screen changed..

  1. #1
    Join Date
    Aug 2012
    Beans
    49

    Talking GRUB background and Ubuntu splash screen changed..

    I recently tried out kubuntu-desktop on my computer and I was unaware that installing this would change the splash screen and GRUB menu into an ugly gray color. I really only wanted to try out KDE and would like to change back to my Ubuntu splash screen and my nice purple GRUB background. What is the easiest way to do this?

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: GRUB background and Ubuntu splash screen changed..

    I do not know if this will work. Log into the Ubuntu desktop and open a terminal and run these two commands.
    Code:
    sudo update-grub
    Code:
    sudo grub-install /dev/sda
    That is if you only have one hard disk in your machine (sda) and Grub is installed in the MBR of sda.

    The first command updates the Grub configuration files and as you are doing this from the Ubuntu desktop it may overwrite the instructions put there by the Kubuntu desktop. The second command writes Grub into the MBR of sda. We sometimes need to do this to get changes to Grub configuration to take effect. This will not remove the Kubuntu desktop.

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


Tags for this Thread

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
  •