Skip to content

Instantly share code, notes, and snippets.

@calpamos
Last active November 18, 2025 13:19
Show Gist options
  • Select an option

  • Save calpamos/b4932aaf1a55dc92f7ef93401a07369e to your computer and use it in GitHub Desktop.

Select an option

Save calpamos/b4932aaf1a55dc92f7ef93401a07369e to your computer and use it in GitHub Desktop.
linux boot in verbose mode
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