Can't hibernate on 18.04 on Lenovo T580How can I hibernate on Ubuntu 16.04?How to activate hibernation in 16.04.1 ? (systemd)Hibernate and resume from a swap fileResume from suspend not working and Rhythmbox loses all files on rebootHow to make hibernation work again on 15.10 after disabling encrypted swapdual boot windows 10 and ubuntu 14.04 problem error no such deviceHow to enable hibernation on ubuntu 16.04?How to enable hibernation on ubuntu 18.04How to set mount point of boot partition to /boot/efi?Ubuntu 18.04 boot problems

Keep password in macro?

Can we reduce power consumption of digital interfaces by using high impedance transmission lines?

Academic Freedom Question

Running DOS, Windows 3, and Windows 98 from one FAT32 partition?

Which object has been to space the most times?

How can I repair a leak in a PVC water line without bringing down the system for an extended period of time?

Max flow problem without splitting the flow from the supply nodes - LP formulation help

Why are these wires sticking out of battery terminal?

Do you need to reveal which specific tunnel you’re attempting to claim?

Schemes/ Mechanisms that could provide one time decryption?

When did Hebrew start replacing Yiddish?

Twelve Labours - #12 Pluto Pups

Why "alle Tale" and not "alle Täler"?

If Alice tries to shift into Bob the same night that Bob is also killed by the militia, what happens?

How can I format and use Custom labels with tokens in LWC?

Do any countries have a procedure that allows a constituent part of that country to become independent unilaterally?

Microtype expansion gets disabled when fontsize is changed! (lualatex)

Calculate the movement required to get from one angle to another angle on a compass

Did the computer mouse always output relative x/y and not absolute?

Are soldered electrical connections code-compliant?

What does 36.000€ mean?

Can I use the original Lego Boost to create the R2D2 droid set?

Are optimal hyperparameters still optimal for a deeper neural net architecture?

How to make grouped or paired fold of parameter pack?



Can't hibernate on 18.04 on Lenovo T580


How can I hibernate on Ubuntu 16.04?How to activate hibernation in 16.04.1 ? (systemd)Hibernate and resume from a swap fileResume from suspend not working and Rhythmbox loses all files on rebootHow to make hibernation work again on 15.10 after disabling encrypted swapdual boot windows 10 and ubuntu 14.04 problem error no such deviceHow to enable hibernation on ubuntu 16.04?How to enable hibernation on ubuntu 18.04How to set mount point of boot partition to /boot/efi?Ubuntu 18.04 boot problems






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















I've tried to search for how to enable hibernation on Ubuntu 18.04, but none of the suggested methods are working for me.



I have a Lenovo T580 ThinkPad with an SSD disk which is a dual-boot system with Windows 10.



$ sudo systemctl hibernate
Failed to hibernate system via logind: Sleep verb not supported
$ sudo pm-hibernate
sudo: pm-hibernate: Command not found
$ cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
$ sudo apt-get install pm-hibernate
Reading package lists... Done
Buidling dependency tree
Reading state information... Done
E: Unable to locate package pm-hibernate


My /etc/fstab:



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=d2d3c950-154c-4192-a4a2-496c884bf9dd / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=8CD7-3389 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0


And



$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 2G 0B -2


Any suggestions?



Best regards,
Steen










share|improve this question






















  • 1





    have you tried the solution here

    – ptetteh227
    Dec 31 '18 at 12:23











  • Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

    – OZ1SEJ
    Dec 31 '18 at 12:33






  • 1





    another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

    – ptetteh227
    Dec 31 '18 at 12:36







  • 1





    can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

    – ptetteh227
    Jan 1 at 17:39






  • 1





    askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

    – ptetteh227
    Jan 6 at 23:34


















0


















I've tried to search for how to enable hibernation on Ubuntu 18.04, but none of the suggested methods are working for me.



I have a Lenovo T580 ThinkPad with an SSD disk which is a dual-boot system with Windows 10.



$ sudo systemctl hibernate
Failed to hibernate system via logind: Sleep verb not supported
$ sudo pm-hibernate
sudo: pm-hibernate: Command not found
$ cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
$ sudo apt-get install pm-hibernate
Reading package lists... Done
Buidling dependency tree
Reading state information... Done
E: Unable to locate package pm-hibernate


My /etc/fstab:



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=d2d3c950-154c-4192-a4a2-496c884bf9dd / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=8CD7-3389 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0


And



$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 2G 0B -2


Any suggestions?



Best regards,
Steen










share|improve this question






















  • 1





    have you tried the solution here

    – ptetteh227
    Dec 31 '18 at 12:23











  • Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

    – OZ1SEJ
    Dec 31 '18 at 12:33






  • 1





    another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

    – ptetteh227
    Dec 31 '18 at 12:36







  • 1





    can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

    – ptetteh227
    Jan 1 at 17:39






  • 1





    askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

    – ptetteh227
    Jan 6 at 23:34














0













0









0








I've tried to search for how to enable hibernation on Ubuntu 18.04, but none of the suggested methods are working for me.



I have a Lenovo T580 ThinkPad with an SSD disk which is a dual-boot system with Windows 10.



$ sudo systemctl hibernate
Failed to hibernate system via logind: Sleep verb not supported
$ sudo pm-hibernate
sudo: pm-hibernate: Command not found
$ cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
$ sudo apt-get install pm-hibernate
Reading package lists... Done
Buidling dependency tree
Reading state information... Done
E: Unable to locate package pm-hibernate


My /etc/fstab:



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=d2d3c950-154c-4192-a4a2-496c884bf9dd / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=8CD7-3389 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0


And



$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 2G 0B -2


Any suggestions?



