OK, jetzt konnte ich das Problem lösen, es war ein falsche Resume-Device eingetragen:
Code: Alles auswählen
dpkg-reconfigure linux-image-2.6.30-1-686
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.30-1-686
W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3
W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3
cryptsetup: WARNING: found more than one resume device candidate:
/dev/sda5
/dev/sda6
Running update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.30-2-686
Found kernel: /boot/vmlinuz-2.6.30-1-686
Found kernel: /boot/vmlinuz-2.6.26-2-686
Updating /boot/grub/menu.lst ... done
In einem Ubuntu-Forum hab ich dann Hinweise für die Lösung gefunden
http://ubuntu-virginia.ubuntuforums.org ... 565&page=2
Dann habe ich mir die Datei /etc/initramfs-tools/conf.d/resume angesehen:
Code: Alles auswählen
cat /etc/initramfs-tools/conf.d/resume
RESUME=/dev/sda6
Das war falsch, denn die Swap-Partition ist /dev/sda5. Nach dem Ändern und erneuten dpkg-reconfigue lief es ohne Fehler durch und Suspend-to-Disk klappte.