14

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?

Jorge Castro
  • 71,754
st2011
  • 623
  • I haven't noticed that button just for almost years. You should use your command line as the greatest tool in linux. sudo shutdown now for shutting down your machine. sudo reboot, etc. – Emad Baqeri Oct 25 '21 at 08:05

5 Answers5

26

In older versions of Ubuntu, you click the shut down button then click restart:

shut down button

Flimm
  • 41,766
18

In older versions of Ubuntu that run Unity, you can also type "restart" in the dash.

restart button

Flimm
  • 41,766
jart
  • 393
  • sweet. This is a nice alternative. – st2011 Oct 15 '11 at 05:43
  • Doesn't work if you don't have your desktop in english. Actually – Maxime R. Dec 26 '11 at 22:48
  • 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
  • This works in Ubuntu 21.04 with GNOME Shell. – Flimm Sep 29 '21 at 09:46
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
  • 1
    That 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".

Screenshot

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