The Computer Oracle

How do I remove an EFI System partition from a drive in Windows 7?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Luau

--

Chapters
00:00 How Do I Remove An Efi System Partition From A Drive In Windows 7?
00:29 Accepted Answer Score 63
01:23 Answer 2 Score 0
01:43 Thank you

--

Full question
https://superuser.com/questions/47359/ho...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #macos #efi

#avk47



ACCEPTED ANSWER

Score 63


  1. On the command prompt type diskpart and answer to any possible UAC prompt.
  2. On the new diskpart prompt, type list disk. Note the Disk ### column.
  3. Type, select disk ### (with

    being the disk you wish to delete. Usually the disk with partition 0 with a size of 200 MB)

    NOTE: The disk may not show the 200MB partition in the disk list in Diskpart even if it exists.
  4. Finish by typing, clean.
  5. Type exit to exit diskpart

Have fun!




ANSWER 2

Score 0


Use DBAN to nuke all partitions on the drive (version 2 supports USB) and then create a new partition using Windows Disk Management.

If necessary, backup important data, as everything will be deleted.