Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
记录,等待解决[malformed file]
Experiences and Insight
1397
views ·
2
replies ·
To
floor
Go
anpig
deepin
2014-08-20 00:14
Author
20140819_160126.jpg
可以正常进系统,但在论坛没有进一步信息,网上还有说重装的.等待解决.
安装来自
http://www.linuxdeepin.com/forum/25/24018
已有的不提示上图的信息的方法是改变grub里面默认的高亮启动,比如
一开始启动0,现在改成GRUB_DEFAULT=2,
GRUB_DEFAULT=2
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=4
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_CMDLINE_LINUX=""
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
starpower
deepin
2014-08-20 06:24
#1
我也有这个问题,同问。
Reply
Like 0
View the author
cxbii
deepin
2014-08-20 17:42
#2
https://bugs.launchpad.net/ubuntu/+sour ... ug/1311247
这个是grub2的bug,上游也有汇报,但是目前的情况是未修复。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Deepin 25.0.1 installation no desktop, Thinkpad T480
Popular Events
More
可以正常进系统,但在论坛没有进一步信息,网上还有说重装的.等待解决.
安装来自http://www.linuxdeepin.com/forum/25/24018
已有的不提示上图的信息的方法是改变grub里面默认的高亮启动,比如
一开始启动0,现在改成GRUB_DEFAULT=2,