Ubuntu 19.04 hibernate/suspendGraphics trouble after resuming from hibernate or suspendDualboot ubuntu 11.10...

Can someone publish a story that happened to you?

can anyone help me with this awful query plan?

How to limit Drive Letters Windows assigns to new removable USB drives

What happened to Captain America in Endgame?

Can I grease a crank spindle/bracket without disassembling the crank set?

"The cow" OR "a cow" OR "cows" in this context

Can SQL Server create collisions in system generated constraint names?

What are the steps to solving this definite integral?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

a sore throat vs a strep throat vs strep throat

Like totally amazing interchangeable sister outfits II: The Revenge

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

Is there really no use for MD5 anymore?

How can I practically buy stocks?

Do I have an "anti-research" personality?

A ​Note ​on ​N!

Re-entry to Germany after vacation using blue card

What are the characteristics of a typeless programming language?

Which big number is bigger?

Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?

How to not starve gigantic beasts

Should the Death Curse affect an undead PC in the Tomb of Annihilation adventure?

Elements other than carbon that can form many different compounds by bonding to themselves?

What term is being referred to with "reflected-sound-of-underground-spirits"?



Ubuntu 19.04 hibernate/suspend


Graphics trouble after resuming from hibernate or suspendDualboot ubuntu 11.10 and windows 7. Want to make sure grub resume the right OS after hibernateStrange behavior for hibernate on ubuntu 12.10Hibernate issuesCannot resume from hibernate using systemd under Ubuntu15.10How I can modify the “hibernate” option in the power menucan not shutdown or restart or even hibernate again after hibernate (ubuntu 18.04 LTS)Ubuntu cannot be resumed by WOL after first BOOT (from 4.15->4.19rc)Resume after Hibernate with Ubuntu 18.04 with HP Probook18.04 hibernate with UEFI and secure boot enabled






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







0















I want my notebook (Lenovo-U31-70) to be able hibernate/suspend and i can't do that. I think that i test all the basic solutions I find and nothing works...
I need help to understand what it can be.



I test all the ubuntu versions (16.10 - 19.04) and nothing works.
I hate to use windows but i need to use because of the hibernate function that windows has working.



I have dual-boot win10/ubuntu 19.04 with a 8GB ram and a swap with 11GB



So on this last 3 versions I have done the following.
manually test the option.



$ sudo systemctl hibernate


and of course doesn't work, the display gets black and the power button on, but some times restarts it self. So need pass to the configurations.



$ cat /etc/fstab
$ sudo gedit /etc/default/grub
$ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/sda7"
$ sudo update-grub
$ sudo reboot


After the above changes the result has some changes but not what i want.
The hibernation starts and our notebook shutdown our stays with the display black again.



When the shutdown ocours the restart doesn't resume but starts a new session.



I don't now what i can test more.



I have test other linux distros the Fedora and the hibernation occours without any configuration, but the resume it's the same starts a new one.










share|improve this question







New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

    – GabrielaGarcia
    15 hours ago











  • suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

    – tatsu
    15 hours ago











  • Yes, the hibeernation comes disable, but why in Fedora some times works?

    – Mr_mufy
    5 hours ago


















0















I want my notebook (Lenovo-U31-70) to be able hibernate/suspend and i can't do that. I think that i test all the basic solutions I find and nothing works...
I need help to understand what it can be.



I test all the ubuntu versions (16.10 - 19.04) and nothing works.
I hate to use windows but i need to use because of the hibernate function that windows has working.



I have dual-boot win10/ubuntu 19.04 with a 8GB ram and a swap with 11GB



So on this last 3 versions I have done the following.
manually test the option.



$ sudo systemctl hibernate


and of course doesn't work, the display gets black and the power button on, but some times restarts it self. So need pass to the configurations.



$ cat /etc/fstab
$ sudo gedit /etc/default/grub
$ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/sda7"
$ sudo update-grub
$ sudo reboot


After the above changes the result has some changes but not what i want.
The hibernation starts and our notebook shutdown our stays with the display black again.



When the shutdown ocours the restart doesn't resume but starts a new session.



I don't now what i can test more.



I have test other linux distros the Fedora and the hibernation occours without any configuration, but the resume it's the same starts a new one.










