Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5533  / 2 Years ago, sun, may 8, 2022, 9:02:28

I know this has been asked multiple times before, but most of these threads don't have an answer. I tried user62664's solution here and ran sudo update-grub successfully, but nothing changed. This happens whether I type sudo reboot or sudo shutdown -h now. Here is what it looks like when it hangs. There are no error messages, everything shows up with '[OK]', and then:



* Deconfiguring network interfaces...          [OK]
* Deactivating swap... [OK]
* Unmounting local filesystems... [OK]
* Will now restart
[ 1306.738916] mei_me 0000:00:16.0: stop
[ 1306.739745] reboot: Restarting system
_


This seems like a very common problem, yet there are very few answers and they don't seem to help in my case. Does this mean there is no one solution? In which case, where should I check to check to find out the root cause?


More From » 12.04

 Answers
2

From the man shutdown:




OPTIONS
-r Requests that the system be rebooted after it has been brought
down.

-h Requests that the system be either halted or powered off after
it has been brought down, with the choice as to which left up to
the system.

-H Requests that the system be halted after it has been brought
down.

-P Requests that the system be powered off after it has been
brought down.


As you can see, options -H and -P will poweroff your system. And sudo reboot will only reboot your computer, because it is so designed.



For rebooting your system wishout hanging up I can recommend sudo shutdown -r and sudo init 6. 【⬅This did not work out for me @biohazard】


[#26579] Monday, May 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
teromato

Total Points: 139
Total Questions: 102
Total Answers: 100

Location: Liechtenstein
Member since Mon, May 15, 2023
1 Year ago
;