Ubuntu 16.04多启动及grub配置

前端之家收集整理的这篇文章主要介绍了Ubuntu 16.04多启动及grub配置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

参考

https://help.ubuntu.com/community/Grub2/Setup#Configuring_GRUB_2
info -f grub -n 'Simple configuration'

隐藏菜单缩短时间

sudo vim /etc/grub.d/30_os-prober
将其中的adjust_timeout函数
timeout_style=munu改为timeout_style=hidden
如果想显示倒计时,改为countdown
set timeout=10改为set timeout=1
sudo update-grub

自动识别电脑上的常见系统如windows,出现纯色界面按esc进入系统选择菜单

原文链接:https://www.f2er.com/ubuntu/353288.html

猜你在找的Ubuntu相关文章