I reinstalled Windows over the weekend - a few years ago I tried to install Windows using the cdf method in post number 1 - but I couldn't do it then, for several reasons - first, I didn't have a Windows keyboard to press during installation Shift-F10, and, besides, some terminal commands didn't work for me - I don't remember exactly which ones now, so then I installed Windows in the usual way - "OpenCore - The Basic Way Part#4 "Windows", shown on YouTube.
In my case it turned out that there was no EFI partition on the windows disk, there was only a 16 MB partition reserved for windows and windows itself. But in EFI opencore a microsoft folder appeared.
It might have been more convenient to use, since my OpenCor disk was connected instead of the optical drive, and I could very easily remove the disk and edit it connected to macbook using SATA adapter.
But what was inconvenient in this case is that when I disconnected the Windows disk, the Windows boot option remained - to remove the option, I had to edit EFI opencore
But since there was not 200 MB of efi on the Windows disk to transfer Microsoft efi there, I had to reinstall Windows
This time I connected a Windows keyboard and performed the installation procedure using the method described by cdf.
During the installation process I still found several inconveniences:
rsync -r /Volumes/CCCOMA_X64/ /Volumes/USB
did not show the progress of the process - it was difficult to understand whether the command was being executed or whether the terminal was simply frozen, that's why i replaced the command with
rsync -r -P /Volumes/CCCOMA_X64/ /Volumes/USB
as it is written by Mikola
and the second command, which did not work for me (
replacing the paths and index with mine)
dism /apply-image /imagefile:install.wim /index:1 /applydir:C:\ /compact /EA
I also copied from Mikola (
replacing the paths and index with mine)
dism /Apply-Image /ImageFile
:\Sources\install.wim /index:6 /ApplyDir:E:
\
installation using the dism method was successful
now my windows disk has its own efi