[Boot/Shutdown] Firmware Bug
Tofloor
poster avatar
云已
deepin
2021-03-09 21:00
Author

电脑配置

电脑配置如上图,采用全盘安装的系统,启动时显示错误

Firmware Bug:ACPI region does not cover the entire command/response buffer.

Error:Driver 'pcspkr' is already registered,aborting...

启动报错信息

请问这种问题该如何解决?

Reply Favorite View the author
All Replies
lcw0268
deepin
2021-03-10 00:31
#1

楼主安装了什么固件显示bug?

常常没有安装会显示。

楼主网卡和声卡需要安装固件。

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-10 02:27
#2

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-10 02:29
#3
Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-03-10 02:47
#4

可以用gurb屏蔽tpm模块

编辑/etc/default/grub

# Written by com.deepin.daemon.Grub2

DEEPIN_GFXMODE_ADJUSTED="1"

GRUB_BACKGROUND="/boot/grub/themes/deepin/background.jpg"

GRUB_CMDLINE_LINUX=""

GRUB_CMDLINE_LINUX_DEFAULT="splash quiet nouveau.modeset=0 tpm_tis.interrupts=0"

GRUB_DEFAULT="0"

GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo UOS 20`"

GRUB_GFXMODE="1920x1080"

GRUB_THEME="/boot/grub/themes/deepin/theme.txt"

 

GRUB_TIMEOUT="5"

 

保存执行

sudo update-grub

reboot重启

Reply View the author
lijuxing
deepin
2021-04-09 06:00
#5

你这个问题解决了吗?我今天也遇到同样的提示呢

Reply View the author
liangsong
deepin
2021-04-13 03:25
#6
lijuxing

你这个问题解决了吗?我今天也遇到同样的提示呢

你解决了吗,大哥

Reply View the author
liangsong
deepin
2021-04-13 03:27
#7
neko

可以用gurb屏蔽tpm模块

编辑/etc/default/grub

# Written by com.deepin.daemon.Grub2

DEEPIN_GFXMODE_ADJUSTED="1"

GRUB_BACKGROUND="/boot/grub/themes/deepin/background.jpg"

GRUB_CMDLINE_LINUX=""

GRUB_CMDLINE_LINUX_DEFAULT="splash quiet nouveau.modeset=0 tpm_tis.interrupts=0"

GRUB_DEFAULT="0"

GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo UOS 20`"

GRUB_GFXMODE="1920x1080"

GRUB_THEME="/boot/grub/themes/deepin/theme.txt"

 

GRUB_TIMEOUT="5"

 

保存执行

sudo update-grub

reboot重启

似乎没有作用

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-04-13 03:50
#8
liangsong

似乎没有作用

确实,看了只能换xanmod内核解决

Reply View the author
liangsong
deepin
2021-04-13 04:00
#9
neko

确实,看了只能换xanmod内核解决

你能教教我怎么操作吗?

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-04-13 05:44
#10
liangsong

你能教教我怎么操作吗?

https://xanmod.org/

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2021-04-13 05:46
#11
neko

https://xanmod.org/

echo 'deb http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-kernel.list
wget -qO - https://dl.xanmod.org/gpg.key | sudo apt-key --keyring /etc/apt/trusted.gpg.d/xanmod-kernel.gpg add -
sudo apt update && sudo apt install linux-xanmod

 

Reply View the author