Ubuntu – Unable to shutdown & reboot ubuntu 14.04

14.04rebootshutdown

I'm using ubuntu 14.04 and I'm not able to shut down or reboot my laptop. After pressing the reboot/shutdown button it just shows the purple screen & 5 dots. I'm not able to understand where the problem is.

Best Answer

Does any of the below work?

sudo shutdown -r now
sudo shutdown -H now
sudo shutdown -P now

sudo shutdown -rv now

will verbose you while trying a reboot.