07-25-2014, 08:46 AM
Sorry that didn't work.
Found another post here: https://help.ubuntu.com/community/Grub2#...wn_freezes.
Basically, try doing exact same steps as before but change line to:
If that doesn't work, try again with:
Don't forget to update-grub after each time you change that file and reboot twice just in case it doesn't take effect immediately.
If none of the above work, try shutting down with terminal command and see if any lines in the output give a clue as to where shutdown procedure gets stuck. If anything shows in terminal, copy last few lines of output and post back with them. Here is terminal command to shutdown:
Found another post here: https://help.ubuntu.com/community/Grub2#...wn_freezes.
Basically, try doing exact same steps as before but change line to:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=bios"
If that doesn't work, try again with:
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash reboot=pci"
Don't forget to update-grub after each time you change that file and reboot twice just in case it doesn't take effect immediately.
If none of the above work, try shutting down with terminal command and see if any lines in the output give a clue as to where shutdown procedure gets stuck. If anything shows in terminal, copy last few lines of output and post back with them. Here is terminal command to shutdown:
Code:
sudo shutdown -h now
Try Linux Beginner Search Engine for answers to Linux questions.