problem with dualboot windows 10 and ubuntu












0















I tried to install Ubuntu on a different partition on my laptop and it worked but i cant boot windows anymore.



I tried boot-repair automated solution but that didn't help, and Grub Customizer doesn't show my windows.



Here is the boot repair info script if anyone can figure out what i can do, thank you!



http://paste.ubuntu.com/p/yv88wQSXzQ/










share|improve this question







New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

    – oldfred
    6 hours ago
















0















I tried to install Ubuntu on a different partition on my laptop and it worked but i cant boot windows anymore.



I tried boot-repair automated solution but that didn't help, and Grub Customizer doesn't show my windows.



Here is the boot repair info script if anyone can figure out what i can do, thank you!



http://paste.ubuntu.com/p/yv88wQSXzQ/










share|improve this question







New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

    – oldfred
    6 hours ago














0












0








0








I tried to install Ubuntu on a different partition on my laptop and it worked but i cant boot windows anymore.



I tried boot-repair automated solution but that didn't help, and Grub Customizer doesn't show my windows.



Here is the boot repair info script if anyone can figure out what i can do, thank you!



http://paste.ubuntu.com/p/yv88wQSXzQ/










share|improve this question







New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I tried to install Ubuntu on a different partition on my laptop and it worked but i cant boot windows anymore.



I tried boot-repair automated solution but that didn't help, and Grub Customizer doesn't show my windows.



Here is the boot repair info script if anyone can figure out what i can do, thank you!



http://paste.ubuntu.com/p/yv88wQSXzQ/







boot dual-boot grub2






share|improve this question







New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









Simon RijsselaereSimon Rijsselaere

1




1




New contributor




Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Simon Rijsselaere is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

    – oldfred
    6 hours ago



















  • It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

    – oldfred
    6 hours ago

















It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

– oldfred
6 hours ago





It looks like you converted UEFI install of Ubuntu to BIOS/MBR boot. Windows only boots from MBR with BIOS and only from gpt with UEFI. But I do not think you can easily convert to gpt and have Windows work. Windows 10 is not dual boot friendly in the old BIOS/MBR boot mode as it turns fast start up on with updates. And then you have to temporarily reinstall a Windows boot loader, fix Windows and then restore grub to MBR. In UEFI mode, you can just directly boot Windows from UEFI. Fast start up off: askubuntu.com/questions/843153/…

– oldfred
6 hours ago










1 Answer
1






active

oldest

votes


















0














Your laptop has a UEFI BIOS which is being run in legacy mode. It looks like it's now being run in full UEFI mode, or at least Ubuntu is booting up with grub using an ESP (EFI System Partition) it made on installation. Windows is now reliant on that ESP to boot. But your disk is formatted as an MBR (dos disk) and with Windows installed on such disks it cannot boot from an ESP or work in UEFI mode. Read this.



