Do I need an EFI partition for each 18.04 ubuntu I have on my HD?












5















I had to create an EFI partition to install ubuntu 18.04. Now I want to create another boot on the same HD with 18.04 again. Do I need to create another EFI partition?










share|improve this question























  • So you will have two instances of Ubuntu 18.04 on one HDD?

    – Pilot6
    2 days ago











  • yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

    – Vitor Abella
    2 days ago











  • HP doesn't limit the number of partitions. MBR maybe does.

    – Pilot6
    2 days ago











  • @VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

    – Ben Voigt
    2 days ago











  • As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

    – Bob
    2 days ago
















5















I had to create an EFI partition to install ubuntu 18.04. Now I want to create another boot on the same HD with 18.04 again. Do I need to create another EFI partition?










share|improve this question























  • So you will have two instances of Ubuntu 18.04 on one HDD?

    – Pilot6
    2 days ago











  • yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

    – Vitor Abella
    2 days ago











  • HP doesn't limit the number of partitions. MBR maybe does.

    – Pilot6
    2 days ago











  • @VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

    – Ben Voigt
    2 days ago











  • As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

    – Bob
    2 days ago














5












5








5








I had to create an EFI partition to install ubuntu 18.04. Now I want to create another boot on the same HD with 18.04 again. Do I need to create another EFI partition?










share|improve this question














I had to create an EFI partition to install ubuntu 18.04. Now I want to create another boot on the same HD with 18.04 again. Do I need to create another EFI partition?







system-installation uefi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago









Vitor AbellaVitor Abella

2,929113164




2,929113164













  • So you will have two instances of Ubuntu 18.04 on one HDD?

    – Pilot6
    2 days ago











  • yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

    – Vitor Abella
    2 days ago











  • HP doesn't limit the number of partitions. MBR maybe does.

    – Pilot6
    2 days ago











  • @VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

    – Ben Voigt
    2 days ago











  • As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

    – Bob
    2 days ago



















  • So you will have two instances of Ubuntu 18.04 on one HDD?

    – Pilot6
    2 days ago











  • yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

    – Vitor Abella
    2 days ago











  • HP doesn't limit the number of partitions. MBR maybe does.

    – Pilot6
    2 days ago











  • @VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

    – Ben Voigt
    2 days ago











  • As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

    – Bob
    2 days ago

















So you will have two instances of Ubuntu 18.04 on one HDD?

– Pilot6
2 days ago





So you will have two instances of Ubuntu 18.04 on one HDD?

– Pilot6
2 days ago













yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

– Vitor Abella
2 days ago





yes, @Pilot6 . The reason is irrelevant, but "My old 18.04 partition is going to fail soon due to bad block and Im moving to another one. As HP limits the number of partitions I can have, I care about creating new partitions".

– Vitor Abella
2 days ago













HP doesn't limit the number of partitions. MBR maybe does.

– Pilot6
2 days ago





HP doesn't limit the number of partitions. MBR maybe does.

– Pilot6
2 days ago













@VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

– Ben Voigt
2 days ago





@VitorAbella: If you're having accumulating bad blocks and impending data loss, you need to replace the entire disk, not just a single partition. Reserved blocks are shared across the whole drive.

– Ben Voigt
2 days ago













As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

– Bob
2 days ago





As always, I'd suggest reading this as a primer on UEFI. And then from a Ubuntu perspective you can either have multiple GRUBs managed by EFI, or one GRUB with muliple OSes managed by GRUB. But only ever the one ESP.

– Bob
2 days ago










2 Answers
2






active

oldest

votes


















6














No, you only need one EFI partition. My dual-boot system shares the one partition between Windows and Ubuntu.



You can see it here with all the goofy Windows partitions. (My / partition is on a different physical drive)



enter image description here






share|improve this answer


























  • so, when I install i choose my ubuntu efi partition that I already created?

    – Vitor Abella
    2 days ago











  • That's correct.

    – Pilot6
    2 days ago











  • I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

    – Organic Marble
    2 days ago











  • @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

    – Michael Hampton
    2 days ago






  • 2





    @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

    – Michael Hampton
    2 days ago





















4














You need only one EFI partition for a computer in general.



No matter how many OS you have.



