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:
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
(02-20-2018, 11:03 PM)supergamer link Wrote: 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 [size=1.35em]"GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"[/size]
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.