I just did a fresh install of 11.10 and noticed that the restart option is missing. Is there a way I can put it or turn this option on?
Asked
Active
Viewed 2.0k times
14
5 Answers
26

Flimm
- 41,766

Brendan Samek
- 489
-
when I click the gear icon the options are lock, logout, suspend, hibernate, and shutdown. there is no restart. – st2011 Oct 15 '11 at 05:32
-
st2011 you have to click the shutdown button first before the restart button appears – Brendan Samek Oct 15 '11 at 05:36
-
-
4I don't understand why they changed this. It makes no sense to go to Shutdown to go to restart, they're two separate actions. – blackn1ght Oct 15 '11 at 16:59
-
1@blackn1ght I guess they figure that in order to do a restart, shutting down your machine is part of the process of doing that. – Knowledge Cube Oct 18 '11 at 18:13
-
18
-
-
-
Actually, in french, I have to type
redémarrer
to get the option.restart
,reboot
just don't work. Really annoying considering that most commands, program names, options are in english, which i got to learn, and that's not so obvious how it was decided to translate them. Consequence: terminal +sudo reboot
. – Maxime R. Dec 26 '11 at 22:57 -
4
You can easily restart the computer by pressing Alt+F2, and typing gksu reboot
into the box that comes up.

Nathan Osman
- 32,155
4
OR Alt+F2
sudo shutdown -r now
:)

Kris Harper
- 13,477

shox
- 181
-
1That will work in a terminal but I don't think it will work from the dash. – Flimm Oct 18 '11 at 22:23
-
You could press Alt+F2 and run "gksu shutdown -r now". But outside of situations where the normal ways to restart graphically aren't working, there wouldn't be much benefit. – Eliah Kagan Nov 08 '11 at 19:59
0
In Ubuntu 21.04, click the power icon in the top right corner of the screen, then click "Power Off/Log Out". In the sub-menu that appears, click "Restart".

Flimm
- 41,766
-
And if that option is missing too, click Power Off and you will be offered to Restart instead. GAH. – RomanSt Sep 13 '22 at 21:54
sudo shutdown now
for shutting down your machine.sudo reboot
, etc. – Emad Baqeri Oct 25 '21 at 08:05