Created
June 8, 2019 09:54
-
-
Save julianfrank/d9610cc669f57560be8f9d21e0b4fe3d to your computer and use it in GitHub Desktop.
shell to disable graphical boot in Pop OS
This file contains 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
# 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