Hello, Kartright.
In order to analyze what is going on during shutdown:
- When you want to shutdown do not use the Mint menu item.
- Instead use <ctrl><alt><f1> in order to switch to pseudo console terminal no. 1.
- Logon.
- Run
- Code: Select all
sudo shutdown -h now
when asked to give your password, do so. The shutdown procedure will start and write status messages to the screen.
If it worked as designed the last message which you might be able to read would be something about "[power off]" and the same moment the screen would be switched off, same as the whole machine.
In your case, however, the expected behaviour is that the shutdown procedure will not be able to power off the screen and the machine.
It would be really helpful to learn the last messages which are written to the screen before the machine stops doing anything (and you would normally press the power button).
The same steps as explained above can be used, too, for rebooting the machine. All you have to change is to launch
- Code: Select all
sudo shutdown -r now
instead of
- Code: Select all
sudo shutdown -h now
.
Kind regards,
Karl