After years without issues on my Ubuntu 16.04, I have had this issue, where shutting my computer down would lead to my computer halting on a screen like the one in the picture below (revealed by pressing ESC).
HOWEVER, after some experimenting, I found out that by typing in a terminal and executing the command
systemctl daemon-reexec
prior to invoking the shut down, the system would fast and surely shut down properly.
Could someone help me out to pinpont the cause of such behaviour?
Thank you in advance, and wishes of a merry Christmas
systemd - Failed unmounting
/boot/efi
The closest error I can find to this is from Arch Linux: [SOLVED] Failed unmount temporary directory on shutdown
The solution there is to tell
systemd
to unmount the temporary directory and see what error messages occur.To see the current status first use:
Save all your work first and use:
A dialog box will appear requesting your password.
For myself I received no errors and then used:
Finally to return system to normal state use:
In your case hopefully some error messages will occur when unmounting
/boot/efi
.