How to enable hibernation on ubuntu 18.04How can I hibernate on Ubuntu 16.04?How to enable hibernation?Error 12 - creating hibernation image - not enough free memoryHow to enable hibernation on ubuntu 16.04?Force hibernate using hibernate instead of pm-hibernateSome applications lag in Ubuntu 18.04 installed on AMD Ryzen Threadripper 1950xUbuntu 18.04 not detecting full RAM sizeHibernation using Power Button : 18.04
Using brushes as low-volume drumsticks
Advent of Code 2019: Day 1
Mathematica NDSolve for DAE and System Modeling
What is the purpose of the rules in counterpoint composition?
Is there a reason "Hoopy" is rarely used in The Hitchhiker's Guide?
Conditional types in Typescript
Resigned after working at company for 2 months. A year later, I would like to apply for a different position at that same company. Is it worth trying?
Are soldered electrical connections code-compliant?
In Germany, why does the burden of proof fall on authorities rather than the company or individual when it comes to possible illegal funds?
How can an employer better accommodate workers on the autism-spectrum to reduce absence from work?
A really basic question about ammeters and their ranges
How far apart are stars in a binary system?
Why did my LGA-ORD flight make an S-shaped turn round the time it was passing a storm?
Is it Academically Dishonest to submit the same project to two different classes in the same semester?
Non-UI differences between Ubuntu versions
Number puzzle. Can you replace the question mark?
Max flow problem without splitting the flow from the supply nodes - LP formulation help
How can I format and use Custom labels with tokens in LWC?
Should user input be validated for its length in PHP (server side) as a security measure?
How true are Trump’s claims about NATO spending?
When to bemoan and when to moan
How to tell my Mom that I don't care about someone without upsetting her?
"Applicants for asylum must prove that they have fifteen family members in the Netherlands."
Where to start with a child learning chess?
How to enable hibernation on ubuntu 18.04
How can I hibernate on Ubuntu 16.04?How to enable hibernation?Error 12 - creating hibernation image - not enough free memoryHow to enable hibernation on ubuntu 16.04?Force hibernate using hibernate instead of pm-hibernateSome applications lag in Ubuntu 18.04 installed on AMD Ryzen Threadripper 1950xUbuntu 18.04 not detecting full RAM sizeHibernation using Power Button : 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm running Ubuntu 18.04 on a Lenovo P50
I've tried to hibernate from the command line with sudo systemctl hibernate and what I get is
Failed to hibernate system via logind: Sleep verb not supported
And also cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
Some additional information:
free
total used free shared buff/cache available
Mem: 15656592 4578236 8186108 183960 2892248 12247168
Swap: 2097148 0 2097148
swapon --summary
Filename Type Size Used Priority
/swapfile file 2097148 0 -2
power-management 18.04 hibernate
add a comment
|
I'm running Ubuntu 18.04 on a Lenovo P50
I've tried to hibernate from the command line with sudo systemctl hibernate and what I get is
Failed to hibernate system via logind: Sleep verb not supported
And also cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
Some additional information:
free
total used free shared buff/cache available
Mem: 15656592 4578236 8186108 183960 2892248 12247168
Swap: 2097148 0 2097148
swapon --summary
Filename Type Size Used Priority
/swapfile file 2097148 0 -2
power-management 18.04 hibernate
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
1
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48
add a comment
|
I'm running Ubuntu 18.04 on a Lenovo P50
I've tried to hibernate from the command line with sudo systemctl hibernate and what I get is
Failed to hibernate system via logind: Sleep verb not supported
And also cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
Some additional information:
free
total used free shared buff/cache available
Mem: 15656592 4578236 8186108 183960 2892248 12247168
Swap: 2097148 0 2097148
swapon --summary
Filename Type Size Used Priority
/swapfile file 2097148 0 -2
power-management 18.04 hibernate
I'm running Ubuntu 18.04 on a Lenovo P50
I've tried to hibernate from the command line with sudo systemctl hibernate and what I get is
Failed to hibernate system via logind: Sleep verb not supported
And also cat /sys/power/disk
[platform] shutdown reboot suspend test_resume
Some additional information:
free
total used free shared buff/cache available
Mem: 15656592 4578236 8186108 183960 2892248 12247168
Swap: 2097148 0 2097148
swapon --summary
Filename Type Size Used Priority
/swapfile file 2097148 0 -2
power-management 18.04 hibernate
power-management 18.04 hibernate
asked May 15 '18 at 21:45
C.MavrosC.Mavros
113 bronze badges
113 bronze badges
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
1
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48
add a comment
|
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
1
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
1
1
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48
add a comment
|
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.
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%2f1036715%2fhow-to-enable-hibernation-on-ubuntu-18-04%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.
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.
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.
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.
answered Sep 27 at 3:28
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%2f1036715%2fhow-to-enable-hibernation-on-ubuntu-18-04%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
Ubuntu does not support hibernate on all hardware.
– user68186
May 15 '18 at 22:13
Have you looked at this question?
– Hee Jin
May 15 '18 at 23:14
1
Possible duplicate of How can I hibernate on Ubuntu 16.04?
– Vishesh Gautam
May 16 '18 at 5:48