Share via

How can I manually create a boot partition for an MBR disk?

Anonymous
2021-12-01T10:26:11+00:00

I'm trying to create a boot partition for an MBR disk, so the create par efi size=512 doesn't work.

What should I do?

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

15 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-01T15:13:30+00:00

    Thanks for your feedback. Please, use the following steps:

    First, boot the computer using Windows Installation media. In the setup screen, press Shift and F10 keys together, then the command prompt window will be shown.

    In the command prompt, type diskpart.

    Select the disk when you create the EFI partition

    Select the EFI partition and execute:

    format quick fs=fat32 label="System"

    create partition msr size = 128

    After that, type Exit to close the diskpart console. Now type the following commands:

    bootrec /fixboot
    
    bcdboot c:\Windows /s b: /f all
    

    Next, reboot your computer.

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-12-01T15:21:20+00:00

    I want to create that boot partition on an MBR disk to install Windows 11. I can't create an efi on MBR.

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2021-12-01T13:09:32+00:00

    You can't create a UEFI partition on an MBR configured drive. It needs to be GPT.

    You could try using the MBR2GPT utility available on your system to convert the drive to GPT and UEFI..

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2021-12-01T11:30:12+00:00

    Hi Sushruth, my name is Jose, a Windows user like you. I'll be glad to help you today.

    The procedure is incomplete. After the partition creation, it is empty. You must add content to it using the following command:

    bcdboot C:/windows

    If your Windows partition has assigned another letter than C, please replace it in the command.

    Please let me know if you need any further assistance.

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2021-12-01T15:30:51+00:00

    Why you want to manually create the EFI partition to install Windows 11?

    1 person found this answer helpful.
    0 comments No comments