Thanks for your feedback. Please, use the following steps:
First, boot the computer using Windows Installation media. In the setup screen, press Shift and F10 keys together, then the command prompt window will be shown.
In the command prompt, type diskpart.
Select the disk when you create the EFI partition
Select the EFI partition and execute:
format quick fs=fat32 label="System"
create partition msr size = 128
After that, type Exit to close the diskpart console. Now type the following commands:
bootrec /fixboot
bcdboot c:\Windows /s b: /f all
Next, reboot your computer.