On 11/30/2010 06:34 PM, Juha Heinanen wrote: > this was the right glue. /etc/initramfs-tools/conf.d/resume had > > RESUME=/dev/hda1 > > when it should have specified /dev/sda1. > > so i edited /etc/initramfs-tools/conf.d/resume, gave command > > update-initramfs -u > > and hibernated after which resume worked fine. it would have been nice, > if by some magic the resume file would have contained the right > partition info in the first place.
It attempts to do so in /var/lib/dpkg/info/initramfs-tools.preinst upon first-time install. The autodetection might have failed for you somehow. Certainly /dev/hda1 seems like a value that at no point would have been correct for an eeepc. Did you install your system with a swap partition, or did you only add the swap partition later? On my current system (a Squeeze install early in the summer), RESUME is set to the UUID of the swap partition. Ben _______________________________________________ Debian-eeepc-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel
