0

I just recently installed ubuntu 22.04 and enabled hibernate by using swap partition. I enabled the hibernation by adding the swap partition UUID to the grub file GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=4a59c6a7-ca54-4e24-a362-3eac83bfe226 resume_offset=4974592".

I always hibernate by running the command sudo systemctl hibernate

The problem is whenever I hibernate and resume all the files and apps that I left open will be open as expected, except google chrome which shuts down completely and I have to launch the app again

Please what can I do to resolve this. am a newb

Thanks

Yoshi
  • 1

1 Answers1

0

I had the same problem. I had to disable UEFI secure boot and after that everything works.

You can usually enter the boot menu when your computer starts by pressing F2 or F10. From there, you look for Secure Boot and then disable it.

I found this short documentation from Gigabyte: How to disable Secure Boot in BIOS.

There is also a related question with more information and alternative solutions.

Kariem
  • 105