Answers:
通过启动进入CMD创建丢失/删除的EFI分区:
运行以下命令:
diskpart
list disk
select disk number (enter the number of the disk where resided the EFI partition - normally 0)
list partition
create partition efi
format quick fs=fat32
list partition
list volume (note the volume letter where Windows is installed)
exit (leave diskpart)
bcdboot X:\windows (X is the volume letter of the Windows partition)
BCDBoot将引导文件从Windows分区复制到EFI System分区,并在同一分区中创建BCD存储。
现在,您可以删除Windows安装媒体并重新启动计算机。
有关屏幕截图的详细信息,请参阅此文章。