首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Ubintu 20.04内核升级之后,Hibernate无法工作

在Ubintu 20.04内核升级之后,Hibernate无法工作
EN

Ask Ubuntu用户
提问于 2021-02-11 10:09:53
回答 1查看 254关注 0票数 1

当我更新到5.8.0-41内核时,休眠停止工作,但它正在运行5.8.0-29内核。

这是我在5.8.0-41内核上的syslog

代码语言:javascript
复制
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上的syslog

代码语言:javascript
复制
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文件

代码语言:javascript
复制
 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
EN

回答 1

Ask Ubuntu用户

发布于 2021-02-16 20:56:34

更新我的BIOS固件为我工作!

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1315511

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档