Skip to content

Instantly share code, notes, and snippets.

@julianfrank
Created June 8, 2019 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianfrank/d9610cc669f57560be8f9d21e0b4fe3d to your computer and use it in GitHub Desktop.
Save julianfrank/d9610cc669f57560be8f9d21e0b4fe3d to your computer and use it in GitHub Desktop.
shell to disable graphical boot in Pop OS
# simulate
sudo kernelstub -c -v -a "splash=false quiet=false"
# Actual command to deactivate graphical boot
sudo kernelstub -v -a "splash=false quiet=false"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment