This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
customize_grub_to_your_liking [2019/08/14 20:23] pavroo |
customize_grub_to_your_liking [2019/08/14 20:26] (current) pavroo |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Customize grub to your liking ===== | ===== Customize grub to your liking ===== | ||
- | Edit ''/etc/default/grub'' (using ''gksu leafpad /etc/default/grub''), and edit the ''“quiet splash”'' to “ ”. | + | Edit: |
+ | /etc/default/grub | ||
+ | |||
+ | using: | ||
+ | sudo nano /etc/default/grub | ||
+ | |||
+ | and edit the: | ||
+ | “quiet splash” | ||
+ | |||
+ | to: | ||
+ | “ ” | ||
Remove —> quiet splash ←– without removing quotes. from the Linux command line. | Remove —> quiet splash ←– without removing quotes. from the Linux command line. | ||
Line 9: | Line 20: | ||
Today I edited the Sparkylinux JWM install | Today I edited the Sparkylinux JWM install | ||
- | From | + | From: |
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash acpi_osi=Linux” | GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash acpi_osi=Linux” | ||
- | To | + | To: |
GRUB_CMDLINE_LINUX_DEFAULT=“acpi_osi=Linux” | GRUB_CMDLINE_LINUX_DEFAULT=“acpi_osi=Linux” | ||
Line 25: | Line 36: | ||
Change the value from 10 to 0 as mentioned above. | Change the value from 10 to 0 as mentioned above. | ||
- | and perform | + | and perform: |
sudo update-grub | sudo update-grub |