Hello Aliens 👽,
In this Video i ll teach you how to "Delete EFI System Partition with Diskpart" ?
Step 1. Open DiskPart on your PC.
1. Hit "Windows Key + R" to open the run.
2. Enter diskpart and click "OK" to open a black command prompt window.
Step 2. Change EFI system partition ID and set it as a data partition.
Type the below command lines and hit Enter each time:
"list disk" (It displays all the disks of your computer. )
"sel disk 0" (It identifies which disk you need to work with. Here 0 stands for the disk letter.)
"list partition" (It displays all partitions and EFI system partitions on the selected disk.)
"sel partition 1" (Select the EFI partition that you want to delete. Here, 1 stands for the volume number of EFI.)
"SET ID=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7"
Delete EFI system partition with Diskpart command line.
Step 3. Delete the EFI partition with the command line.
Type the below command lines and hit Enter each time:
"list partition" (It displays all the volumes on the hard drive.)
"sel partition 1" (It identifies which partition you want to remove. Here 1 stands for the volume letter.)
"delete partition override" (It removes the EFI partition from Windows disk.)
Step 4. Complete EFI deleting process.
Finally, type "exit"