/etc/acpi/hibernate.sh should bail out if /sys/power/resume is 0:0
Bug #32150 reported by
Paul Sladen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
acpi-support (Ubuntu) |
Invalid
|
Medium
|
Unassigned | ||
powermanagement-interface (Ubuntu) |
Incomplete
|
Undecided
|
Paul Sladen |
Bug Description
$ sudo /etc/acpi/
DHCPRELEASE on eth1 to 10.0.0.3 port 67
* Shutting down ALSA... [ ok ]
/etc/acpi/
Which would be because:
$ cat /sys/power/resume
0:0
Changed in acpi-support: | |
status: | Unconfirmed → Needs Info |
To post a comment you must log in.
It needed:
$ sudo mkswap -v1 /dev/sda7 9565-489c- a7df-fa6416b4d9 b9
Setting up swapspace version 1, size = 1003446 kB
no label, UUID=896b58d1-
$ sudo swapon -a
$ echo -n 8:7 | sudo tee /sys/power/resume
and then:
resume=/dev/sda7
on the kernel commandline, I guess a round of update-initramfs will get this updated.