ACPI error无法安装,急疯了
Tofloor
poster avatar
Feacx
deepin
2018-06-27 05:35
Author
每次安装都出这个提示,我刚买的新电脑,主板是华硕B360M - Plus,为什么不可以呢?
真的很想用deepin
我家里的amd用deepin,舒服的很,我已经爱上了这个系统。
我为此琢磨了三天了,仍然没研究出来为什么,我真的很抓狂。
我是一名程序员,i like it。
望大神 能帮帮我,帮我解决一下这个问题,可以有偿,我感激不尽(我感觉我有可能是以后的雷军或者马化腾)

上图:


Reply Favorite View the author
All Replies
1 / 2
To page
avatar
limitos
deepin
2018-06-27 06:18
#1
和我之前装上网本的时候有点像,但又好像不太一样,你看看是不是主板不支持64位引导的原因
Reply View the author
avatar
Feacx
deepin
2018-06-27 17:38
#2
这个主板挺新的,应该都支持 但是我找不到acpi相关的东西
Reply View the author
avatar
justforlxz
deepin
2018-06-27 19:06
#3
开机,在列表那里按e,找到倒数第二行的linux那行,在splash后面加上nouveau.runpm=0参数试试。
Reply View the author
avatar
風銜霜
deepin
2018-06-27 20:23
#4
I+N双显卡的锅?
Reply View the author
avatar
albertchen
deepin
2018-06-28 17:34
#5
刷新BIOS,在改启动参数,应该没问题
Reply View the author
avatar
Feacx
deepin
2018-06-28 19:45
#6
https://bbs.deepin.org/post/159430
刷新BIOS,在改启动参数,应该没问题

大哥,可以详细说一下不,我是华硕的板子,昨天试了集显也不行
Reply View the author
avatar
Feacx
deepin
2018-06-28 19:46
#7
https://bbs.deepin.org/post/159430
刷新BIOS,在改启动参数,应该没问题

具体板子型号是 华硕 b360m-plus
Reply View the author
avatar
Feacx
deepin
2018-06-29 01:30
#8
我的这个问题好像解决了

具体解决办法是:编辑 /boot/grub/grub.cfg
把install deepin里面的命令里加了一行 acpi=off

具体如下:

menuentry "Install Deepin" {
        set gfxpayload=keep
        linux        /live/vmlinuz.efi boot=live acpi=off union=overlay livecd-installer locale=zh_CN quiet splash --
        initrd        /live/initrd.lz
}

但是又冒出了新问题

还是黑屏,文字是:
MODSIGN: Couldn't get UEFI db list


求解决方案
Reply View the author
avatar
亚历山大一世
deepin
2018-06-29 04:23
#9
跟你一样,各种折腾
Reply View the author
avatar
albertchen
deepin
2018-06-29 04:37
#10
我的意思是,华硕主板一般都有BIOS升级程序,去升级一下,and启动参数可以加 acpi_osi=! acpi_osi='Windows 2009'
vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_osi=! acpi_osi='Windows 2009'"
Reply View the author
avatar
albertchen
deepin
2018-06-29 04:39
#11
请善用google搜索
Reply View the author
avatar
Feacx
deepin
2018-06-29 05:30
#12

我尝试了禁用安全模式,也在谷歌看到了这篇文章,可是由于这个主板好像太新,我设置不来。

错就错在不该买这么新的主板了。

我明天再尝试一下,看看禁用安全模式能否OK,谢谢兄台。
Reply View the author
avatar
mrwaiter
deepin
2018-11-22 23:07
#13
https://bbs.deepin.org/post/159430
我的这个问题好像解决了

具体解决办法是:编辑 /boot/grub/grub.cfg

加了之后真的能安装了,但是安装完成之后系统启动不了,grub选择之后就一只黑屏在那
Reply View the author
avatar
mrwaiter
deepin
2018-11-22 23:09
#14
加了acpi=off之后真的能安装了,但是安装完成之后系统启动不了,grub选择之后就一只黑屏在那
Reply View the author
avatar
xfm_xfm
deepin
2018-12-19 21:28
#15
https://bbs.deepin.org/post/159430
加了acpi=off之后真的能安装了,但是安装完成之后系统启动不了,grub选择之后就一只黑屏在那 ...

再开机的时候在后面加上nomodeset
Reply View the author
avatar
亚历山大一世
deepin
2018-12-19 22:25
#16
真的折腾啊
Reply View the author
avatar
fhehdwdnv
deepin
2018-12-19 22:53
#17
我好像遇到过这个问题,你仔细看最后一行提示,有可能是U盘制作工具的问题,用rufus以DD的方式把iso文件写入U盘应该可以解决
Reply View the author
avatar
steven_tim
deepin
2018-12-20 01:18
#18
u盘尽量插在2.0口上,而且把安全引导关闭,可能是板子不支持完整的uefi启动方式都会出现问题,
Reply View the author
avatar
aida
deepin
2019-02-26 17:18
#19
https://bbs.deepin.org/post/159430
我的这个问题好像解决了

具体解决办法是:编辑 /boot/grub/grub.cfg

DSDT(Differentiated System Description Table)是ACPI规格的一部分。它提供了关于一个给定系统中受支持的电源事件的信息。ACPI表是由制造商在固件里提供的。通常,Linux遇到的问题是某些ACPI功能的缺失,比如风扇不转,盖子合上时屏幕不熄灭等等。这些问题可以归咎于DSDT是为Windows所定制的。
在开机的时候,启动菜单(grub)按E键,按下面修改的话重启会失效
在quiet splash 前加入 acpi_osi=! acpi_osi="Windows 2009"                        
或者 acpi_osi="!Windows 2015"
还有其他的选项可以看一下这篇文章2009 对应Windows 7 and Server 2008 R2
2015 对应Widnows 10       

http://alexhungdmz.blogspot.com/ ... s-not-linux-in.html


保存配置的方法
编辑/etc/default/grub
找到GRUB_CMDLINE_LINUX_DEFAULT行
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi=\"Windows 2009\"  quiet splash "

然后更新grub配置文件
sudo update-grub


不建议直接修改 /boot/grub/grub.cfg,因为没有容错。





Reply View the author
avatar
wangpingyue
deepin
2020-03-27 18:05
#20
https://bbs.deepin.org/post/159430
再开机的时候在后面加上nomodeset

怎么加呀 我这也是 加了acpi=off后能安装 启动时黑屏
Reply View the author
1 / 2
To page