TItle

  • alt_xa_23@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    2 days ago

    On Debian, you need to have secure boot disabled in order to hibernate. I’m guessing it works similarly on mint

    • devnev@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      8
      ·
      2 days ago

      Same for all Linuxes, it’s a current limitation of the Linux kernel. There’s an open issue about it, essentially working out how to use the TPM to sign the memory dump so that secureboot will accept the signature and load it from disk.

      • setVeryLoud(true);@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        19 hours ago

        Which means hibernating is currently insecure on Linux as anyone can extract your disk and read the contents of your memory.

        Google got around this with ChromeOS, something about user / kernel mode, but I forget how.