View previous topic :: View next topic |
Author |
Message |
_dA_CyANIDe Apprentice
Joined: 30 Mar 2005 Posts: 196 Location: Czech Republic
|
Posted: Thu Oct 05, 2006 1:58 pm Post subject: Can't resume from SUSPEND2 |
|
|
Hello,
if i suspend my computer everything workes fine. But after rebooti got :
can't mount root partiton .. unknown block (8.3)
parameter from grub.conf: resume2=swap:/dev/sda2
sda1 = boot/reiserfs
sda2 = swap
sda3 = root/reiser4
What can be wrong?? _________________ AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity! |
|
Back to top |
|
|
_dA_CyANIDe Apprentice
Joined: 30 Mar 2005 Posts: 196 Location: Czech Republic
|
Posted: Thu Oct 05, 2006 2:05 pm Post subject: |
|
|
From :
#cat /sys/power/state
mem _________________ AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity! |
|
Back to top |
|
|
Mythril n00b
Joined: 07 Oct 2006 Posts: 52
|
Posted: Sat Oct 07, 2006 10:00 am Post subject: |
|
|
I had the same problem
I'm using genkernel and udev, so I had to make the following modifications :
add
Code: | echo > /proc/suspend2/do_resume |
to /usr/share/genkernel/generic/linuxrc, after the 'mount -t proc /proc' line.
(update your initramfs with: genkernel --install initrd)
And, in grub.conf my kernel line is :
Code: | kernel /boot/kernel-genkernel-x86-2.6.16-suspend2-r8 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda7 udev doscsi video=vesafb:mtrr:3,ywrap,1280x800-32@85 resume2=swap:/dev/sda6 udev gentoo=udev |
If I remember well, it was somehow related to the udev args.
This worked for :
suspend2-sources-2.6.16-r8
hibernate-script-1.12-r1 |
|
Back to top |
|
|
|