Dual system boot, modifying windows and Fedora Boot sequence

Source: Internet
Author: User

I installed Windows and fedora on two hard drives so that I would start Linux by setting the boot hard disk as the 2nd hard drive in the BIOS, and when I started Windows, I had to change to the 1th hard drive.

In fact, in the Grub boot list, there are already windows options, just not the default option, which requires me to modify the boot sequence of the system in the Linux system so that when I start with the 2nd hard drive, Windows is also started by default. So, when a family uses a computer, it doesn't have to worry about the startup option, and when I start Linux, I can manually select the startup item.


In my Fedora:/boot/grub2 directory has a grub.cfg file, first SU root permissions, use VI to open edit this file, modify the default startup items and wait time:


====================================

Set default= "3"

Set timeout=30

====================================

Find the above two sentences, modify the startup item, default is numbered from 0, my Windows is in item 4th.

Timeout is the wait time before entering the system, the unit is S.

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.