4

I cannot restart, reboot or shut-down my PC using Natty. Whenever I hit shut-down, restart or in terminal sudo reboot it shows a black screen. If I should press down the power button for while, it is forced off.

Ringtail
  • 16,127
alz3abi
  • 173

6 Answers6

3

Ctrl+Alt+Backspace will kill the X-server and bring you back to the log-on screen. You should be able to dismiss the session there using the shut-down / log-off / restart button.

If that fails to render the satisfaction of shutting down the machine then Ctrl+Alt+F1 which puts you directly into the shell-propmt.

sudo shutdown -h now

or to reboot Ctrl+Alt+Del

Ringtail
  • 16,127
0

A few things you should check:

Check if this works to reboot: sudo shutdown -r now

If it doesn't, copy the console output and paste here. It should give a hint of what's is wrong you your installation.

taksan
  • 291
0

This is more likely a bug of some sort that is causing this, which it has been happening more on 11.10 rather than Natty but much discussion has been focused on this occurrence and there are numerous threads on this site concerning the problem. Below is a link to one of the more in-detail discussion on the following matter.

New computer hangs on shutdown/reboot, how to troubleshoot?

-1

Have you recently install a dhcp server onto your computer? I have noticed a few, unable to shutdown or restart, problems directly after installation.

-1

you could try pressing the power button for awhile.

or try the following key combo.

ctrl+alt then press the following keys in following order (while keeping hold of ctrl+alt) prtscn reisou

Terry
  • 1,154
-1

When you turn it back on go into Keyboard > Layouts > Options > Key Seqence to Kill X Server.

wojox
  • 11,362