解决Thinkpad x220 无法待机/无法更改bios设置的问题

买了一个Thinkpad x220,一直都装的deepin系统.这个时候就有suspend(fn+f12)无法唤醒的问题.
就在前几天,格盘装了一个windows之后,发现如下现象:
1. 开机到logo的时间变长.
2. 进入bios的时间变长.
3. 无法待机(sleep)/休眠(hibernate,suspend)
4. bios无法保存设置,报错”security … 0x9”.
这里写图片描述

拆开机子,短接cmos电池插座,无果.然后发现我的键盘排线还被我弄坏了.

爬文无数,后来发现这是一个uefi固件的bug.(https://martin-ueding.de/articles/thinkpad-uefi-suspend/index.html)

原因是,uefi variable太多了…删掉一些无用的即可.

解决方法:

sudo rm /sys/firmware/efi/efivars/dump-*

我在linux的安装盘下执行了这条命令.一切症状全部消失.

如果你没有这个目录,请看参考文献第三篇文章.

参考文献:
http://www.deskdr.com/dr/x220-can-t-change-uefi-bios-settings-anymore-locked-out-of-update.html

https://firmware.intel.com/blog/accessing-uefi-variables-linux

https://superuser.com/questions/1081537/lenovo-thinkpad-t450s-error-the-non-volatile-system-uefi-variable-storage-is

猜你喜欢

转载自blog.csdn.net/lanadeus/article/details/79463266
今日推荐