修改 ubuntu 默认启动项

      安装Ubuntu和Windows双系统后,每次启动都要按下箭头才能进入Windows,如果一疏忽,又得重启一次,颇为麻烦。有没有什么办法让系统启动时自动进入Windows呢?最近在网上搜索了一篇,在这里转载给大家分享一下(原文网址:http://jingyan.baidu.com/article/afd8f4de58959134e386e969.html


      打开Ubuntu系统后,打开中断,输入如下命令:

sudo gedit /etc/default/grub

      显示如下

      # If you change this file, run 'update-grub' afterwards to update
      # /boot/grub/grub.cfg.
      # For full documentation of the options in this file, see:
      #   info -f grub -n 'Simple configuration'

      GRUB_DEFAULT=0
      #GRUB_HIDDEN_TIMEOUT=0
      GRUB_HIDDEN_TIMEOUT_QUIET=true
      GRUB_TIMEOUT=10
      GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
      GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
      GRUB_CMDLINE_LINUX="locale=zh_CN"

      

      GRUB_DEFAULT代表的就是启动项的顺序,从数字0开始,依次代表如下启动项(这是在我的电脑上,不同的ubuntu版本和windows系统可能会有一些不同):

      Ubuntu
      Advanced options for Ubuntu
      Memory test (memtest86+)
      Memory test (memtest86+, serial console 115200)
      Windows 8 (loader) (on /dev/sda1)

      

      windows排第四位(注意,顺序是从0开始计的),所以,把GRUB_DEFAULT的值修改为4,然后别忘了运行命令:

sudo update-grub

      好了,重启电脑,默认启动的系统就换到windows了。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值