You are not logged in.
Pages: 1
As far as I could tell all of my configurations are correct though I can still not get my machine to suspend when using gummiboot
Entry:
title Arch Linux
linux /vmlinuz-linux
initrd /initramfs-linux.img
options cryptdevice=UUID=eb2e48ea-fd93-4e28-876c-60cfd36a1454:lvm:allow-discards root=UUID=ad2326b0-33f3-4b62-82ff-0ef97d8caca8 rw resume=/dev/mapper/volumes-swapOutput of /proc/cmdline:
initrd=\initramfs-linux.img cryptdevice=UUID=eb2e48ea-fd93-4e28-876c-60cfd36a1454:lvm:allow-discards root=UUID=ad2326b0-33f3-4b62-82ff-0ef97d8caca8 rw resume=/dev/mapper/volumes-swapOffline
All the resume stuff happens with the kernel and initramfs. So gummiboot doesn't actually have anything to do with it.
Offline
Offline
I think i have found the mistake in the kernel commandline:
cryptdevice=UUID=eb2e48ea-fd93-4e28-876c-60cfd36a1454:lvm:allow-discards resume=/dev/mapper/volumes-swapProbably "lvm" should be the name of the volume group in the resume parameter:
wrong
resume=/dev/mapper/volumes-swapcorrected
resume=/dev/mapper/lvm-swapOffline
Pages: 1