Ideally you should convert your disk from MBR to GPT. Windows will then be recognised and work in UEFI mode and boot from the ESP, although you may still need to do another LU boot-repair. Normally you lose everything on that disk on GPT conversion as it is wiped. But there is software that can perform this task for free without loss of data (so they claim). But you need to boot to Windows to download and run it. As it now seems the Windows System partition has been altered by Grub to an ESP you won't be able to do that directly without further work to restore the original Windows Boot Manager files, destroying the grub efi files as well. You can do this by booting Windows from a flash drive if you already have one, (or download W10 ISO in Ubuntu and make one and test it) then use its repair option. If this doesn't work the best route is back up your data, and start from scratch, re-installing W10, changing your BIOS to UEFI mode first before you start. Windows will convert your disk to GPT during installation.






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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Simon Rijsselaere is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122778%2fproblem-with-dualboot-windows-10-and-ubuntu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Your laptop has a UEFI BIOS which is being run in legacy mode. It looks like it's now being run in full UEFI mode, or at least Ubuntu is booting up with grub using an ESP (EFI System Partition) it made on installation. Windows is now reliant on that ESP to boot. But your disk is formatted as an MBR (dos disk) and with Windows installed on such disks it cannot boot from an ESP or work in UEFI mode. Read this.



    Ideally you should convert your disk from MBR to GPT. Windows will then be recognised and work in UEFI mode and boot from the ESP, although you may still need to do another LU boot-repair. Normally you lose everything on that disk on GPT conversion as it is wiped. But there is software that can perform this task for free without loss of data (so they claim). But you need to boot to Windows to download and run it. As it now seems the Windows System partition has been altered by Grub to an ESP you won't be able to do that directly without further work to restore the original Windows Boot Manager files, destroying the grub efi files as well. You can do this by booting Windows from a flash drive if you already have one, (or download W10 ISO in Ubuntu and make one and test it) then use its repair option. If this doesn't work the best route is back up your data, and start from scratch, re-installing W10, changing your BIOS to UEFI mode first before you start. Windows will convert your disk to GPT during installation.






    share|improve this answer






























      0














      Your laptop has a UEFI BIOS which is being run in legacy mode. It looks like it's now being run in full UEFI mode, or at least Ubuntu is booting up with grub using an ESP (EFI System Partition) it made on installation. Windows is now reliant on that ESP to boot. But your disk is formatted as an MBR (dos disk) and with Windows installed on such disks it cannot boot from an ESP or work in UEFI mode. Read this.



      Ideally you should convert your disk from MBR to GPT. Windows will then be recognised and work in UEFI mode and boot from the ESP, although you may still need to do another LU boot-repair. Normally you lose everything on that disk on GPT conversion as it is wiped. But there is software that can perform this task for free without loss of data (so they claim). But you need to boot to Windows to download and run it. As it now seems the Windows System partition has been altered by Grub to an ESP you won't be able to do that directly without further work to restore the original Windows Boot Manager files, destroying the grub efi files as well. You can do this by booting Windows from a flash drive if you already have one, (or download W10 ISO in Ubuntu and make one and test it) then use its repair option. If this doesn't work the best route is back up your data, and start from scratch, re-installing W10, changing your BIOS to UEFI mode first before you start. Windows will convert your disk to GPT during installation.






      share|improve this answer




























        0












        0








        0







        Your laptop has a UEFI BIOS which is being run in legacy mode. It looks like it's now being run in full UEFI mode, or at least Ubuntu is booting up with grub using an ESP (EFI System Partition) it made on installation. Windows is now reliant on that ESP to boot. But your disk is formatted as an MBR (dos disk) and with Windows installed on such disks it cannot boot from an ESP or work in UEFI mode. Read this.



        Ideally you should convert your disk from MBR to GPT. Windows will then be recognised and work in UEFI mode and boot from the ESP, although you may still need to do another LU boot-repair. Normally you lose everything on that disk on GPT conversion as it is wiped. But there is software that can perform this task for free without loss of data (so they claim). But you need to boot to Windows to download and run it. As it now seems the Windows System partition has been altered by Grub to an ESP you won't be able to do that directly without further work to restore the original Windows Boot Manager files, destroying the grub efi files as well. You can do this by booting Windows from a flash drive if you already have one, (or download W10 ISO in Ubuntu and make one and test it) then use its repair option. If this doesn't work the best route is back up your data, and start from scratch, re-installing W10, changing your BIOS to UEFI mode first before you start. Windows will convert your disk to GPT during installation.






        share|improve this answer















        Your laptop has a UEFI BIOS which is being run in legacy mode. It looks like it's now being run in full UEFI mode, or at least Ubuntu is booting up with grub using an ESP (EFI System Partition) it made on installation. Windows is now reliant on that ESP to boot. But your disk is formatted as an MBR (dos disk) and with Windows installed on such disks it cannot boot from an ESP or work in UEFI mode. Read this.



        Ideally you should convert your disk from MBR to GPT. Windows will then be recognised and work in UEFI mode and boot from the ESP, although you may still need to do another LU boot-repair. Normally you lose everything on that disk on GPT conversion as it is wiped. But there is software that can perform this task for free without loss of data (so they claim). But you need to boot to Windows to download and run it. As it now seems the Windows System partition has been altered by Grub to an ESP you won't be able to do that directly without further work to restore the original Windows Boot Manager files, destroying the grub efi files as well. You can do this by booting Windows from a flash drive if you already have one, (or download W10 ISO in Ubuntu and make one and test it) then use its repair option. If this doesn't work the best route is back up your data, and start from scratch, re-installing W10, changing your BIOS to UEFI mode first before you start. Windows will convert your disk to GPT during installation.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 6 hours ago

























        answered 6 hours ago









        Paul BensonPaul Benson

        483119




        483119






















            Simon Rijsselaere is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Simon Rijsselaere is a new contributor. Be nice, and check out our Code of Conduct.













            Simon Rijsselaere is a new contributor. Be nice, and check out our Code of Conduct.












            Simon Rijsselaere is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122778%2fproblem-with-dualboot-windows-10-and-ubuntu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            GameSpot

            connect to host localhost port 22: Connection refused

            Getting a Wifi WPA2 wifi connection