Hi there
@kuyenmotdivad
To make system re-bootable again - probably the easiest is to boot a stand alone version of Macrium and run the "Fix Windows problems".
Otherwise boot a Windows recovery media (winpe / W11 or even a W10 install media) into command mode then :
1) diskpart
2) list disk
3) select disk xxx where xxx is the disk on which the Windows system is mounted
4) list vol
5) select vol yyy where yyy is the UEFI partition number
6) assign letter=H
so now assume C is the main Windows system and H is the UEFI system partition.
7) exit (come out of diskpart)
8) cd C:\
9) cd C:\windows\system32
10 bcdboot c:\windows /s H: /f UEFI
11) reboot
Q.E.D
Cheers
jimbo