Identify Efi Or Boot Partition In Windows 10 - FreeCodeBlog
Last updated: Nov 07, 2021
Identify EFI or boot partition in windows 10. Open windows 10 cmd as a adminstration to checking EFI or boot partition. After opening cmd as adminstration you can easily use diskpart.
Step to identify EFI or boot partition:
- Hard Disk Format.
- Select Disk.
- Disk Volume.
Hard Disk Format:
To identify EFI or boot partition you need to know about your hard disk format.
To use diskpart using windows 10 cmd run the below command.
diskpart
Now run list disk command to check all disk.
list disk
If you see a star (*) at the disk line gpt column then your hard disk format type is GPT otherwise your hard disk format is MBR.
Select Disk:
Select disk to know all about hard disk partition.
Now run sel disk 0 command to select hard disk.
sel disk 0
Disk Volume:
You need to know about selected hard disk volume to identify EFI or boot partition.
Now run list volume to see all volume of selected disk.
list volume
After you run list volume you will see all volume.
The boot partition usually has a size of 500MB or less and has “FAT32” file format in GPT disk or “NTFS” in MBR disk. Most often it's label “system” or “Reserved” in MBR disk or has “hidden” label in GPT disk.

My name is Masum Biswas. I'm a full stack developer. I live in Bangladesh and I love to write tutorials and tools that can help to other artisan. I am a big fan of PHP, Javascript, JQuery, Laravel, MySQL, VueJS, Tailwind CSS and Bootstrap from the early stage.
Bootrec FixBoot Access is denied windows 10 with blue screen boot loop using windows command prompt. Open windows 10 cmd from automatic repair blue... Read More
Want to repair bad sectors from hard disk in windows 10? You need to repair bad sectors as soon as possible from hard disk to use it again on windo... Read More
You have to install git bash on your devices like windows, mac, linux. I will explain you how you can install git bash on any devices. so let's sta... Read More
You need to open command prompt as a adminstration to fix corrupted files and system errors in windows 10. After opening cmd you need to run the be... Read More
Install windows 10 using bootable pendrive in laptop or desktop. To install windows 10 you need to make a bootable pendrive using minimun 8GB pendr... Read More