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;
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
|
show 4 more comments
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
1
have you tried the solution here
– ptetteh227
Dec 31 '18 at 12:23
Thanks! I did read that, but that problem was thatcat /sys/power/diskreturned[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 installuswsuspand afterwards hibernate withsudo 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 -landswapon --showcan 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 withsudo apt install pm-utils
– ptetteh227
Jan 6 at 23:34
|
show 4 more comments
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
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
dual-boot 18.04 lenovo hibernate
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 thatcat /sys/power/diskreturned[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 installuswsuspand afterwards hibernate withsudo 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 -landswapon --showcan 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 withsudo apt install pm-utils
– ptetteh227
Jan 6 at 23:34
|
show 4 more comments
1
have you tried the solution here
– ptetteh227
Dec 31 '18 at 12:23
Thanks! I did read that, but that problem was thatcat /sys/power/diskreturned[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 installuswsuspand afterwards hibernate withsudo 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 -landswapon --showcan 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 withsudo 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
|
show 4 more comments
1 Answer
1
active
oldest
votes
I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:
- Turn off Secure Boot in BIOS.
- Turn off "Modern Standby" in BIOS.
- Create a swap file bigger than my RAM.
- 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.
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:
- Turn off Secure Boot in BIOS.
- Turn off "Modern Standby" in BIOS.
- Create a swap file bigger than my RAM.
- 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.
add a comment
|
I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:
- Turn off Secure Boot in BIOS.
- Turn off "Modern Standby" in BIOS.
- Create a swap file bigger than my RAM.
- 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.
add a comment
|
I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:
- Turn off Secure Boot in BIOS.
- Turn off "Modern Standby" in BIOS.
- Create a swap file bigger than my RAM.
- 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.
I was getting the same error on my X1 Carbon 7th Gen.
I did the following to enable the hibernation:
- Turn off Secure Boot in BIOS.
- Turn off "Modern Standby" in BIOS.
- Create a swap file bigger than my RAM.
- 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.
answered Sep 27 at 3:47
SaTaSaTa
3773 silver badges12 bronze badges
3773 silver badges12 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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/diskreturned[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
uswsuspand afterwards hibernate withsudo 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 -landswapon --showcan 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