Hello,
In a UEFI-based system, the EFI System Partition (ESP) is formatted with the FAT32 file system. This is a requirement specified by the UEFI specification, as UEFI firmware is designed to read from FAT32 partitions to boot the operating system.
when you list the volumes using diskpart, you’ll be looking specifically for a FAT32-formatted volume has a label such as “ESP” or “System”.
In the EFI folder, you should see the boot loaders for the operating system, typically located under \EFI\Microsoft\Boot\ on Windows systems. The presence of these files confirms that you’ve found the system volume where the UEFI boot files are stored.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.