Gentoo Archives: gentoo-user

From: Timur Aydin <ta@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Weird hibernate problem
Date: Tue, 11 Sep 2012 16:55:53
Message-Id: 504F6C66.7060801@taydin.org
In Reply to: Re: [gentoo-user] Weird hibernate problem by "Canek Peláez Valdés"
1 On 09/11/12 19:08, Canek Peláez Valdés wrote:
2 > Mmmh. You didn't set CONFIG_PM_STD_PARTITION:
3 >
4
5 I specified the partition on the kernel command line:
6
7 ta@bonsai ~/uclinux_2011R1/db1/uclinux-dist $ cat /boot/grub/grub.conf
8 timeout 30
9 default 0
10 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
11
12 title Gentoo
13 root (hd0,0)
14 kernel /vmlinuz root=/dev/sda3 resume=/dev/sda6
15
16 title Gentoo.old
17 root (hd0,0)
18 kernel /vmlinuz.old root=/dev/sda3 resume=/dev/sda6
19
20 > CONFIG_PM_STD_PARTITION=""
21 >
22 > Set it to /dev/sda6, and see if it helps. Also, can we have a look at
23 > yout /etc/fstab file?
24
25 Here is /etc/fstab:
26
27 # <fs> <mountpoint> <type> <opts>
28 <dump/pass>
29
30 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
31 /dev/sda1 /boot ext2 noatime 1 2
32 /dev/sda2 /home ext3 noatime 0 2
33 /dev/sda3 / ext3 noatime 0 1
34 /dev/sda5 none swap sw 0 0
35 /dev/sda7 /backup ext3 noatime 0 2
36 /dev/cdrom /mnt/cdrom auto noauto,ro 0 0
37
38 I want to attach the ps ax output before and after hibernate, but I am
39 concerned about filesystem corruption with all those kworker threads
40 lurking around...
41
42 Timur

Replies

Subject Author
Re: [gentoo-user] Weird hibernate problem "Canek Peláez Valdés" <caneko@×××××.com>