The problem is as stated in the subject title, the boot process fails at the boot manager and does not load windows.
chkdsk repaired some corruption but the issue is not resolved.
bootrec, bcdedit and bcdboot solutions give me issues aswell, though I have not yet tried bootsect or the bcdbackup steps yet.
Messages I get while attempting fixes:
"Failure when attempting to copy boot files."
"The boot configuration data store could not be opened. The system cannot find the file specified."
"The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupted."
"Windows Resource Protection could not start the repair service."
/rebuildbcd returns 1 identified Windows instllation: C:\found.000/dir0001.chk
But when adding it to the boot list, it returns: "The requested system device cannot be found."
chkdsk returns that the SYSTEM volume is FAT32, but it cannot read the boot sector.
In Diskpart, it is displayed as RAW file system.
I will run a reset/refresh before doing a clean installation, but I'm not at that point yet.
First I need clarification on the bcd commands, as I'm almost positive I'm specifying the wrong volumes/partitions, given that I'm supposed to be copying functioning bcd profiles, yet none of the instructions I've come across seem to be asking me to copy BCD from the installation media drive, which should contain the necessary files.
Just going to throw this in here too, following: https://answers.microsoft.com/en-us/windows/forum/windows\_10-performance/troubleshooting-windows-10-failure-to-start/bcf8503c-1b39-4827-9734-a64fef725d0f
/fixboot returns Access is denied.
The very first step in the "Rebuild BCD" guide fails, returning C:\found.000\dir0001.chk as my Windows Installation, and if I try to add it to the boot list, it says the system cannot find the path specified.
I can only assume this is because something is wrong with the files necessary for it to execute properly, or it isn't properly recognizing the Windows Installation.
However, I have yet to find instructions detailing how one should run those commands from bootmedia.
Some steps outlined include a bcdboot command, which requires a source location to be specified, but I have yet to see anyone mention any source to use besides C:\Windows, which assumes that C:\Windows is not corrupt.
In my case, I believe it is corrupt.
This is a UEFI/GPT system, so marking a partition as active does nothing.
I may potentially need to reformat the System partition, as mentioned here:
https://www.tenforums.com/general-support/124175-c-boot-missing.html?s=4772a46a2e47f601389e37041c4e657b#post1542558
I'm also looking at the "Nuclear Holocaust" instructions outlined here:
https://neosmart.net/wiki/recovering-windows-bootloader/
And something similar here:
https://neosmart.net/forums/threads/boot-trouble.767/#post-5687
Originally all of this was due to bad sectors on the disk. My attempt to fix the boot record eventually lead me to testdisk, which revealed quite a mess of invalid partitions, which lead me to using gddrescue to clone the contents and backup them up onto a better disk. The original issue is of course not solved, because of file corrupt from those bad sectors, which were mostly RIGHT at the beginning of the disk, ruining all the boot sectors.
That struggle is outlined here: https://forum.cgsecurity.org/phpBB3/viewtopic.php?f=6&t=10823