This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| customize_grub_to_your_liking [2015/06/01 12:29] – added title and hightlights pavroo | customize_grub_to_your_liking [2021/05/04 13:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Customize grub to your liking ===== | ===== Customize grub to your liking ===== | ||
| - | Edit '' | + | Edit: |
| + | / | ||
| + | |||
| + | using: | ||
| + | sudo nano / | ||
| + | |||
| + | 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. | ||
| - | After this run '' | + | After this run: |
| + | sudo update-grub | ||
| 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” |
| - | To | + | To: |
| - | '' | + | GRUB_CMDLINE_LINUX_DEFAULT=“acpi_osi=Linux” |
| Just removed the — quiet splash — without removing quotes. | Just removed the — quiet splash — without removing quotes. | ||
| Line 20: | Line 32: | ||
| You can also choose to change grub timeout option | You can also choose to change grub timeout option | ||
| - | '' | + | GRUB_HIDDEN_TIMEOUT=“0” |
| 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 |