CentOS7开机时的菜单选择时间修改
Posted sky-raining
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7开机时的菜单选择时间修改相关的知识,希望对你有一定的参考价值。
CentOS7开机时的菜单选择时间由5秒缩短为2秒,尝试过修改:
[[email protected] ~] #2> vim /etc/default/grub
修改timeout =2
[[email protected] ~] #3> vim /boot/grub2/grub.cfg
修改centos/grub.cfg中的以下部分内容后重启CentOS7,OK!
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=2
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=2
fi
以上是关于CentOS7开机时的菜单选择时间修改的主要内容,如果未能解决你的问题,请参考以下文章
关于centos7 开机时遇到initramfs-xxx.img not found错误导致虚拟机无法开启