On Wed, 07 Apr 2010, VDR dai (deb) wrote: > Thank you for your replying and sorry for my simple report.
can you verify integrity of initramfs size is a good first indication ls -lh /boot/initrd* and then try to extract the initramfs, in some temp dir mkdir /tmp/foo && cd /tmp/foo gunzip -c /boot/initrd.img-2.6.XX-X-<flavour> | cpio -i -d > % egrep -ri resume /etc/initramfs-tools > /etc/initramfs-tools/conf.d/resume:RESUME=/dev/disk/by-label/swap > % > % cat /etc/initramfs-tools/conf.d/resume > RESUME=/dev/disk/by-label/swap > % this loooks good. > this is not changed before/after installing initramfs-tools 0.94. > > % ls -l /dev/disk/by-label/swap > lrwxrwxrwx 1 root root 10 2010-04-07 08:05 /dev/disk/by-label/swap -> > ../../sdb2 > % > % cat /proc/swaps > Filename Type Size Used > Priority > /dev/sdb2 partition 2056312 0 -1 > % > -- > Regards, > dai -- maks -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100407041249.gm7...@stro.at