Hibernate не работает после обновления ядра в Ubintu 20.04

Сервис перестал работать, когда я обновился в ядро ​​5.8.0-41, но он работает над ядром 5.8.0-29.

Вот мой системный журнал на ядре 5.8.0-41

Feb 11 15:18:44 carbo-pc systemd[1]: Starting Hibernate...
Feb 11 15:18:44 carbo-pc kernel: [   88.990922] PM: Image not found (code -22)
Feb 11 15:18:44 carbo-pc kernel: [   89.045594] PM: hibernation: hibernation entry
Feb 11 15:18:44 carbo-pc systemd-sleep[3532]: Suspending system...

Почему он говорит, что изображение не найден, он работал нормально на ядре 5.8.0-29

Вот мой системный журнал на ядре 5.8.0-29

Feb 11 15:12:49 carbo-pc systemd[1]: Starting Hibernate...
Feb 11 15:12:49 carbo-pc systemd-sleep[3640]: Suspending system...
Feb 11 15:12:49 carbo-pc kernel: [  361.135459] PM: hibernation: hibernation entry
Feb 11 15:13:32 carbo-pc kernel: [  361.150677] Filesystems sync: 0.014 seconds
Feb 11 15:13:32 carbo-pc kernel: [  361.150679] Freezing user space processes ... (elapsed 0.002 seconds) done.

Пожалуйста, помогите мне, мне нужен мой ноутбук на ходу, а в спячке очень полезен. Заранее спасибо.

Мой файл GRUB

 If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 5.8.0-29-generic"
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep resume=UUID=1de75adf-4505-4beb-a421-d720f3c0d52d resume_offset=12320768"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

# uncomment to keep grub from finding other oses
GRUB_DISABLE_OS_PROBER=true

1
задан 11 February 2021 в 13:17

1 ответ

Обновление моей прошивки BIOS работало на меня!

0
ответ дан 18 March 2021 в 23:35

Другие вопросы по тегам:

Похожие вопросы: