{"id":13414,"date":"2022-07-09T10:28:25","date_gmt":"2022-07-09T07:28:25","guid":{"rendered":"https:\/\/kifarunix.com\/?p=13414"},"modified":"2024-03-09T20:27:43","modified_gmt":"2024-03-09T17:27:43","slug":"change-ubuntu-22-04-boot-and-login-screen-logo","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/change-ubuntu-22-04-boot-and-login-screen-logo\/","title":{"rendered":"Change Ubuntu 22.04 Boot and Login Screen Logo"},"content":{"rendered":"\n
Follow through this tutorial to learn how to change Ubuntu 22.04 boot and login screen logo. One of the customization you can do to your Ubuntu 22.04 instance is to change the desktop background, the login screen background, and of course the default boot logo.<\/p>\n\n\n\n
For Ubuntu 22.04, the default boot logo is as shown in the screen below;<\/p>\n\n\n\n So, how can you change Ubuntu 22.04 login screen logo?<\/p>\n\n\n\n Well, first of all you need to know where the default Ubuntu 22.04 logo images are stored.<\/p>\n\n\n\n The logo at the bottom of the login screen;<\/p>\n\n\n\n Is stored under The same logo is also used on the boot screen, but stored in a different location. We will look into that later.<\/p>\n\n\n\n So, if you want to change this login screen logo, then you have to copy your image to that directory and name it as ubuntu-logo.png<\/strong>.<\/p>\n\n\n\n For example, I want to use our Kifarunix image as Ubuntu 22.04 bottom login screen logo, then first of all backup the default image;<\/p>\n\n\n\n Next, copy your image to \/usr\/share\/plymouth<\/strong> directory naming it as ubuntu-logo.png<\/strong>.<\/p>\n\n\n\n When you log out, you should see that the default login screen logo is now changed!<\/p>\n\n\n\n Now, let’s see how you can change Ubuntu 22.04 boot logo.<\/p>\n\n\n\n Ubuntu 22.04 uses BGRT as the default splash screen Plymouth theme;<\/p>\n\n\n\n Sample output;<\/p>\n\n\n\n So where does this theme stores the default images under?<\/p>\n\n\n\n Sample output;<\/p>\n\n\n\n As you can see, the default images for this default splash screen theme are stored under Under this directory, we have some images used as boot screen logos as highlighted in this screenshot below;<\/p>\n\n\n\n To change these images, copy and names your custom images as the names of the default logos names.<\/p>\n\n\n\n Next, copy your images and name them as above;<\/p>\n\n\n\n Next, reboot and confirm that the images have been updated and that your Ubuntu 22.04 boot screen logo is changed.<\/p>\n\n\n\n<\/figure>\n\n\n\n
Change Ubuntu 22.04 Boot and Login Screen Logo<\/h2>\n\n\n\n
Change Ubuntu 22.04 Login Screen Logo<\/h3>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
\/usr\/share\/plymouth<\/code><\/strong> as
ubuntu-logo.png<\/code><\/strong>.<\/p>\n\n\n\n
sudo cp \/usr\/share\/plymouth\/ubuntu-logo.png{,.bak}<\/code><\/pre>\n\n\n\n
sudo cp ~\/Pictures\/kifarunix.png \/usr\/share\/plymouth\/ubuntu-logo.png<\/code><\/pre>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
Change Ubuntu 22.04 Boot Logo<\/h3>\n\n\n\n
update-alternatives --list default.plymouth<\/code><\/pre>\n\n\n\n
\/usr\/share\/plymouth\/themes\/bgrt\/bgrt.plymouth<\/code><\/pre>\n\n\n\n
grep -i imagedir \/usr\/share\/plymouth\/themes\/bgrt\/bgrt.plymouth<\/code><\/pre>\n\n\n\n
ImageDir=\/usr\/share\/plymouth\/themes\/spinner<\/strong><\/code><\/pre>\n\n\n\n
\/usr\/share\/plymouth\/themes\/spinner<\/code><\/strong> directory.<\/p>\n\n\n\n
\/usr\/share\/plymouth\/themes\/spinner\/bgrt-fallback.png<\/strong><\/code><\/pre>\n\n\n\n
\/usr\/share\/plymouth\/themes\/spinner\/watermark.png<\/strong><\/code><\/pre>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
cp \/usr\/share\/plymouth\/themes\/spinner\/bgrt-fallback.png{,.bak}<\/code><\/pre>\n\n\n\n
cp \/usr\/share\/plymouth\/themes\/spinner\/watermark.png{,.bak}<\/code><\/pre>\n\n\n\n
sudo cp ~\/Pictures\/kifarunix-logo.png \/usr\/share\/plymouth\/themes\/spinner\/bgrt-fallback.png<\/code><\/pre>\n\n\n\n
sudo cp ~\/Pictures\/kifarunix.png \/usr\/share\/plymouth\/themes\/spinner\/watermark.png<\/code><\/pre>\n\n\n\n