Ubuntu – 13.10 Shutdown/Restart issue

13.10restartshutdown

I have a clean install of 13.10 using the 3.12 kernel. When I shutdown or restart the process hangs. I press a key and I see:

**Killing all remaining processes .......      [fail]** (fail is in red)

This is followed by more info (sometime referring to nmdispatcher or modem and always ends:

mount:/ is busy

will now restart (or halt as the case may be)

Then nothing else happens the process hangs there, power on my PC (Dell 5150 desktop) remains on and I need to do a "hard reset" to turn my PC off.

I have seen relatively similar problems but none match mine exactly, I have attempted using:

sudo shutdown -P now

or

sudo shutdown -H now

But the results are the same.

I am concerned that this unclean shutdown may cause problems and I would like to know how to solve the problem. Can anybody help me? I am not too experienced with Ubuntu and I'm stuck… thanks

Best Answer

You probably have tried this one but, since you haven't mentioned that - try sudo reboot?

Related Question