码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu18.04开机显示详细信息

时间:2020-06-01 13:36:52      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:try   payload   date   ash   更新   def   The   没有   style   

1

sudo gedit /etc/default/grub

2

#改为为""或注释掉
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

3最后一行加入

GRUB_GFXPAYLOAD_LINUX=None

最后更新grub

sudo update-grub

 

 

其他百度的方法

#修改:sudo gedit /etc/grub.d/10_linux
#删除以下内容,没有则不用理。
if ! ${recovery} ; then
      save_default_entry | sed -e "s/^/\t/"

      cat << EOF
       gfxmode \$linux_gfx_mode
EOF
  fi

 

ubuntu18.04开机显示详细信息

标签:try   payload   date   ash   更新   def   The   没有   style   

原文地址:https://www.cnblogs.com/ben9518chen/p/13024429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!