share|improve this question







New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

    – GabrielaGarcia
    15 hours ago











  • suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

    – tatsu
    15 hours ago











  • Yes, the hibeernation comes disable, but why in Fedora some times works?

    – Mr_mufy
    5 hours ago














0












0








0


1






I want my notebook (Lenovo-U31-70) to be able hibernate/suspend and i can't do that. I think that i test all the basic solutions I find and nothing works...
I need help to understand what it can be.



I test all the ubuntu versions (16.10 - 19.04) and nothing works.
I hate to use windows but i need to use because of the hibernate function that windows has working.



I have dual-boot win10/ubuntu 19.04 with a 8GB ram and a swap with 11GB



So on this last 3 versions I have done the following.
manually test the option.



$ sudo systemctl hibernate


and of course doesn't work, the display gets black and the power button on, but some times restarts it self. So need pass to the configurations.



$ cat /etc/fstab
$ sudo gedit /etc/default/grub
$ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/sda7"
$ sudo update-grub
$ sudo reboot


After the above changes the result has some changes but not what i want.
The hibernation starts and our notebook shutdown our stays with the display black again.



When the shutdown ocours the restart doesn't resume but starts a new session.



I don't now what i can test more.



I have test other linux distros the Fedora and the hibernation occours without any configuration, but the resume it's the same starts a new one.










share|improve this question







New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I want my notebook (Lenovo-U31-70) to be able hibernate/suspend and i can't do that. I think that i test all the basic solutions I find and nothing works...
I need help to understand what it can be.



I test all the ubuntu versions (16.10 - 19.04) and nothing works.
I hate to use windows but i need to use because of the hibernate function that windows has working.



I have dual-boot win10/ubuntu 19.04 with a 8GB ram and a swap with 11GB



So on this last 3 versions I have done the following.
manually test the option.



$ sudo systemctl hibernate


and of course doesn't work, the display gets black and the power button on, but some times restarts it self. So need pass to the configurations.



$ cat /etc/fstab
$ sudo gedit /etc/default/grub
$ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/sda7"
$ sudo update-grub
$ sudo reboot


After the above changes the result has some changes but not what i want.
The hibernation starts and our notebook shutdown our stays with the display black again.



When the shutdown ocours the restart doesn't resume but starts a new session.



I don't now what i can test more.



I have test other linux distros the Fedora and the hibernation occours without any configuration, but the resume it's the same starts a new one.







suspend hibernate resume






share|improve this question







New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 16 hours ago









Mr_mufyMr_mufy

1




1




New contributor




Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mr_mufy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

    – GabrielaGarcia
    15 hours ago











  • suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

    – tatsu
    15 hours ago











  • Yes, the hibeernation comes disable, but why in Fedora some times works?

    – Mr_mufy
    5 hours ago



















  • Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

    – GabrielaGarcia
    15 hours ago











  • suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

    – tatsu
    15 hours ago











  • Yes, the hibeernation comes disable, but why in Fedora some times works?

    – Mr_mufy
    5 hours ago

















Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

– GabrielaGarcia
15 hours ago





Hibernation isn't enabled by default - perhaps for a reason? - but suspension is and works fine in all systems I've tested.

– GabrielaGarcia
15 hours ago













suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

– tatsu
15 hours ago





suspend works on ubuntu 18.10. On 19.04 it also works but has a tendency to be stopped by incoming network traffic which is annoying.

– tatsu
15 hours ago













Yes, the hibeernation comes disable, but why in Fedora some times works?

– Mr_mufy
5 hours ago





Yes, the hibeernation comes disable, but why in Fedora some times works?

– Mr_mufy
5 hours ago










0






active

oldest

votes












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/3.0/"u003ecc by-sa 3.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
});


}
});






Mr_mufy is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1138336%2fubuntu-19-04-hibernate-suspend%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Mr_mufy is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Mr_mufy is a new contributor. Be nice, and check out our Code of Conduct.













Mr_mufy is a new contributor. Be nice, and check out our Code of Conduct.












Mr_mufy is a new contributor. Be nice, and check out our Code of Conduct.
















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%2f1138336%2fubuntu-19-04-hibernate-suspend%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

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...