diskpart
list disk
select disk # Note: Select the disk where you want to add the EFI System partition.
list partition
select partition # Note: Select the Windows OS partition (# number) or your data partition of the 100mb partition.
create partition efi size=100
format quick fs=fat32
assign letter=s
list partition
list volume Note: Note the volume letter where the Windows OS is installed.
exit
bcdboot X:\windows /s S:
Note: Replace "X" with the volume letter of the Windows OS partition.
这是我过去所做的事情。
然后,我制作了一个可启动的 gparted ISO,制作了一个 USB 密钥并从它启动。
我得到了第二个驱动器,并格式化为 GPT。
然后我创建了一个 100MB 的 FAT 分区,并将其留空以供以后使用。
之后,我将每个分区复制并粘贴到新驱动器中。您可能需要根据新驱动器的大小减小分区的大小。
完成所有分区操作后,您必须点击“应用”,并且根据您执行的操作,可能需要几个小时才能完成。
我不记得我做了什么让 Windows 真正使用 UEFI 分区。
当您完成所有操作后,假设您不需要扩大任何分区,您可以使用 clonezilla 或类似工具将所有内容克隆回原始驱动器。
这些指导可能会有帮助