I've tried some solutions on here which did not work, there are no errors shown when I press the esc key whilst shutting down, and the animation gets stuck on the first dot if it don't press esc.
How do I fix this?
|
I've tried some solutions on here which did not work, there are no errors shown when I press the esc key whilst shutting down, and the animation gets stuck on the first dot if it don't press esc. How do I fix this? |
|||||||
|
|
Try shutting down using the terminal by running:
and check the output it gives you. Probably you have a daemon that for some reason is blocking the process. Shutting down using the text mode should give you some hints. Hope this helps. |
||||
|
Look at the man page for shutdown, it states for the -h (halt) option: "Requests that the system be either halted or powered off after it has been brought down, with the choice as to which left up to the system." So it is platform specific - some systems halt the machine (and don't power it down), other systems halt and power down the machine with the -h option. Try "sudo shutdown -P now" instead. |
|||
|
|