1

My Linux Mint loads with a black screen. Can I replace this with a splash screen?

Khaleel
  • 1,050

2 Answers2

6

According to the release notes:

Black splash screen

In Linux Mint the boot splash screen is completely black. This is by design. Once the system is installed the boot sequence is relatively fast. The black loading sequence doesn't look out of place and it looks consistent across all computers, whatever driver you're using.

If you'd rather get a splash screen you can select one by typing the following command and selecting mint-logo:

sudo update-alternatives --config default.plymouth
slhck
  • 235,242
1

Linux mint mate v17.1
The star up logo which is located at lib/plymouth/themes/mint-logo/logo.png. Create your own picture and save to Picture folder name xxx.png use Terminal command cd Picture > dir

sudo mv xxx.png /lib/plymouth/themes/mint-logo/logo.png
Kunal
  • 1,899
george
  • 11