Bugzilla – Bug 116510
suspend to disk fails because /boot/vmlinuz doesnt exist
Last modified: 2008-07-16 15:46:48 UTC
suspend to disk fails because the prepare_to_something.sh script looks only for vmlinuz. Other kernels are named vmlinux. please adapt the match pattern soon.
which kernels are named vmlinux? SUSE kernels?
yes. date.suse.de has rc2.
isn't this a kernel-package bug? ;-) On which architectures do i have to use vmlinux instead of vmlinuz? No, i'm not doing both on all architectures, this is a paranoia check, so i'm paranoid.
Created attachment 49664 [details] proposed fix for /usr/lib/powersave/scripts/prepare_suspend_to_disk
Comment on attachment 49664 [details] proposed fix for /usr/lib/powersave/scripts/prepare_suspend_to_disk this one should fix it, i do this on ppc* architecture. Can you test if this helps?
it does not break x86 architecture => checked in
You should use get_kernel_version.
this change doesnt work.
the info in this bug report is not sufficient Bring me the machine or submit a patch that fixes it and does not break x86, please. What boot loader do you use?
ok. Right now, enter BOOT_LOADER="none" in /etc/sysconfig/powersave/common. As soon as we get bootloader-config-parsing on ppc, we can fix this, but right now not.