Bug 1236355
Summary: | Hibernate unable to resume. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Neil <l4coa3fnjplr> | ||||
Component: | dracut | Assignee: | dracut-maint-list | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 22 | CC: | dracut-maint-list, jonathan, jskarvad, pknirsch, rhughes, zbyszek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-07-06 04:04:39 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Neil
2015-06-28 06:02:31 UTC
pm-utils are deprecated, suspend/hibernation is now initiated by systemd, e.g. to hibernate from the command line use the following: # systemctl hibernate If initiated from the menu, systemd is also used as the backend. IIRC swap space twice the RAM is safe very pessimistic setting. It should work in most cases with less swap space. Otherwise it looks good. From your description it seems the hibernation image is successfully written, but not used during the next boot. IIRC there was an dracut bug not correctly auto detecting hibernation images. In such case you could try to specify the resume partition manually in the kernel boot cmdline: resume=/dev/sda3 Add the above to command starting linux16 in your grub.cfg if your swap partition is /dev/sda3. If it resolves your problem, this bug should be reassigned to dracut. Yes it resolved my problem, thank you. Reassigning to dracut. *** This bug has been marked as a duplicate of bug 1224151 *** |