Skip to content
  • PC & Mobile
    • Windows
    • Mac
    • Linux
    • Mobile
    • Android
    • iOS
    • Chrome OS
  • Hardware
    • PC Hardware
    • Product Review
    • Smart Home
  • Lifestyle
    • Internet
    • Gaming
    • Productivity
    • How Things Work
    • Glossary
    • News
  • Cheatsheets
  • Deals

Dark mode:

Home > Linux

How to Change Your Login And Boot Screen In Ubuntu Lucid

Damien
Damien
May 13, 2010

The 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.

Is this article useful?
Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

  • Facebook
  • Tweet

Popular Posts

How to Build and Install a Custom Kernel on Ubuntu

The Beginner's Guide to Git

How to Fix Can't Type in Terminal Issue in Linux

How to Utilize Python for Basic Linux System Administration and Networking Tasks

How to Use the G++ Compiler on Linux

How to Use tcpdump for Packet Capture

9 of the Best Email Clients for Linux

How to Generate SSL Certificates on Linux Using OpenSSL

How to Use the Nessus Vulnerability Scanner on Linux

How to Use Emacs for RSS with Elfeed

Affiliate Disclosure: Make Tech Easier may earn commission on products purchased through our links, which supports the work we do for our readers.

Read Next

How to Build and Install a Custom Kernel on Ubuntu
The Beginner’s Guide to Git
How to Use Sed in Linux for Basic Shell Tasks
5 Tools to Easily Create a Custom Linux Distro
How to Add a Different Wallpaper to Each Android Home Screen
What Is the Matrix Protocol and How to Install It
Why and How to Edit Your Sudoers File in Linux
5 Tricks to Speed Up Compile Times in Gentoo Linux

© 2022 Uqnic Network Pte Ltd.
All rights reserved.

  • About
  • Contact
  • Advertise
  • Write For Us
  • Terms of Use
  • Privacy Policy
  • RSS Feed Terms
Do not share my Personal Information.