Hallo,
ich habe die pm-utils installiert und der normale Ruhezustand (sprich Stanbye ins RAM) geht auch. Allerdings funzt der auf die Platte nicht.
Ich habe meine menu.lst angepasst (wie im Wiki-Artikel beschrieben), allerdings hat mir blkid keine UUID für meine Temp-Partition angezeigt, weshalb ich den normalen Gerätepfad reingeschrieben habe, hier mal die menu.lst:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# for more details and different resolutions see
# http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
# (0) Arch Linux
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/ba24798e-0e92-4fdd-b34a-b3189bdbb843 resume=/dev/sda4 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/ba24798e-0e92-4fdd-b34a-b3189bdbb843 ro
initrd /boot/kernel26-fallback.img
# (2) Windows
title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
Wenn ich ihm nun sage er solle in den Ruhezustand gehen und auf die Platte schreiben... Dann sieht es zuerst so aus als würde er das auch tun, das Standbylicht blinkt und dann - wenn er normalerweise ausgehen sollte - geht er einfach wieder an.
Ich hab leider keine Idee woran ich drehen sollte. Habt ihr eine?
Danke euch!
Ben
PS: Hier die Ausgabe von blkid, vllt hab ich das ja auch missverstanden:
localhorst ~ # blkid
/dev/sda1: UUID="00941F89941F8078" TYPE="ntfs"
/dev/sda2: UUID="ba24798e-0e92-4fdd-b34a-b3189bdbb843" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda3: UUID="d4d727cd-6e43-4858-b008-027cda7f99aa" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda4: TYPE="swap"