Skip to content

Instantly share code, notes, and snippets.

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 debugsito/dadbd6f9256dbe32377cf30352876ab6 to your computer and use it in GitHub Desktop.
Save debugsito/dadbd6f9256dbe32377cf30352876ab6 to your computer and use it in GitHub Desktop.
Solution:
Open terminal
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=1 nouveau.modeset=0"
sudo update-grub
This solved the issue for me, now i can shutdown and restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment