Unable to resume the image from hibernation. When I execute the command systemctl hibernate, the image is successfully saved to the swap partition, but resuming the image from hibernation fails.
Upon debugging, I found that the systemd-hibernate-resume.service fails because the AssertPathExists=/etc/initrd-release assertion is not satisfied. The file /etc/initrd-release is not present in my Yocto Scarthgap x86 image.
Additionally, I verified that the /etc/initrd-release path does not exist in an Ubuntu image either.
Could you guide me on further debugging steps or provide insights into how this issue can be resolved?
Unable to resume the image from hibernation. When I execute the command systemctl hibernate, the image is successfully saved to the swap partition, but resuming the image from hibernation fails.
Upon debugging, I found that the systemd-hibernate-resume.service fails because the AssertPathExists=/etc/initrd-release assertion is not satisfied. The file /etc/initrd-release is not present in my Yocto Scarthgap x86 image.
Additionally, I verified that the /etc/initrd-release path does not exist in an Ubuntu image either.
Could you guide me on further debugging steps or provide insights into how this issue can be resolved?