• Make Tech Easier
  • Videos
  • Downloads
  • Articles
    • Windows
    • Linux
    • Mac
    • Android
    • Firefox
    • Chrome
    • Web
    • Google
    • WordPress
    • All Categories
  • Search

How to Change Your Login And Boot Screen In Ubuntu Lucid

Damien 13th May 2010 Linux 37 Comments
  • 1768
    Facebook 26 Twitter 6
    Google Plus 4 Pinterest 0
    Stumbleupon 1732 Reddit 0
    Pocket Instapaper
  • Next
  • Prev

lucid-login-screen-smallThe latest version of Ubuntu (10.04 Lucid) comes with a plymouth theme that allows more cool and animated screen to be displayed during boot up. While this is a great improvement, it also means that all the previous method of setting your own boot screen and login screen is no longer valid. For those who are not happy with the default boot and login screen, here is how you can change them in Ubuntu Lucid. At this moment, there is no GUI to handle this, so everything has to be done via the command line. Follow closely and you’ll be fine.

Changing the login screen

1. Move your favorite login wallpaper to your Home folder. Make sure that it is of .JPG format.

2. Move the wallpaper to the system wallpaper directory. In the terminal:

sudo mv ~/your-wallpaper-name.jpg /usr/share/backgrounds

3. Activate the Appearance window upon login

sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow

4. Close the terminal. Log out of your current session. At the login screen, the Appearance window will show up. Go to the background tab and select your favorite wallpaper as the background. (If you can’t find your favorite wallpaper, click Add. You should be able to find your wallpaper in the /usr/share/backgrounds directory).

lucid-login-appearance

5. Your login background will instantly change to the wallpaper you have selected. Now login to your desktop.

lucid-login-screen

6. Open a terminal. Type the following command to deactivate the Appearance window upon login.

sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

Changing the boot screen

The plymouth theme uses a theme framework to display the background and animation, so you won’t be able to take a simple wallpaper and put it on the boot screen. The Ubuntu repository comes with several plymouth themes that you can install in your system.

sudo apt-get install plymouth-theme-*

This will install all the plymouth themes in the repository.

Next, select the theme that you want to display:

sudo update-alternatives --config default.plymouth

you will see a list of the theme for you to choose. Type in the number of the theme you want and press Enter.

lucid-plymouth-selection

Update: According to Pvalley67, you have to run the following command to update the system. I have got it working without having to run the command, but you can do it if you are not seeing the new splash screen.

sudo update-initramfs -u

Restart your computer. You should see your new boot screen in action.

Do you like what you read here?

Receive the latest update in your inbox.

Similar Articles

Using Juju Charms to Easily Deploy Services in Ubuntu
How to Audit Your Linux Security With Lynis
How to Enable Two-Factor Authentication for SSH Connection

37 Comments

  • commodoor

    It's possible with ubuntu-tweak. there is a option to change the background of login screen. it worked for me.

    13th May 2010 01:31:58 Reply

  • Inukaze

    Oh plz , for Ubuntu USERS , add the PPA GDM2SEtup

    https://launchpad.net/gdm2setup

    And install it :=)

    13th May 2010 09:13:48 Reply

  • Damien Oh

    Ubuntu tweak can change the login screen, but not the boot screen. I tried it and it doesn't work.

    14th May 2010 12:27:46 Reply

  • Damien Oh

    Thanks for the recommendation, I guess I have missed it.

    14th May 2010 04:27:17 Reply

  • Damien Oh

    Ubuntu tweak can change the login screen, but not the boot screen. I tried it and it doesn't work.

    14th May 2010 04:27:46 Reply

  • Pvalley67

    after you change the splash screen setting you need to do this
    sudo update-initramfs -u

    this is so the splash screen will show other wise your old screen will show up

    11th June 2010 12:01:22 Reply

  • Damien Oh

    Thanks. Updated the article.

    16th June 2010 02:43:27 Reply

  • Jhall124

    How do we change it back to the default?

    15th July 2010 02:40:02 Reply

  • Pieter

    I only want to know where I can get that sexy beach wallpaper of yours?

    21st July 2010 07:39:27 Reply

  • Sam

    Step by step instruction to completely change your boot image : http://unlimblog.blogspot.com/2010/07/changing-…

    23rd July 2010 06:10:22 Reply

  • fiendamundo

    I had a problem with low-res ubuntu resolution for the plymouth screen, but this site helped me fix it:

    http://news.softpedia.com/news/How-to-Fix-the-B…

    28th July 2010 05:11:21 Reply

  • Empireoflyle

    worked for me. Thanks!

    18th November 2010 06:24:00 Reply

  • Imdeemvp

    Nice …. thank you for this little how-to !!! Worked for me in Linux Mint.

    23rd November 2010 09:09:00 Reply

    • legion1978

      hi there.. did u have to do any additional step for linuxmint? i can only see the plymouth thing upon system shutdown, not at start.

      thnx

      2nd January 2011 06:28:00 Reply

  • Okrah Asante

    thanks, it worked for me too

    9th December 2010 01:37:00 Reply

  • niki

    This was very helpful! Thank you! Both tweaks worked fine in Ubuntu 10.04!

    12th December 2010 10:19:00 Reply

  • SAMVASITY

    It stucks on the boot screen! IT DOESN’T WORKS FOR UBUNTU 10.04!!!!!

    14th December 2010 05:48:00 Reply

  • legion1978

    Hi..
    Do u guys know where this config gets written? i want to [try to] make the background to change randomly, so i figure that making a script rewriting the specific background entry might work.

    thnx

    2nd January 2011 06:29:00 Reply

  • AC

    Worked for me in LM10. Thanks!

    14th February 2011 03:31:00 Reply

  • Prometheus

    Hi, thanks for the guide:)

    I managed to change the login background, but the step where I write:
    sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
    doesn’t work for me, so I’m stuck with the appearance-selector when I want to log in (I’m using ubuntu 10.10, so I guess there have been some small changes since this guide was made). Anyway, do you have any ideas on how I might solve it? Listing the contents of the /usr/share/gdm/autostart/LoginWindow/ directory in case it helps:)

    at-spi-registryd-wrapper.desktop libcanberra-ready-sound.desktop
    gdm-simple-greeter.desktop metacity.desktop
    gnome-mag.desktop onboard.desktop
    gnome-power-manager.desktop orca-screen-reader.desktop
    gnome-settings-daemon.desktop

    28th February 2011 10:15:00 Reply

    • Prometheus

      Woops, now it seems to have disappeared after all:) So disregard my previous post.
      Thanks again:)

      28th February 2011 10:22:00 Reply

  • Terrytheguy

    worked for me, ubuntu 10.10
    thank you ~

    12th March 2011 03:38:00 Reply

  • deww

    how to remove backgrounds that you have added from the usr directory??

    19th March 2011 02:14:00 Reply

    • Damien Oh

      Use the above steps to first change the background. Next, open your Nautilus (as root) and navigate to the wallpaper folder and delete the wallpaper, if that is what you mean by “remove”.

      20th March 2011 09:08:00 Reply

  • Omer

    thanks buddy……… using Lucid Lynx

    29th March 2011 09:48:00 Reply

  • akshay birajdar

    great its work on linux mint 10…. thanx buddy!!!!!!!!!

    18th April 2011 06:46:00 Reply

  • Icemanblogger

    i’ve lost my login text on 10.10 and 11.04 after cp or linking it to login boot, its appears as square fonts… any help?

    3rd May 2011 03:06:00 Reply

    • Eric S

      you have to have utf-8 fonts installed or you just get block text.

      10th October 2011 06:26:00 Reply

  • Peter

    worked thanks

    8th May 2011 01:31:00 Reply

  • Lbmagma360

    It’s not working for me. I’m using Ubuntu 10.10.
    Every time I add my image, which is a .jpg, a blank screen appears instead of the image.
    Any ideas about fixing this issue will be of great help.

    28th May 2011 02:23:00 Reply

    • Eric S

      yeah, it has to be a .png of 500K or less.

      10th October 2011 06:25:00 Reply

  • AMcG

    Tx.  Tried login screen change for 11.04 and works well.

    29th May 2011 03:51:00 Reply

  • Thong Nguyen

    how to change the size of boot screen?
     

    8th August 2011 07:20:00 Reply

  • Gunter_lab

    the only problem is that it keeps opening the background settings every time i log in
    how can i stop that?

    11th September 2011 03:20:00 Reply

  • Twig Mac

     Brilliant! Thanks for sharing!

    28th October 2011 03:29:00 Reply

  • Ghgieger

    to stop the appearance set up page from  use the following command.

     sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop

    4th December 2011 08:00:00 Reply

  • Anon

    Works well on 10.04LTS Thanks!

    30th April 2012 11:22:00 Reply

  • About
  • Contact Us
  • Advertise
  • Privacy Policy
  • RSS Feed Terms

© 2007 - 2013 Make Tech Easier. All rights reserved.



Receive Daily Update in your Inbox

Quick Tips

Setting Multiple Home Page For Firefox

Do you know you can set multiple websites as the home page in Firefox? Here is how you do it:

1. Go to the "Preferences -> General" section in Firefox.

2. At the Home Page input field, enter the URL of the websites that you want to set as home page, separating each URL with a "|" symbol. For example: http://maketecheasier.com|http://google.com.

3. When you click the "Home' icon in Firefox, a couple of tabs will open, each loading one URL that you entered.

Poll
Best Posts
  • How to Attach Files in Gmail From Various Cloud Storage Services
  • 2 Websites To Generate Invoices Online for Free
  • How to Better Embed YouTube Videos Into Gmail
  • Google Chrome Keyboard Shortcut + Cheatsheet Download
  • Stellar Phoenix Partition Recovery Review + Giveaway (Update: Contest Closed)
  • How to Quickly and Easily Create Your Own Chrome Theme Without Being A Developer
  • Social Media from the Command Line, Part 3: Tumblr, Flickr, and YouTube
  • How to Use Folder Actions in Windows
  • Swapps: An Alternative Multitasking App For Android
  • Quick Image Editing With Gwenview