On 09/11/12 19:08, Canek Peláez Valdés wrote:
> Mmmh. You didn't set CONFIG_PM_STD_PARTITION:
> 

I specified the partition on the kernel command line:

ta@bonsai ~/uclinux_2011R1/db1/uclinux-dist $ cat /boot/grub/grub.conf
timeout 30
default 0
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo
root (hd0,0)
kernel /vmlinuz root=/dev/sda3 resume=/dev/sda6

title Gentoo.old
root (hd0,0)
kernel /vmlinuz.old root=/dev/sda3 resume=/dev/sda6

> CONFIG_PM_STD_PARTITION=""
> 
> Set it to /dev/sda6, and see if it helps. Also, can we have a look at
> yout /etc/fstab file?

Here is /etc/fstab:

# <fs>                  <mountpoint>    <type>          <opts>
<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1               /boot           ext2            noatime         1 2
/dev/sda2               /home           ext3            noatime         0 2
/dev/sda3               /               ext3            noatime         0 1
/dev/sda5               none            swap            sw              0 0
/dev/sda7               /backup         ext3            noatime         0 2
/dev/cdrom              /mnt/cdrom      auto            noauto,ro       0 0

I want to attach the ps ax output before and after hibernate, but I am
concerned about filesystem corruption with all those kworker threads
lurking around...

Timur

Reply via email to