swsusp: cannot find swap device - or is it an ACPI error?

chris_ti_an ulist at gs1.ubuntuforums.org
Tue Sep 12 12:20:29 UTC 2006


I had the same problem after I changed my swap device from one partition
to another. As said above, one either has to add 
Code:
--------------------
    resume=/dev/sda10
--------------------
 to the kernel line of grub, or change the file
/etc/mkinitramfs/conf.d/resume by setting the right partition: 
Code:
--------------------
    RESUME=/dev/hda10
--------------------
 AND calling the command 
Code:
--------------------
    sudo dpkg-reconfigure initramfs-tools
--------------------




Chris


-- 
chris_ti_an




More information about the ubuntu-users mailing list