SparkyLinux Forums

General => General discussion => Topic started by: way12go on August 15, 2014, 09:34:35 AM

Title: [Solved] Disable the boot splash screen, and only show kernel and boot text?
Post by: way12go on August 15, 2014, 09:34:35 AM
Edit /etc/default/grub (using
Quotegksu gedit /etc/default/grub
), and
Quoteedit the "quiet splash" to " ". Remove ---> quiet splash <--- without removing quotes. from the Linux command line
.

After this run
Quotesudo update-grub

If you don't have gedit installed use leafpad

Today --- Sunday October 26th 2014 --- I edited the Sparkylinux JWM install

From

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"

To

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux"

Just removed the --- quiet splash  --- without removing quotes.