User Tools

Site Tools


customize_grub_to_your_liking

This is an old revision of the document!


Customize grub to your liking

Edit /etc/default/grub (using gksu leafpad /etc/default/grub), and edit the “quiet splash” to “ ”. Remove —> quiet splash ←– without removing quotes. from the Linux command line.

After this run:

 sudo update-grub

Today 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.

You can also choose to change grub timeout option

 GRUB_HIDDEN_TIMEOUT=“0”

Change the value from 10 to 0 as mentioned above.

and perform

 sudo update-grub
customize_grub_to_your_liking.1565807037.txt.gz · Last modified: 2021/05/04 15:25 (external edit)