Created
May 18, 2019 06:14
-
-
Save debugsito/dadbd6f9256dbe32377cf30352876ab6 to your computer and use it in GitHub Desktop.
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
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