История изменений
Исправление
science,
(текущая версия)
:
Вот кусок из grub.cfg,
Если в конфиге собранного ядра (а в твоем случае, насколько я понимаю, собирал не ты) не указана опция (CONFIG_PM_STD_PARTITION) дефолтного партишона куда pm-utils будет засыпать - её нужно указывать вручную в строке ядра:
http://cateee.net/lkddb/web-lkddb/PM_STD_PARTITION.html
CONFIG_PM_STD_PARTITION: Default resume partition
The default resume partition is the partition that the suspend- to-disk implementation will look for a suspended disk image.
The partition specified here will be different for almost every user. It should be a valid swap partition (at least for now) that is turned on before suspending.
The partition specified can be overridden by specifying:
resume=/dev/<other device>
which will set the resume partition to the device specified.
т.е. добавь в grub.cfg в строку: linux /boot/vmlinuz-3.7.0... такое:
linux /boot/vmlinuz-3.7.0-6.dmz.2-liquorix-686 root=UUID=4c7e1394-c61c-4349-8389-56d2c5890e0e resume=/dev/sdX ro quiet
где resume=/dev/sdX своп раздел, куда он hibernate будет делать.
Если предпочитаешь по UUID, то:
resume=/dev/disk/by-uuid/устройство
(которое можно узнать по ls -l /dev/disk/by-uuid/)
Исправление
science,
:
Вот кусок из grub.cfg,
Если в конфиге собранного ядра (а в твоем случае, насколько я понимаю, собирал не ты) не указана опция дефолтного партишона куда pm-utils будет засыпать - её нужно указывать вручную в строке ядра:
http://cateee.net/lkddb/web-lkddb/PM_STD_PARTITION.html
CONFIG_PM_STD_PARTITION: Default resume partition
The default resume partition is the partition that the suspend- to-disk implementation will look for a suspended disk image.
The partition specified here will be different for almost every user. It should be a valid swap partition (at least for now) that is turned on before suspending.
The partition specified can be overridden by specifying:
resume=/dev/<other device>
which will set the resume partition to the device specified.
т.е. добавь в grub.cfg в строку: linux /boot/vmlinuz-3.7.0... такое:
linux /boot/vmlinuz-3.7.0-6.dmz.2-liquorix-686 root=UUID=4c7e1394-c61c-4349-8389-56d2c5890e0e resume=/dev/sdX ro quiet
где resume=/dev/sdX своп раздел, куда он hibernate будет делать.
Если предпочитаешь по UUID, то:
resume=/dev/disk/by-uuid/устройство
(которое можно узнать по ls -l /dev/disk/by-uuid/)
Исправление
science,
:
Вот кусок из grub.cfg,
Если в конфиге собранного ядра (а в твоем случае, насколько я понимаю, собирал не ты) не указана опция дефолтного партишона куда pm-utils будет засыпать - её нужно указывать вручную в строке ядра:
http://cateee.net/lkddb/web-lkddb/PM_STD_PARTITION.html
CONFIG_PM_STD_PARTITION: Default resume partition
The default resume partition is the partition that the suspend- to-disk implementation will look for a suspended disk image.
The partition specified here will be different for almost every user. It should be a valid swap partition (at least for now) that is turned on before suspending.
The partition specified can be overridden by specifying:
resume=/dev/<other device>
which will set the resume partition to the device specified.
т.е. добавь в grub.cfg в строку: linux /boot/vmlinuz-3.7.0... такое:
linux /boot/vmlinuz-3.7.0-6.dmz.2-liquorix-686 root=UUID=4c7e1394-c61c-4349-8389-56d2c5890e0e resume=/dev/sdX ro quiet
где resume=/dev/sdX своп раздел, куда он hibernate будет делать.
Исходная версия
science,
:
Вот кусок из grub.cfg,
Если в конфиге собранного ядра (а в твоем случае, насколько я понимаю, собирал не ты) не указана опция дефолтного партишона куда pm-utils будет засыпать - её нужно указывать вручную в строке ядра:
http://cateee.net/lkddb/web-lkddb/PM_STD_PARTITION.html
CONFIG_PM_STD_PARTITION: Default resume partition
The default resume partition is the partition that the suspend- to-disk implementation will look for a suspended disk image.
The partition specified here will be different for almost every user. It should be a valid swap partition (at least for now) that is turned on before suspending.
The partition specified can be overridden by specifying:
resume=/dev/<other device>
which will set the resume partition to the device specified.
т.е. добавь в grub.cfg в строку: linux /boot/vmlinuz-3.7.0... такое:
linux /boot/vmlinuz-3.7.0-6.dmz.2-liquorix-686 root=UUID=4c7e1394-c61c-4349-8389-56d2c5890e0e resume=/dev/sdX ro quiet
где /dev/sdX своп раздел, куда он hibernate будет делать.