Comment 2 for bug 48514

Revision history for this message
Pedro Casagrande (pccampos) wrote : Re: Resume from hibernation corruptes my swap patition

Hi Lauri,

Actually, I had this issue corrected by adding the folling parameter on "the /boot/grub/menu.lst" boot:

 resume=/dev/sda5

So the line that was:

kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sda2 ro q

became:

kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sda2 resume=/dev/sda5 ro q

The problem is that every kernel update removes this parameter. On my machine, hibernate is only helpful to save my current session, the resume process is still slow, no much faster than a fresh boot.