If most of the Advanced Options in the Recovery Environment are missing, this is caused by faulty Boot Configuration Data. If the blue screen lead you to use those commands, it is probably SYSTEM_THREAD_EXCEPTION_NOT_HANDLED caused by CPU core and memory limits in the Boot Configuration Data.
If it's a UEFI system, Bootrec /FixMBR
and Bootrec /FixBoot
are irrelevant as the UEFI firmware directly reads the partition table and filesystem to run Windows Boot Manager without using bootsectors. Even if it's legacy BIOS, the bootsectors are static unless corrupt or overwritten by something like a Linux installer. It is the BCD.
Bootrec /RebuildBCD
only locates Windows installations that are not already in the BCD, and adds...