Ubuntu Road-Solve the problem of UBUNTU+WIN8 dual-system loop entering the start-up interface causing the WIN8 to fail to start

Source: Internet
Author: User

A few months ago, after the ubuntu14.04, due to improper guidance, the start-up interface Win8 has been invalid, always loop into the startup item selection interface.

Before the Ubuntu Chinese forum to find related issues, and finally in an old post found in the launch screen by pressing "E" to edit the startup item after the boot, and finally succeeded. However, each reboot will revert to the previous state, if each time to start the need to modify, it is tragic =. Any startup problem, basically can be modified in Ubuntu under the grub solution.

Here's how I managed to boot Win8 under Ubuntu.

    • Start Ubuntu and go to the/boot/grub/directory
    • Use sudo to modify grub.cfg file permissions

sudo chmod 666 grub.cfg
Vim Grub.cfg

    • Locate the Startup item content, and modify it according to the item you want to boot, using the paragraph "Menuentry < start Item description > '". Since I was modifying the ' Win8 ' boot entry, so I directly delete the original startup item, based on my system installed on the C drive, directly do the following boot
Menuentry ' Win8 ' {insmod ntfsinsmod ntldrset root= (hd0,1) search--set-f/bootmgrntldr/bootmgr}
    • Save after modification, change back to original GRUB.CNF permission

sudo chmod 444 grub.cfg

    • Restart, select "Win8" in the startup item to start the win8! perfectly

Copyright NOTICE: This article is the original blogger articles, reproduced please indicate the source.

Ubuntu Road-Solve the problem of UBUNTU+WIN8 dual-system loop entering the start-up interface causing the WIN8 to fail to start

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.