[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ruhemodus und Tiefschlafmodus wird nicht erreicht



Hi,

On Tuesday 06 February 2007 18:52, Detlef Lechner wrote:
> Logindaten erscheint folgende Meldung: "The resume partition is not
> set up. probably you need to add a 'resume=...' option to your kernel
> command line and reboot. Suspend to disk and resume is not possible
> without a resume partition. Please consult the documentation. 

Klar, wenn du für suspend-to-disk keine Partition konfigurierst, weiß 
dein System ja nicht, wo das Speicherabbild zu finden ist.
Zunächst mal benötigst du eine swap Partition, die iirc 
ram + video ram ( + x?) groß ist. Dazu kannst du deine normale swap 
Partition nehmen, nur groß genug muß sie eben sein.
Anschließend musst du, wie in der Meldung steht, dem kernel beim 
Systemstart die resume partition angeben.
Zum Beispiel für grub in /boot/grub/menu.lst:

kernel /boot/dein-kernel root=/deine/root/partition ro 
resume=/deine/swap/partition

Die resume= Option kannst du auch stehenlassen, wenn du deinen PC normal 
herunterfährst.

Wenn du nicht weißt, welches deine swap Partition ist, findest du das 
entweder mit cat /proc/swaps oder mit grep swap /etc/fstab heraus.

hth,
Andreas




Reply to: