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.