You may need multiple EFI partitions only in some special cases when you swap disks, change boot device in UEFI, etc.






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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126681%2fdo-i-need-an-efi-partition-for-each-18-04-ubuntu-i-have-on-my-hd%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6














    No, you only need one EFI partition. My dual-boot system shares the one partition between Windows and Ubuntu.



    You can see it here with all the goofy Windows partitions. (My / partition is on a different physical drive)



    enter image description here






    share|improve this answer


























    • so, when I install i choose my ubuntu efi partition that I already created?

      – Vitor Abella
      2 days ago











    • That's correct.

      – Pilot6
      2 days ago











    • I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

      – Organic Marble
      2 days ago











    • @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

      – Michael Hampton
      2 days ago






    • 2





      @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

      – Michael Hampton
      2 days ago


















    6














    No, you only need one EFI partition. My dual-boot system shares the one partition between Windows and Ubuntu.



    You can see it here with all the goofy Windows partitions. (My / partition is on a different physical drive)



    enter image description here






    share|improve this answer


























    • so, when I install i choose my ubuntu efi partition that I already created?

      – Vitor Abella
      2 days ago











    • That's correct.

      – Pilot6
      2 days ago











    • I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

      – Organic Marble
      2 days ago











    • @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

      – Michael Hampton
      2 days ago






    • 2





      @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

      – Michael Hampton
      2 days ago
















    6












    6








    6







    No, you only need one EFI partition. My dual-boot system shares the one partition between Windows and Ubuntu.



    You can see it here with all the goofy Windows partitions. (My / partition is on a different physical drive)



    enter image description here






    share|improve this answer















    No, you only need one EFI partition. My dual-boot system shares the one partition between Windows and Ubuntu.



    You can see it here with all the goofy Windows partitions. (My / partition is on a different physical drive)



    enter image description here







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 2 days ago

























    answered 2 days ago









    Organic MarbleOrganic Marble

    11.5k63459




    11.5k63459













    • so, when I install i choose my ubuntu efi partition that I already created?

      – Vitor Abella
      2 days ago











    • That's correct.

      – Pilot6
      2 days ago











    • I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

      – Organic Marble
      2 days ago











    • @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

      – Michael Hampton
      2 days ago






    • 2





      @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

      – Michael Hampton
      2 days ago





















    • so, when I install i choose my ubuntu efi partition that I already created?

      – Vitor Abella
      2 days ago











    • That's correct.

      – Pilot6
      2 days ago











    • I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

      – Organic Marble
      2 days ago











    • @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

      – Michael Hampton
      2 days ago






    • 2





      @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

      – Michael Hampton
      2 days ago



















    so, when I install i choose my ubuntu efi partition that I already created?

    – Vitor Abella
    2 days ago





    so, when I install i choose my ubuntu efi partition that I already created?

    – Vitor Abella
    2 days ago













    That's correct.

    – Pilot6
    2 days ago





    That's correct.

    – Pilot6
    2 days ago













    I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

    – Organic Marble
    2 days ago





    I've only done it once. I created a new EFI partition, and the installer ignored it and used the existing Windows one.

    – Organic Marble
    2 days ago













    @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

    – Michael Hampton
    2 days ago





    @OrganicMarble That's not an EFI problem per se. Some computer's BIOSes always boot Windows if a Windows EFI binary is present, regardless of the user's boot choices. This is broken behavior, but since nearly all of the affected computers are several years old now, they're unlikely to be fixed.

    – Michael Hampton
    2 days ago




    2




    2





    @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

    – Michael Hampton
    2 days ago







    @OrganicMarble Oh, OK, I see what you mean. It doesn't really matter though, you can have as many EFI partitions as you want. If it bothers you, or you need the disk to be removable, you can move the relevant files from one EFI partition to the other (though you might have to tweak the boot order in the BIOS afterward).

    – Michael Hampton
    2 days ago















    4














    You need only one EFI partition for a computer in general.



    No matter how many OS you have.



    You may need multiple EFI partitions only in some special cases when you swap disks, change boot device in UEFI, etc.






    share|improve this answer




























      4














      You need only one EFI partition for a computer in general.



      No matter how many OS you have.



      You may need multiple EFI partitions only in some special cases when you swap disks, change boot device in UEFI, etc.






      share|improve this answer


























        4












        4








        4







        You need only one EFI partition for a computer in general.



        No matter how many OS you have.



        You may need multiple EFI partitions only in some special cases when you swap disks, change boot device in UEFI, etc.






        share|improve this answer













        You need only one EFI partition for a computer in general.



        No matter how many OS you have.



        You may need multiple EFI partitions only in some special cases when you swap disks, change boot device in UEFI, etc.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        Pilot6Pilot6

        53.5k15109198




        53.5k15109198






























            draft saved

            draft discarded




















































            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%2f1126681%2fdo-i-need-an-efi-partition-for-each-18-04-ubuntu-i-have-on-my-hd%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...