Fedora 30 : Hibernate laptop when closing lid works only once

I’ve installed f30 about two weeks ago and I’ve encountered this strange issue : when I power on my laptop and close the lid, the system gets hibernated as it should be.

When I open the lid the system is up and running again but when I reclose it, the laptop doesn’t hibernate! It behaves as nothing happened.

In addition, when the screen remains inactive for some time and I am required to type my password, it takes about 15 seconds to log in again. This happens when opening the lid, after the first successful hibernation.

I also tried to shutdown the system by typing sudo poweroff, but for about an hour I was seeing things like the following on my screen so I decided to power it of manually by pressing the power button.

https://cernbox.cern.ch/index.php/s/SnKIMmbOm5bfYpu
https://cernbox.cern.ch/index.php/s/NpYvhtj4Js58wHw

I might have discovered that this is maybe related to Power manager applet doesn’t update power level.

So after that, I shutdown the laptop with a hardware power off and when booting again, grub didn’t load. I think this is related to the reboot issue, but I am not sure how to find out.

Any idea on what might be the issue and how to track it down?


Here you can find the output of journalctl --system -r

Here is the latest output of journal -- system (26 Aug 2019)

And here is my /etc/systemd/logind.conf file

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See logind.conf(5) for details.

[Login]
#NAutoVTs=6
#ReserveVT=6
#KillUserProcesses=no
#KillOnlyUsers=
#KillExcludeUsers=root
#InhibitDelayMaxSec=5
#HandlePowerKey=poweroff
#HandleSuspendKey=suspend
#HandleHibernateKey=hibernate
HandleLidSwitch=suspend
HandleLidSwitchDocked=suspend
#HandleLidSwitchExternalPower=suspend
#HandleLidSwitchDocked=ignore
#PowerKeyIgnoreInhibited=no
#SuspendKeyIgnoreInhibited=no
#HibernateKeyIgnoreInhibited=no
#LidSwitchIgnoreInhibited=yes
#HoldoffTimeoutSec=30s
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
#RemoveIPC=yes
#InhibitorsMax=8192
#SessionsMax=8192