I was wondering if it is possible for me to change the splash screen when Linux Mint is loading? I am talking about the logo of mint which appears when you start the computer. If so what kind of file format is it? And is it difficult to do?
Asked
Active
Viewed 6,724 times
2 Answers
1
I found this tutorial for Katya (Linux Mint 11) that might be helpful, titled: How to Install a Splash Screen on Linux Mint.
This approach makes use of Startup Manager.
General steps
- Install Startup Manager
- Launch Startup Manager
- Click on the "Boot options" tab and place a check-mark in front of the "Show boot splash" option.
- Click on the "Appearance" tab and click on the "Manage usplash themes" button. Use the resulting file browser to select the splash screen you want to use and click "OK."
- Click "Close" to save the changes and close the Startup Manager window.
- Reboot Linux Mint to see the new splash screen.
slm
- 363,520
- 117
- 767
- 871
-
Thank you for your answer but the Startup Manager is no longer available for download nor is it supported. Is there any other easy method of changing the splash screen? – Jakub May 22 '13 at 20:23
-
I'll have to research some more. If I find anything I'll report back. – slm May 22 '13 at 20:25
-
@Jakub you want to either change the Plymouth theme or, according to slm's answer, the usplash theme. I'd just try Googling for that; there's probably loads of tools for it. maybe try `apt-cache search plymouth-theme`, IIRC? – strugee Nov 21 '13 at 06:23
0
According to the release notes of Maya (Linux Mint 13) (should be applicable to Nadia as well), you can change a splash screen by changing the plymouth theme by running
sudo update-alternatives --config default.plymouth
in your terminal.
For more on this, check the first point on this link.
Chirag Bhatia - chirag64
- 2,720
- 1
- 20
- 16