Editar este arquivo: /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
por exemplo: sudo gedit /var/lib/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla
Adicione este conteúdo:
[Re-enable hibernate by default in upower]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
[Re-enable hibernate by default in logind]
Identity=unix-user:*
Action=org.freedesktop.login1.hibernate
ResultActive=yes
Isso adicionará a opção de hibernação no menu. Mas se você quiser hibernar, quando o LID for fechado, execute-o (isso ativará a hibernação quando o LID for fechado):
sudo sed -i 's/#HandleLidSwitch=suspend/HandleLidSwitch=hibernate/g' /etc/systemd/logind.conf
E reinicie o sistema ou execute: sudo systemctl restart systemd-logind.service