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
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.
67 answers
Sort by: Most helpful
-
Anonymous
2025-01-16T10:36:40+00:00 -
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 UEFIPost the output.
Note: If a command fails to run correctly, please post the error message here and don't continue further.