@eric That install is hosed. Windows doesn't have that much recovery options. You can unironically try running sfc /scannow which should fix corruption (usually doesn't) in the base Windows image and if that fails with some gibberish error code that tells you something like "recovery image corrupted", you can try to run one of the dism commands that rebuilds it. It's dism /Online /Cleanup-Image /ScanHealth to check for corruption and dism /Online /Cleanup-Image /RestoreHealth to fix the corruption. After that try running sfc /scannow again.
That should at least give you a bootable system back.