Share via

Delete EFI partition on external drive.

Anonymous
2024-06-18T13:31:49+00:00

I've been having problems regarding SSD cloning. Macrium have been very helpful. It appears that I'm booting from the 2 installed internal hard drives (!?!).

It was working OK for ages but obviously something subsequently has happened.

It was recommended I clone to an external drive.

Fortunately I had a another SDD that I could use. I reformatted this and connected externally . Checked with file folder that it could be read and was empty. All good.

Used Macrium to clone but was concerned that if supposedly booting form 2 internal drives, what am I copying, and would it work?

It didn't!

Both drives had 3 partitions; An EFI System partition (100MB), Windows 11 Home partition (465 GB) and a Recovery Partition ((610MB)

To cut long story short, the external drive now consists of 2 partitions, The EFI partition and an unallocated partition.

The external SDD is no accessible !!. I get the message "You currently don't have permission to access this folder" and continuing, "You have been denied access to this folder" " to gain access to this folder you will have to use the security tab"

Don't understand what to do next.

Using Disk Management and right clicking on greyed out EFI partition gives a greyed out window

Can anyone help in getting this 'external' drive accessible again ?

Windows for home | Windows 11 | Recovery and backup

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

107 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 79,305 Reputation points Independent Advisor
    2024-06-19T06:33:08+00:00

    So, we want to remove the EFI partition on Disk 2.

    Please run the following exactly from admin Command Prompt:

    diskpart
    select disk 2
    list part
    select partition 1
    del par override
    exit
    

    Post screenshot.

    30+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-06-19T06:22:31+00:00

    I see now, booting from image as EFI not 'greyed, out. What partition (Home or Image) is being used? I think it's Home (C:/)

    As requested:

    and with external drive connected

    2 people found this answer helpful.
    0 comments No comments
  3. Ramesh Srinivasan 79,305 Reputation points Independent Advisor
    2024-06-18T14:28:07+00:00

    From admin Command Prompt, please run:

    diskpart
    list disk
    select disk 1
    list part
    list vol
    

    Post screenshot.

    2 people found this answer helpful.
    0 comments No comments
  4. Ramesh Srinivasan 79,305 Reputation points Independent Advisor
    2024-06-19T03:04:26+00:00

    The EFI partition will be inaccessible due to its partition type ID. This is normal. The external drive is probably Disk 2, and we want to delete the EFI partition from that disk. A full screenshot of Disk Management will help me identify the disk number.

    1 person found this answer helpful.
    0 comments No comments
  5. Ramesh Srinivasan 79,305 Reputation points Independent Advisor
    2024-06-18T14:09:47+00:00

    Hi majestic100,

    I'm Ramesh, here to help you.

    1. Do you want to delete the EFI partition on the external drive?
    2. Which drive are you booting the system from?
    1 person found this answer helpful.
    0 comments No comments