SparkyLinux Forums

Development => Suggestions => Topic started by: Otter on November 08, 2018, 10:24:13 AM

Title: Option to install without plymouth
Post by: Otter on November 08, 2018, 10:24:13 AM
Hi,

First of all, thank you very much for this amazing distro.  :)

Everything is perfect except for plymouth as some users like me prefer to see the logs rather than the splashscreen.

I tried removing plymouth but it breaks lots of applications. So I request for an option in the advanced installer to install sparky without plymouth. Thanks.
Title: Re: Option to install without plymouth
Post by: lami07 on November 08, 2018, 12:55:04 PM
Hi there. Thanks for feedback. I will pass your request to the dev team. In the meantime you can skip plymouth (and as a result bring logs up) by pressing Escape or Insert key.
Title: Re: Option to install without plymouth
Post by: AxL on November 08, 2018, 07:18:17 PM
Quote from: Otter on November 08, 2018, 10:24:13 AM
Everything is perfect except for plymouth as some users like me prefer to see the logs rather than the splashscreen.

* Edit /etc/default/grub

(https://i.imgur.com/fe4ibVH.png)

* Comment this line:

#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


* And add this one:

GRUB_CMDLINE_LINUX_DEFAULT=""


* Save the changes.

* sudo update-grub  and reboot ...

* Done!!!



Cheers!! :)