Hi powerlien,
Thank you for writing to Microsoft Community Forums.
I understand how difficult it is, when the system doesn’t work in the way it should. For us to isolate the issue and to assist you further, we'd like to ask you a few questions.
- Does the computer boot to the desktop?
- Did you install multiple OS on your system?
- Why are you running those commands?
I suggest you to create a bootable media and full the command mention below, Refer this article on How to access Windows Recovery Environment (WinRE) thru Windows 10 Media Creation Tool / DVD ISO to access WinRE Advanced options.
- Click on Command Prompt.
- In the Command Prompt, type in or copy/paste the given below line of commands one after the other. Ensure to press/hit Enter after inserting each command. Diskpart sel disk 0 list vol
- Verify the EFI partition by using the FAT32 file system as well as to assign a drive letter with it. Type these commands in Command Prompt and press Enter after each of them. sel vol <number of volume> assign letter=<drive letter>: exit
- Repair the Boot record by running following Commands, type one at a time as well as hit the Enter button from keyboard**.** *cd /d <drive letter>:\EFI\Microsoft\Boot* bootrec /FixBoot
- Now you need to rebuild the BCD store again, type the command below and press Enter . ren BCD BCD.old
- Recreate **** it by running the given line of command**.** bcdboot c:\Windows /l en-us /s <boot letter>: All
Hope it helps,
Regards,