Windows and Linux dual systems modify default startup entries, time-outs

Source: Internet
Author: User

Modify the/etc/default/grub, and then Update-grub.


Execute command
sudo gedit/etc/default/grub

The main content is
# 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= ""


Grub_default represents the order of the startup items, starting with the number 0, which in turn represents the following startup items (this is on my computer, different Linux versions and Windows systems may have some differences)
Ubuntu
Advanced options for Ubuntu
Memory Test (memtest86+)
Memory Test (memtest86+, serial console 115200)
Windows 8 (loader) (ON/DEV/SDA1)
Windows Fourth bit (note that the order is from 0), so change the value of Grub_default to 4

GRUB_TIMEOUT=10 represents timeout, default is 10 seconds, set to 1 cancel Countdown

Don't forget to do it at the end.

sudo update-grub
OK, restart the computer, the default boot system will switch to Windows.

If you don't want to use Linux grub instead of switching back to Windows BCD or Metro to boot your system, check out my other article:

http://blog.csdn.net/jackeriss/article/details/47264245

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Windows and Linux dual systems modify default startup entries, time-outs

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.