Windows 10+ubuntu 16.0 does not have a Windows 10 boot menu workaround after installing dual systems on the MBR partition

Source: Internet
Author: User

Background:

Hard disk Partitioning method: MBR

Hard disk capacity 256,windows 100,ubuntu 156, where the primary partition installed Windows,ubuntu installed on the logical partition, the file system for EXT4, the entire Ubuntu mounted in the root directory/under, no swap partition.

After installation, there is no Windows Startup menu. Default in Ubuntu.

Workaround:

1. Open grub.cfg File

sudo gedit/boot/grub/grub.cfg

Write the following on the last side of the open file

'Windows ten' {set root= (hd0,1); NTLDR/Bootmgrboot}      

The set root= here (hd0,1), which indicates the partition of thehard disk, where the C drive is, is almost always the case, but does not rule out special circumstances.

Save the option to see Windows 10 when you exit the restart.

Reference: http://www.cnblogs.com/HurryXin/p/6486388.html

2. Direct use of REPAIR commands

sudo update-grub

When you're done, you'll see the boot menu.

Windows 10+ubuntu 16.0 does not have a Windows 10 boot menu workaround after installing dual systems on the MBR partition

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.