开机跳过开机选择系统的选项界面

cd /boot/grub

sudo chmod +w grub.cfg

cat grub.cfg | grep timeout -n //在文件里找到类似"set timeout=10"的一行代码,然后修改为"set timeout=0"(我这里是368行)

sudo vim grub.cfg

set timeout = 0

:wq

reboot

 

posted on 2016-05-29 19:30  Alex0111  阅读(877)  评论(0编辑  收藏  举报

导航