You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Getting rid of splash screen during boot/shutdown

Author (Read 9205 times)

0 Members and 1 Guest are viewing this topic.

Re: Getting rid of splash screen during boot/shutdown
« Reply #9 on: February 21, 2018, 11:57:36 AM »
 

mezzmer

  • New to Forums
  • *
  • 27
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: AMD Turion ML-37

  • MEMORY: 2Gb
There is an easier solution that can be easily modified. Use these commands.

sudo thunar

type in password:

Go to the /etc/default folder and right click and open up the grub text file. Find the line "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Make it look like this:
"#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Close out the grub text file and folder and you should still have the terminal opened up.
Run:
sudo update-grub

Reboot and it should be like you like it. To put the splash back in just reverse what you did with editing the line in the grub file.
Thanks supergamer-That's exactly what I wanted/needed - I've duplicated your corrected response here to make it easier for others to find and confirm that I've tried it and it works.  Thanks to TheDead/Jerry for helping to get the typos out.
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #8 on: February 21, 2018, 12:38:48 AM »
 

supergamer

  • Forum Regular
  • ***
  • 163
    Posts
  • Reputation: 27
  • Linux Lite Member
    • View Profile

  • CPU: AMD Phenom 565

  • MEMORY: 12Gb

  • VIDEO CARD: 550 ti
Way to many things going on out in the country and dealing with an ice storm and not paying attention to my writing. Will fix.
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #7 on: February 21, 2018, 12:11:40 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Post says 'grud'

Sent from my Mobile phone using Tapatalk

 

Re: Getting rid of splash screen during boot/shutdown
« Reply #6 on: February 20, 2018, 08:19:18 PM »
 

supergamer

  • Forum Regular
  • ***
  • 163
    Posts
  • Reputation: 27
  • Linux Lite Member
    • View Profile

  • CPU: AMD Phenom 565

  • MEMORY: 12Gb

  • VIDEO CARD: 550 ti
Sorry when I was modifying the reply I guess I left that out. Yes you need to run" sudo update-grub then reboot. I'll fix the post.
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #5 on: February 20, 2018, 06:53:50 PM »
 

TheDead

  • Gold Level Poster
  • *******
  • 936
    Posts
  • Reputation: 92
  • Linux Lite Worshipper
    • View Profile
    • My OpenDesktop Projects

  • CPU: HAL9000

  • MEMORY: 2Gb

  • VIDEO CARD: Quantum State VR v.3

  • Kernel: 4.x
Correction, now it works you have to do
sudo update-grub
after editing the grub file...
The information was right into the config file itself, no internet search ;) LoL
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #4 on: February 20, 2018, 06:45:17 PM »
 

TheDead

  • Gold Level Poster
  • *******
  • 936
    Posts
  • Reputation: 92
  • Linux Lite Worshipper
    • View Profile
    • My OpenDesktop Projects

  • CPU: HAL9000

  • MEMORY: 2Gb

  • VIDEO CARD: Quantum State VR v.3

  • Kernel: 4.x
@supergamer
I just tried your recommendation and it didn't work for me :(
Could it be because I'm in a VirtualBox machine?
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #3 on: February 20, 2018, 06:03:19 PM »
 

supergamer

  • Forum Regular
  • ***
  • 163
    Posts
  • Reputation: 27
  • Linux Lite Member
    • View Profile

  • CPU: AMD Phenom 565

  • MEMORY: 12Gb

  • VIDEO CARD: 550 ti
There is an easier solution that can be easily modified. Use these commands.

sudo thunar

type in password:

Go to the /etc/default folder and right click and open up the grub text file. Find the line "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Make it look like this:
"#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Close out the grub text file and folder and you should still have the terminal opened up.
Run:
sudo update-grub

Reboot and it should be like you like it. To put the splash back in just reverse what you did with editing the line in the grub file.
« Last Edit: February 21, 2018, 12:39:11 AM by supergamer »
 

Re: Getting rid of splash screen during boot/shutdown
« Reply #2 on: February 20, 2018, 05:39:44 PM »
 

TheDead

  • Gold Level Poster
  • *******
  • 936
    Posts
  • Reputation: 92
  • Linux Lite Worshipper
    • View Profile
    • My OpenDesktop Projects

  • CPU: HAL9000

  • MEMORY: 2Gb

  • VIDEO CARD: Quantum State VR v.3

  • Kernel: 4.x
Yep, you can change the splash screen to something else.

Depend on the distro press F1 or F2 or Shift-F1 or Shift-F2 on boot logo.

But if you want to make this permanent follow this "simple" procedure :

*Make sure you have no pending updates or reboot before doing this.
**Make sure you have a backup since it modifies part of the Linux kernel.
Note : before anything, I'm not in front of a Linux PC at the moment so check if this folder is present :
/usr/share/plymouth/themes/details
If it is, continue...

Open a terminal Windows and type (or copy-paste) this line:
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/details/details.plymouth 100


sudo update-alternatives --config default.plymouth

Choose the details.plymouth line number (i.e. 3)

Then do ...
sudo update-initramfs -u

Rebootz you computar and get l33tz rezultz! ;)

Cheers!
- TheDead (TheUxNo0b)

If my blabbering was helpful, please click my [Thank] link.
 

Getting rid of splash screen during boot/shutdown
« Reply #1 on: February 20, 2018, 04:07:44 PM »
 

mezzmer

  • New to Forums
  • *
  • 27
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: AMD Turion ML-37

  • MEMORY: 2Gb
Is there an easy way to get rid of splash screen during boot/shutdown?

I would rather see messages scroll by so I can tell if something useful is happening or if the system has hung somewhere during the boot process. 

Thanks in advance.

I've duplicated the answer below so you don't need to read everything:
Quote
Full Credit to supergamer-with thanks to TheDead/Jerry for helping to get the typos out and making the answer crystal clear. 

For those who like the command line:
sudo leafpad /etc/default/grub
Make the change described below
sudo update-grub

There is an easier solution that can be easily modified. Use these commands.

sudo thunar

type in password:

Go to the /etc/default folder and right click and open up the grub text file. Find the line "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Make it look like this:
"#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Close out the grub text file and folder and you should still have the terminal opened up.
Run:
sudo update-grub

Reboot and it should be like you like it. To put the splash back in just reverse what you did with editing the line in the grub file.
« Last Edit: February 21, 2018, 12:06:09 PM by mezzmer »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section