Best regards,
Steen










share|improve this question
















I've tried to search for how to enable hibernation on Ubuntu 18.04, but none of the suggested methods are working for me.



I have a Lenovo T580 ThinkPad with an SSD disk which is a dual-boot system with Windows 10.



$ sudo systemctl hibernate
Failed to hibernate system via logind: Sleep verb not supported
$ sudo pm-hibernate
sudo: pm-hibernate: Command not found
$ cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
$ sudo apt-get install pm-hibernate
Reading package lists... Done
Buidling dependency tree
Reading state information... Done
E: Unable to locate package pm-hibernate


My /etc/fstab:



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=d2d3c950-154c-4192-a4a2-496c884bf9dd / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=8CD7-3389 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0


And



$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 2G 0B -2


Any suggestions?



Best regards,
Steen







dual-boot 18.04 lenovo hibernate






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 2 at 10:35







OZ1SEJ

















asked Dec 31 '18 at 12:08









OZ1SEJOZ1SEJ

4693 silver badges16 bronze badges




4693 silver badges16 bronze badges










  • 1





    have you tried the solution here

    – ptetteh227
    Dec 31 '18 at 12:23











  • Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

    – OZ1SEJ
    Dec 31 '18 at 12:33






  • 1





    another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

    – ptetteh227
    Dec 31 '18 at 12:36







  • 1





    can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

    – ptetteh227
    Jan 1 at 17:39






  • 1





    askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

    – ptetteh227
    Jan 6 at 23:34













  • 1





    have you tried the solution here

    – ptetteh227
    Dec 31 '18 at 12:23











  • Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

    – OZ1SEJ
    Dec 31 '18 at 12:33






  • 1





    another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

    – ptetteh227
    Dec 31 '18 at 12:36







  • 1





    can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

    – ptetteh227
    Jan 1 at 17:39






  • 1





    askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

    – ptetteh227
    Jan 6 at 23:34








1




1





have you tried the solution here

– ptetteh227
Dec 31 '18 at 12:23





have you tried the solution here

– ptetteh227
Dec 31 '18 at 12:23













Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

– OZ1SEJ
Dec 31 '18 at 12:33





Thanks! I did read that, but that problem was that cat /sys/power/disk returned [disabled] and after disabling secure boot returned "normal" values. Mine already returns values suggesting hibernation is enabled...

– OZ1SEJ
Dec 31 '18 at 12:33




1




1





another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

– ptetteh227
Dec 31 '18 at 12:36






another way to hibernate is to install uswsusp and afterwards hibernate with sudo s2disk. pls do you have a swap partition?

– ptetteh227
Dec 31 '18 at 12:36





1




1





can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

– ptetteh227
Jan 1 at 17:39





can you kindly post the output of /etc/fstab. sudo fdisk -l and swapon --show can show swap partitions.

– ptetteh227
Jan 1 at 17:39




1




1





askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

– ptetteh227
Jan 6 at 23:34






askubuntu.com/questions/6769/… looks like natively you won't be able to hibernate to swapfile unless you use uswsusp From the first error pm-hibernate needs to be installed with sudo apt install pm-utils

– ptetteh227
Jan 6 at 23:34











1 Answer
1






active

oldest

votes


















1



















I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:



  1. Turn off Secure Boot in BIOS.

  2. Turn off "Modern Standby" in BIOS.

  3. Create a swap file bigger than my RAM.

  4. Update the grub using the instructions here.

After the above steps, I can use sudo systemctl hibernate command to hibernate and resume properly. I have some issue with the trackpad that I am still debugging.






share|improve this answer


























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105815%2fcant-hibernate-on-18-04-on-lenovo-t580%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1



















    I was getting the same error on my X1 Carbon 7th Gen.
    I did the following to enable the hibernation:



    1. Turn off Secure Boot in BIOS.

    2. Turn off "Modern Standby" in BIOS.

    3. Create a swap file bigger than my RAM.

    4. Update the grub using the instructions here.

    After the above steps, I can use sudo systemctl hibernate command to hibernate and resume properly. I have some issue with the trackpad that I am still debugging.






    share|improve this answer





























      1



















      I was getting the same error on my X1 Carbon 7th Gen.
      I did the following to enable the hibernation:



      1. Turn off Secure Boot in BIOS.

      2. Turn off "Modern Standby" in BIOS.

      3. Create a swap file bigger than my RAM.

      4. Update the grub using the instructions here.

      After the above steps, I can use sudo systemctl hibernate command to hibernate and resume properly. I have some issue with the trackpad that I am still debugging.






      share|improve this answer



























        1















        1











        1









        I was getting the same error on my X1 Carbon 7th Gen.
        I did the following to enable the hibernation:



        1. Turn off Secure Boot in BIOS.

        2. Turn off "Modern Standby" in BIOS.

        3. Create a swap file bigger than my RAM.

        4. Update the grub using the instructions here.

        After the above steps, I can use sudo systemctl hibernate command to hibernate and resume properly. I have some issue with the trackpad that I am still debugging.






        share|improve this answer














        I was getting the same error on my X1 Carbon 7th Gen.
        I did the following to enable the hibernation:



        1. Turn off Secure Boot in BIOS.

        2. Turn off "Modern Standby" in BIOS.

        3. Create a swap file bigger than my RAM.

        4. Update the grub using the instructions here.

        After the above steps, I can use sudo systemctl hibernate command to hibernate and resume properly. I have some issue with the trackpad that I am still debugging.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Sep 27 at 3:47









        SaTaSaTa

        3773 silver badges12 bronze badges




        3773 silver badges12 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1105815%2fcant-hibernate-on-18-04-on-lenovo-t580%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü