Last active
November 18, 2025 13:19
-
-
Save calpamos/b4932aaf1a55dc92f7ef93401a07369e to your computer and use it in GitHub Desktop.
linux boot in verbose mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo nano /etc/default/grub | |
| GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" for GRUB_CMDLINE_LINUX_DEFAULT="" | |
| sudo update-grub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment