I am not able to boot my windows(it is on boot menu) after partitioning the hdd in Ubuntu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I installed Ubuntu on windows 10, and set the partitioning in Ubuntu, and there is a partition (ntfs, bootable) (containing wimdows10 files), and the boot menu shows the option for booting windows10 ,but after clicking it is not able to load it..
Plz help me.. my father won't forgive me...










share|improve this question





















  • Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
    – oldfred
    Mar 5 at 4:35














up vote
0
down vote

favorite












I installed Ubuntu on windows 10, and set the partitioning in Ubuntu, and there is a partition (ntfs, bootable) (containing wimdows10 files), and the boot menu shows the option for booting windows10 ,but after clicking it is not able to load it..
Plz help me.. my father won't forgive me...










share|improve this question





















  • Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
    – oldfred
    Mar 5 at 4:35












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I installed Ubuntu on windows 10, and set the partitioning in Ubuntu, and there is a partition (ntfs, bootable) (containing wimdows10 files), and the boot menu shows the option for booting windows10 ,but after clicking it is not able to load it..
Plz help me.. my father won't forgive me...










share|improve this question













I installed Ubuntu on windows 10, and set the partitioning in Ubuntu, and there is a partition (ntfs, bootable) (containing wimdows10 files), and the boot menu shows the option for booting windows10 ,but after clicking it is not able to load it..
Plz help me.. my father won't forgive me...







dual-boot






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 5 at 4:18









Shashi Ranjan

1




1











  • Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
    – oldfred
    Mar 5 at 4:35
















  • Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
    – oldfred
    Mar 5 at 4:35















Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
– oldfred
Mar 5 at 4:35




Did you turn fast start up off in Windows. That is always on hibernation. And Windows may turn it back on with updates. askubuntu.com/questions/843153/… So if UEFI you can directly boot Windows from UEFI. But if old BIOS install, you have to temporarily install Windows boot loader, fix Windows & then reinstall grub. Boot-Repair can do most, but best to have Windows repair disk or installer with repair console. help.ubuntu.com/community/Grub2/…
– oldfred
Mar 5 at 4:35










1 Answer
1






active

oldest

votes

















up vote
0
down vote













you have to fix windows boot loader. Insert windows Installation disk or USB, click on repair my window and open Command Prompt. Just type :



bootrec.exe /fixMbr
exit


remove installation media (USB/disk). And, restart your system. Windows will be running like charm. Now you have to fix your Grub for ubuntu. Install tool EasyBCD Downloading link, select linux and grub2 for boot menu. Restart your system. It will ask for Ubuntu or Windows before Windows Startup Screen. Switch to ubuntu and write this in your terminal.



sudo update-grub


Now, Grub is fixed. you can uninstall EasyBCD later.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011957%2fi-am-not-able-to-boot-my-windowsit-is-on-boot-menu-after-partitioning-the-hdd%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    you have to fix windows boot loader. Insert windows Installation disk or USB, click on repair my window and open Command Prompt. Just type :



    bootrec.exe /fixMbr
    exit


    remove installation media (USB/disk). And, restart your system. Windows will be running like charm. Now you have to fix your Grub for ubuntu. Install tool EasyBCD Downloading link, select linux and grub2 for boot menu. Restart your system. It will ask for Ubuntu or Windows before Windows Startup Screen. Switch to ubuntu and write this in your terminal.



    sudo update-grub


    Now, Grub is fixed. you can uninstall EasyBCD later.






    share|improve this answer
























      up vote
      0
      down vote













      you have to fix windows boot loader. Insert windows Installation disk or USB, click on repair my window and open Command Prompt. Just type :



      bootrec.exe /fixMbr
      exit


      remove installation media (USB/disk). And, restart your system. Windows will be running like charm. Now you have to fix your Grub for ubuntu. Install tool EasyBCD Downloading link, select linux and grub2 for boot menu. Restart your system. It will ask for Ubuntu or Windows before Windows Startup Screen. Switch to ubuntu and write this in your terminal.



      sudo update-grub


      Now, Grub is fixed. you can uninstall EasyBCD later.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        you have to fix windows boot loader. Insert windows Installation disk or USB, click on repair my window and open Command Prompt. Just type :



        bootrec.exe /fixMbr
        exit


        remove installation media (USB/disk). And, restart your system. Windows will be running like charm. Now you have to fix your Grub for ubuntu. Install tool EasyBCD Downloading link, select linux and grub2 for boot menu. Restart your system. It will ask for Ubuntu or Windows before Windows Startup Screen. Switch to ubuntu and write this in your terminal.



        sudo update-grub


        Now, Grub is fixed. you can uninstall EasyBCD later.






        share|improve this answer












        you have to fix windows boot loader. Insert windows Installation disk or USB, click on repair my window and open Command Prompt. Just type :



        bootrec.exe /fixMbr
        exit


        remove installation media (USB/disk). And, restart your system. Windows will be running like charm. Now you have to fix your Grub for ubuntu. Install tool EasyBCD Downloading link, select linux and grub2 for boot menu. Restart your system. It will ask for Ubuntu or Windows before Windows Startup Screen. Switch to ubuntu and write this in your terminal.



        sudo update-grub


        Now, Grub is fixed. you can uninstall EasyBCD later.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 5 at 4:49









        Kashif Saleem

        206




        206



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1011957%2fi-am-not-able-to-boot-my-windowsit-is-on-boot-menu-after-partitioning-the-hdd%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491