How do i create this disk 100mb part in efi(disk1-ssd) my disk 0 is hdd which automatically created efi whereas my windows is installed in ssd so i want to make efi in disk1-ssd

Anonymous
2025-01-16T09:50:38+00:00

plz check this ss

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

67 answers

Sort by: Oldest
  1. Anonymous
    2025-01-16T09:51:26+00:00

    see this

    Was this answer helpful?

    0 comments No comments
  2. Ramesh Srinivasan 87,860 Reputation points Independent Advisor
    2025-01-16T10:23:59+00:00

    Hi Prerak, This is Ramesh.

    You can create an EFI partition on Disk 1 using these steps.

    From admin Command Prompt, run:

    diskpart
    
    select disk 1
    
    create partition efi
    
    format fs=fat32 quick
    
    assign letter=Y
    
    list vol
    
    exit
    
    bcdboot C:\Windows /s Y: /f UEFI
    

    Post the output.

    Note: If a command fails to run correctly, please post the error message here and don't continue further.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-01-16T10:33:19+00:00

    i have sucessfully made the efi partition by seeing ur previous answers plz guide me what to do for recovery partition

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-01-16T10:34:19+00:00

    y disk is createdy7u

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-01-16T10:36:40+00:00

    i have done this step also what should i do next

    Was this answer helpful?

    0 comments No comments